diff options
author | Michael Meeks <michael.meeks@suse.com> | 2012-07-02 13:00:50 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-07-02 14:43:34 +0100 |
commit | fdda178d888127c4b4dafd4b53800989929e9b6b (patch) | |
tree | 7d79b772b027ff76a53d4908fabeddc13ee19bfa /svx | |
parent | 6baa0319ab93712652b4fd8d874d289105f18ae5 (diff) |
targetted improvement of UNO API includes / usage
Diffstat (limited to 'svx')
-rw-r--r-- | svx/Library_svx.mk | 5 | ||||
-rw-r--r-- | svx/Library_svxcore.mk | 5 | ||||
-rw-r--r-- | svx/Library_textconversiondlgs.mk | 5 |
3 files changed, 3 insertions, 12 deletions
diff --git a/svx/Library_svx.mk b/svx/Library_svx.mk index c294c73d39da..3ce31edd0a48 100644 --- a/svx/Library_svx.mk +++ b/svx/Library_svx.mk @@ -36,10 +36,7 @@ $(eval $(call gb_Library_set_include,svx,\ $$(INCLUDE) \ )) -$(eval $(call gb_Library_use_api,svx,\ - udkapi \ - offapi \ -)) +$(eval $(call gb_Library_use_sdk_api,svx)) $(eval $(call gb_Library_add_defs,svx,\ -DSVX_DLLIMPLEMENTATION \ diff --git a/svx/Library_svxcore.mk b/svx/Library_svxcore.mk index 3dfdc2389203..605cea73a8c2 100644 --- a/svx/Library_svxcore.mk +++ b/svx/Library_svxcore.mk @@ -37,10 +37,7 @@ $(eval $(call gb_Library_use_packages,svxcore,\ svx_sdi \ )) -$(eval $(call gb_Library_use_api,svxcore,\ - udkapi \ - offapi \ -)) +$(eval $(call gb_Library_use_sdk_api,svxcore)) $(eval $(call gb_Library_set_include,svxcore,\ -I$(SRCDIR)/svx/inc \ diff --git a/svx/Library_textconversiondlgs.mk b/svx/Library_textconversiondlgs.mk index 70ba60699ac9..50b5074adbb7 100644 --- a/svx/Library_textconversiondlgs.mk +++ b/svx/Library_textconversiondlgs.mk @@ -35,10 +35,7 @@ $(eval $(call gb_Library_set_include,textconversiondlgs,\ $$(INCLUDE) \ )) -$(eval $(call gb_Library_use_api,textconversiondlgs,\ - udkapi \ - offapi \ -)) +$(eval $(call gb_Library_use_sdk_api,textconversiondlgs)) $(eval $(call gb_Library_use_libraries,textconversiondlgs,\ comphelper \ |