From 9129b5ac8af104364f86e90a62b2a1508241053a Mon Sep 17 00:00:00 2001 From: Kishor Bhat Date: Sun, 8 Feb 2015 11:16:02 +0530 Subject: tdf#84168 convert wpftimpress to use ImportFilter base class Change-Id: Ie41613e66a2fad1b6d4dd22b59d864e8684aad7b Reviewed-on: https://gerrit.libreoffice.org/14359 Reviewed-by: David Tardon Tested-by: David Tardon --- writerperfect/Library_wpftimpress.mk | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'writerperfect/Library_wpftimpress.mk') 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 \ -- cgit