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 /lingucomponent | |
parent | 6baa0319ab93712652b4fd8d874d289105f18ae5 (diff) |
targetted improvement of UNO API includes / usage
Diffstat (limited to 'lingucomponent')
-rw-r--r-- | lingucomponent/Library_MacOSXSpell.mk | 5 | ||||
-rw-r--r-- | lingucomponent/Library_guesslang.mk | 5 | ||||
-rw-r--r-- | lingucomponent/Library_hyphen.mk | 5 | ||||
-rw-r--r-- | lingucomponent/Library_lnth.mk | 5 | ||||
-rw-r--r-- | lingucomponent/Library_spell.mk | 5 |
5 files changed, 5 insertions, 20 deletions
diff --git a/lingucomponent/Library_MacOSXSpell.mk b/lingucomponent/Library_MacOSXSpell.mk index 4c99452fe4d0..f3f37e2f7b69 100644 --- a/lingucomponent/Library_MacOSXSpell.mk +++ b/lingucomponent/Library_MacOSXSpell.mk @@ -34,10 +34,7 @@ $(eval $(call gb_Library_set_include,MacOSXSpell,\ -I$(SRCDIR)/lingucomponent/source/lingutil \ )) -$(eval $(call gb_Library_use_api,MacOSXSpell,\ - udkapi \ - offapi \ -)) +$(eval $(call gb_Library_use_sdk_api,MacOSXSpell)) $(eval $(call gb_Library_use_libraries,MacOSXSpell,\ $(gb_STDLIBS) \ diff --git a/lingucomponent/Library_guesslang.mk b/lingucomponent/Library_guesslang.mk index 0e1ea8d6bb3e..a2e3ad8bbbc3 100644 --- a/lingucomponent/Library_guesslang.mk +++ b/lingucomponent/Library_guesslang.mk @@ -29,10 +29,7 @@ $(eval $(call gb_Library_Library,guesslang)) $(eval $(call gb_Library_set_componentfile,guesslang,lingucomponent/source/languageguessing/guesslang)) -$(eval $(call gb_Library_use_api,guesslang,\ - udkapi \ - offapi \ -)) +$(eval $(call gb_Library_use_sdk_api,guesslang)) $(eval $(call gb_Library_use_libraries,guesslang,\ $(gb_STDLIBS) \ diff --git a/lingucomponent/Library_hyphen.mk b/lingucomponent/Library_hyphen.mk index d518d6331f43..1fd9e79aaa61 100644 --- a/lingucomponent/Library_hyphen.mk +++ b/lingucomponent/Library_hyphen.mk @@ -34,10 +34,7 @@ $(eval $(call gb_Library_set_include,hyphen,\ -I$(SRCDIR)/lingucomponent/source/lingutil \ )) -$(eval $(call gb_Library_use_api,hyphen,\ - udkapi \ - offapi \ -)) +$(eval $(call gb_Library_use_sdk_api,hyphen)) $(eval $(call gb_Library_use_libraries,hyphen,\ $(gb_STDLIBS) \ diff --git a/lingucomponent/Library_lnth.mk b/lingucomponent/Library_lnth.mk index ae392621d26b..a406d83ada5b 100644 --- a/lingucomponent/Library_lnth.mk +++ b/lingucomponent/Library_lnth.mk @@ -34,10 +34,7 @@ $(eval $(call gb_Library_set_include,lnth,\ -I$(SRCDIR)/lingucomponent/source/lingutil \ )) -$(eval $(call gb_Library_use_api,lnth,\ - udkapi \ - offapi \ -)) +$(eval $(call gb_Library_use_sdk_api,lnth)) $(eval $(call gb_Library_use_libraries,lnth,\ $(gb_STDLIBS) \ diff --git a/lingucomponent/Library_spell.mk b/lingucomponent/Library_spell.mk index 1914917bae83..a9349e089ca6 100644 --- a/lingucomponent/Library_spell.mk +++ b/lingucomponent/Library_spell.mk @@ -34,10 +34,7 @@ $(eval $(call gb_Library_set_include,spell,\ -I$(SRCDIR)/lingucomponent/source/lingutil \ )) -$(eval $(call gb_Library_use_api,spell,\ - udkapi \ - offapi \ -)) +$(eval $(call gb_Library_use_sdk_api,spell)) $(eval $(call gb_Library_use_libraries,spell,\ $(gb_STDLIBS) \ |