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 /unoxml | |
parent | 6baa0319ab93712652b4fd8d874d289105f18ae5 (diff) |
targetted improvement of UNO API includes / usage
Diffstat (limited to 'unoxml')
-rw-r--r-- | unoxml/Library_unordf.mk | 5 | ||||
-rw-r--r-- | unoxml/Library_unoxml.mk | 5 |
2 files changed, 2 insertions, 8 deletions
diff --git a/unoxml/Library_unordf.mk b/unoxml/Library_unordf.mk index a14ec7846007..df9cd450cd63 100644 --- a/unoxml/Library_unordf.mk +++ b/unoxml/Library_unordf.mk @@ -34,10 +34,7 @@ $(eval $(call gb_Library_set_include,unordf,\ $$(INCLUDE) \ )) -$(eval $(call gb_Library_use_api,unordf,\ - udkapi \ - offapi \ -)) +$(eval $(call gb_Library_use_sdk_api,unordf)) $(eval $(call gb_Library_use_libraries,unordf,\ comphelper \ diff --git a/unoxml/Library_unoxml.mk b/unoxml/Library_unoxml.mk index b744d00eaab5..880efc1edfa0 100644 --- a/unoxml/Library_unoxml.mk +++ b/unoxml/Library_unoxml.mk @@ -34,10 +34,7 @@ $(eval $(call gb_Library_set_include,unoxml,\ $$(INCLUDE) \ )) -$(eval $(call gb_Library_use_api,unoxml,\ - udkapi \ - offapi \ -)) +$(eval $(call gb_Library_use_sdk_api,unoxml)) $(eval $(call gb_Library_use_libraries,unoxml,\ ucbhelper \ |