summaryrefslogtreecommitdiffstats
path: root/writerperfect/Library_wpftimpress.mk
diff options
context:
space:
mode:
authorKishor Bhat <kishorbhat@gmail.com>2015-02-08 11:16:02 +0530
committerDavid Tardon <dtardon@redhat.com>2015-02-08 16:48:40 +0000
commit9129b5ac8af104364f86e90a62b2a1508241053a (patch)
tree78ce8189872f5f632c2358b650444f4e8eaefbed /writerperfect/Library_wpftimpress.mk
parentTypo: we has->we have (diff)
downloadcore-9129b5ac8af104364f86e90a62b2a1508241053a.tar.gz
core-9129b5ac8af104364f86e90a62b2a1508241053a.zip
tdf#84168 convert wpftimpress to use ImportFilter base class
Change-Id: Ie41613e66a2fad1b6d4dd22b59d864e8684aad7b Reviewed-on: https://gerrit.libreoffice.org/14359 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'writerperfect/Library_wpftimpress.mk')
-rw-r--r--writerperfect/Library_wpftimpress.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/writerperfect/Library_wpftimpress.mk b/writerperfect/Library_wpftimpress.mk
index 2d82d70c4689..eac71cb02d31 100644
--- a/writerperfect/Library_wpftimpress.mk
+++ b/writerperfect/Library_wpftimpress.mk
@@ -19,6 +19,11 @@
$(eval $(call gb_Library_Library,wpftimpress))
+$(eval $(call gb_Library_set_include,wpftimpress,\
+ -I$(SRCDIR)/writerperfect/inc \
+ $$(INCLUDE) \
+))
+
$(eval $(call gb_Library_set_componentfile,wpftimpress,writerperfect/source/impress/wpftimpress))
$(eval $(call gb_Library_use_sdk_api,wpftimpress))
@@ -48,7 +53,6 @@ $(eval $(call gb_Library_use_externals,wpftimpress,\
))
$(eval $(call gb_Library_add_exception_objects,wpftimpress,\
- writerperfect/source/impress/ImportFilterBase \
writerperfect/source/impress/KeynoteImportFilter \
writerperfect/source/impress/MWAWPresentationImportFilter \
writerperfect/source/impress/wpftimpress_genericfilter \