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 /chart2 | |
parent | 6baa0319ab93712652b4fd8d874d289105f18ae5 (diff) |
targetted improvement of UNO API includes / usage
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/Library_chartcontroller.mk | 5 | ||||
-rw-r--r-- | chart2/Library_chartmodel.mk | 5 | ||||
-rw-r--r-- | chart2/Library_charttools.mk | 5 | ||||
-rw-r--r-- | chart2/Library_chartview.mk | 5 |
4 files changed, 4 insertions, 16 deletions
diff --git a/chart2/Library_chartcontroller.mk b/chart2/Library_chartcontroller.mk index ea0b2c28301c..b42c0e8f328e 100644 --- a/chart2/Library_chartcontroller.mk +++ b/chart2/Library_chartcontroller.mk @@ -33,10 +33,7 @@ $(eval $(call gb_Library_set_include,chartcontroller,\ -I$(SRCDIR)/chart2/source/inc \ )) -$(eval $(call gb_Library_use_api,chartcontroller,\ - offapi \ - udkapi \ -)) +$(eval $(call gb_Library_use_sdk_api,chartcontroller)) # TODO: is this still necessary? # (from chart2/source/controller/dialogs/makefile.mk) diff --git a/chart2/Library_chartmodel.mk b/chart2/Library_chartmodel.mk index c1da053d8485..b4213242df97 100644 --- a/chart2/Library_chartmodel.mk +++ b/chart2/Library_chartmodel.mk @@ -33,10 +33,7 @@ $(eval $(call gb_Library_set_include,chartmodel,\ -I$(SRCDIR)/chart2/source/inc \ )) -$(eval $(call gb_Library_use_api,chartmodel,\ - offapi \ - udkapi \ -)) +$(eval $(call gb_Library_use_sdk_api,chartmodel)) # TODO: is this still necessary? # (from chart2/source/model/template/makefile.mk) diff --git a/chart2/Library_charttools.mk b/chart2/Library_charttools.mk index 0c55770f306e..d38804d512ed 100644 --- a/chart2/Library_charttools.mk +++ b/chart2/Library_charttools.mk @@ -36,10 +36,7 @@ $(eval $(call gb_Library_add_defs,charttools,\ -DOOO_DLLIMPLEMENTATION_CHARTTOOLS \ )) -$(eval $(call gb_Library_use_api,charttools,\ - offapi \ - udkapi \ -)) +$(eval $(call gb_Library_use_sdk_api,charttools)) $(eval $(call gb_Library_use_libraries,charttools,\ basegfx \ diff --git a/chart2/Library_chartview.mk b/chart2/Library_chartview.mk index ab3952e1d7af..c5487a8635da 100644 --- a/chart2/Library_chartview.mk +++ b/chart2/Library_chartview.mk @@ -37,10 +37,7 @@ $(eval $(call gb_Library_add_defs,chartview,\ -DOOO_DLLIMPLEMENTATION_CHARTVIEW \ )) -$(eval $(call gb_Library_use_api,chartview,\ - offapi \ - udkapi \ -)) +$(eval $(call gb_Library_use_sdk_api,chartview)) $(eval $(call gb_Library_use_libraries,chartview,\ basegfx \ |