summaryrefslogtreecommitdiff
path: root/writerperfect/Library_wpftimpress.mk
diff options
context:
space:
mode:
authorosnola <alonso@loria.fr>2017-04-02 09:53:44 +0200
committerDavid Tardon <dtardon@redhat.com>2017-04-02 13:42:20 +0200
commit8988c925ce07395478fbbb10d25fd6c0a10fead5 (patch)
tree4770a03c18e2db296681297b4ef77322aa3dd522 /writerperfect/Library_wpftimpress.mk
parentb0067c89e6b2a4e29465d9da9a731ae30a66dce6 (diff)
libstaroffice import filter improvements
+ add support for presentation file (i.e. the file created will StarImpress are now open as presentation). + modify the OLE parser to be similar to the librevenge OLE parser, ie. the librevenge parser ignores the first character of a filename if this is a control character... Change-Id: I913a70cba29839d43dac58d5e00dbebfc4d28abc
Diffstat (limited to 'writerperfect/Library_wpftimpress.mk')
-rw-r--r--writerperfect/Library_wpftimpress.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/writerperfect/Library_wpftimpress.mk b/writerperfect/Library_wpftimpress.mk
index 116b72a1235a..18c8afa110bc 100644
--- a/writerperfect/Library_wpftimpress.mk
+++ b/writerperfect/Library_wpftimpress.mk
@@ -49,6 +49,7 @@ $(eval $(call gb_Library_use_externals,wpftimpress,\
etonyek \
mwaw \
odfgen \
+ staroffice \
revenge \
zlib \
libxml2 \
@@ -57,6 +58,7 @@ $(eval $(call gb_Library_use_externals,wpftimpress,\
$(eval $(call gb_Library_add_exception_objects,wpftimpress,\
writerperfect/source/impress/KeynoteImportFilter \
writerperfect/source/impress/MWAWPresentationImportFilter \
+ writerperfect/source/impress/StarOfficePresentationImportFilter \
))
# vim: set noet sw=4 ts=4: