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 /i18npool | |
parent | 6baa0319ab93712652b4fd8d874d289105f18ae5 (diff) |
targetted improvement of UNO API includes / usage
Diffstat (limited to 'i18npool')
-rw-r--r-- | i18npool/Library_i18nisolang1.mk | 5 | ||||
-rw-r--r-- | i18npool/Library_i18npool.mk | 5 | ||||
-rw-r--r-- | i18npool/Library_i18nsearch.mk | 5 | ||||
-rw-r--r-- | i18npool/Library_textconv_dict.mk | 5 |
4 files changed, 4 insertions, 16 deletions
diff --git a/i18npool/Library_i18nisolang1.mk b/i18npool/Library_i18nisolang1.mk index 2ed16de42769..c41f71e635b7 100644 --- a/i18npool/Library_i18nisolang1.mk +++ b/i18npool/Library_i18nisolang1.mk @@ -34,10 +34,7 @@ $(eval $(call gb_Library_set_include,i18nisolang1,\ $$(INCLUDE) \ )) -$(eval $(call gb_Library_use_api,i18nisolang1,\ - udkapi \ - offapi \ -)) +$(eval $(call gb_Library_use_sdk_api,i18nisolang1)) $(eval $(call gb_Library_add_defs,i18nisolang1,\ -DI18NISOLANG_DLLIMPLEMENTATION \ diff --git a/i18npool/Library_i18npool.mk b/i18npool/Library_i18npool.mk index fd85033d8c5e..6d3eeadc2f7a 100644 --- a/i18npool/Library_i18npool.mk +++ b/i18npool/Library_i18npool.mk @@ -35,10 +35,7 @@ $(eval $(call gb_Library_set_include,i18npool,\ -I$(SRCDIR)/i18npool/inc \ )) -$(eval $(call gb_Library_use_api,i18npool,\ - udkapi \ - offapi \ -)) +$(eval $(call gb_Library_use_sdk_api,i18npool)) $(eval $(call gb_Library_use_libraries,i18npool,\ comphelper \ diff --git a/i18npool/Library_i18nsearch.mk b/i18npool/Library_i18nsearch.mk index 4194c53c5031..bfe6450c5899 100644 --- a/i18npool/Library_i18nsearch.mk +++ b/i18npool/Library_i18nsearch.mk @@ -36,10 +36,7 @@ $(eval $(call gb_Library_set_include,i18nsearch,\ $$(INCLUDE) \ )) -$(eval $(call gb_Library_use_api,i18nsearch,\ - udkapi \ - offapi \ -)) +$(eval $(call gb_Library_use_sdk_api,i18nsearch)) $(eval $(call gb_Library_use_libraries,i18nsearch,\ cppu \ diff --git a/i18npool/Library_textconv_dict.mk b/i18npool/Library_textconv_dict.mk index 675f61530a68..e98a4525bf6f 100644 --- a/i18npool/Library_textconv_dict.mk +++ b/i18npool/Library_textconv_dict.mk @@ -33,10 +33,7 @@ $(eval $(call gb_Library_set_include,textconv_dict,\ -I$(SRCDIR)/i18npool/inc \ )) -$(eval $(call gb_Library_use_api,textconv_dict,\ - udkapi \ - offapi \ -)) +$(eval $(call gb_Library_use_sdk_api,textconv_dict)) $(eval $(call gb_Library_use_libraries,textconv_dict,\ $(gb_STDLIBS) \ |