forked from openlp/openlp
png not jpg
This commit is contained in:
parent
b544e519b1
commit
50a81cc3c9
@ -271,7 +271,7 @@ class ImpressDocument(PresentationDocument):
|
||||
else:
|
||||
thumbdirurl = uno.systemPathToFileUrl(self.get_temp_folder())
|
||||
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)
|
||||
doc = self.document
|
||||
pages = doc.getDrawPages()
|
||||
|
Loading…
Reference in New Issue
Block a user