forked from openlp/openlp
png not jpg
This commit is contained in:
parent
b544e519b1
commit
50a81cc3c9
@ -271,7 +271,7 @@ class ImpressDocument(PresentationDocument):
|
|||||||
else:
|
else:
|
||||||
thumbdirurl = uno.systemPathToFileUrl(self.get_temp_folder())
|
thumbdirurl = uno.systemPathToFileUrl(self.get_temp_folder())
|
||||||
props = []
|
props = []
|
||||||
props.append(self.create_property(u'FilterName', u'impress_jpg_Export'))
|
props.append(self.create_property(u'FilterName', u'impress_png_Export'))
|
||||||
props = tuple(props)
|
props = tuple(props)
|
||||||
doc = self.document
|
doc = self.document
|
||||||
pages = doc.getDrawPages()
|
pages = doc.getDrawPages()
|
||||||
|
Loading…
Reference in New Issue
Block a user