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 /unotest | |
parent | 6baa0319ab93712652b4fd8d874d289105f18ae5 (diff) |
targetted improvement of UNO API includes / usage
Diffstat (limited to 'unotest')
-rw-r--r-- | unotest/Library_unobootstrapprotector.mk | 5 | ||||
-rw-r--r-- | unotest/Library_unoexceptionprotector.mk | 5 | ||||
-rw-r--r-- | unotest/Library_unotest.mk | 5 |
3 files changed, 3 insertions, 12 deletions
diff --git a/unotest/Library_unobootstrapprotector.mk b/unotest/Library_unobootstrapprotector.mk index 26b7a2cbf732..0119fbdea40a 100644 --- a/unotest/Library_unobootstrapprotector.mk +++ b/unotest/Library_unobootstrapprotector.mk @@ -29,10 +29,7 @@ $(eval $(call gb_Library_Library,unobootstrapprotector)) $(eval $(call gb_Library_use_package,unobootstrapprotector,unotest_inc)) -$(eval $(call gb_Library_use_api,unobootstrapprotector,\ - udkapi \ - offapi \ -)) +$(eval $(call gb_Library_use_sdk_api,unobootstrapprotector)) $(eval $(call gb_Library_use_libraries,unobootstrapprotector,\ comphelper \ diff --git a/unotest/Library_unoexceptionprotector.mk b/unotest/Library_unoexceptionprotector.mk index fc850fc584c9..1f5a584d11b6 100644 --- a/unotest/Library_unoexceptionprotector.mk +++ b/unotest/Library_unoexceptionprotector.mk @@ -29,10 +29,7 @@ $(eval $(call gb_Library_Library,unoexceptionprotector)) $(eval $(call gb_Library_use_package,unoexceptionprotector,unotest_inc)) -$(eval $(call gb_Library_use_api,unoexceptionprotector,\ - udkapi \ - offapi \ -)) +$(eval $(call gb_Library_use_sdk_api,unoexceptionprotector)) $(eval $(call gb_Library_use_libraries,unoexceptionprotector,\ cppu \ diff --git a/unotest/Library_unotest.mk b/unotest/Library_unotest.mk index 0d3672e33fae..f4dd2222a007 100644 --- a/unotest/Library_unotest.mk +++ b/unotest/Library_unotest.mk @@ -33,10 +33,7 @@ $(eval $(call gb_Library_add_defs,unotest,\ -DOOO_DLLIMPLEMENTATION_UNOTEST \ )) -$(eval $(call gb_Library_use_api,unotest,\ - udkapi \ - offapi \ -)) +$(eval $(call gb_Library_use_sdk_api,unotest)) $(eval $(call gb_Library_use_libraries,unotest,\ comphelper \ |