png not jpg

This commit is contained in:
Tim Bentley 2011-05-22 19:50:34 +01:00
parent b544e519b1
commit 50a81cc3c9
1 changed files with 1 additions and 1 deletions

View File

@ -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()