From fdda178d888127c4b4dafd4b53800989929e9b6b Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Mon, 2 Jul 2012 13:00:50 +0100 Subject: targetted improvement of UNO API includes / usage --- xmlhelp/Library_tvhlp1.mk | 5 +---- xmlhelp/Library_ucpchelp1.mk | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) (limited to 'xmlhelp') diff --git a/xmlhelp/Library_tvhlp1.mk b/xmlhelp/Library_tvhlp1.mk index 8ea50cd443f9..d9ad22fcfe30 100644 --- a/xmlhelp/Library_tvhlp1.mk +++ b/xmlhelp/Library_tvhlp1.mk @@ -29,10 +29,7 @@ $(eval $(call gb_Library_Library,tvhlp1)) $(eval $(call gb_Library_set_componentfile,tvhlp1,xmlhelp/source/treeview/tvhlp1)) -$(eval $(call gb_Library_use_api,tvhlp1,\ - offapi \ - udkapi \ -)) +$(eval $(call gb_Library_use_sdk_api,tvhlp1)) $(eval $(call gb_Library_use_externals,tvhlp1,\ expat_utf8 \ diff --git a/xmlhelp/Library_ucpchelp1.mk b/xmlhelp/Library_ucpchelp1.mk index 2dfe46f4edcf..d98200da17aa 100644 --- a/xmlhelp/Library_ucpchelp1.mk +++ b/xmlhelp/Library_ucpchelp1.mk @@ -53,10 +53,7 @@ $(eval $(call gb_Library_set_include,ucpchelp1,\ $$(INCLUDE) \ )) -$(eval $(call gb_Library_use_api,ucpchelp1,\ - offapi \ - udkapi \ -)) +$(eval $(call gb_Library_use_sdk_api,ucpchelp1)) $(eval $(call gb_Library_use_externals,ucpchelp1,\ berkeleydb \ -- cgit