Commit 2fae7fa8 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

specify PublishMode to 'Standard HTML format' in impress_html_Export.

parent bc5f8d9e
......@@ -102,6 +102,7 @@ class UnoConverter(object):
property = PropertyValue('FilterData', 0,
uno.Any('[]com.sun.star.beans.PropertyValue',
(PropertyValue('IsExportNotes', 0, True, 0),
PropertyValue('PublishMode', 0, 0, 0),
PropertyValue('Width', 0, 640, 0),
PropertyValue('Format', 0, 2, 0),),), 0)
elif filter_name == "impress_pdf_Export":
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment