From a97b392879c96145701b2454b26dc0c4f6aa4bb2 Mon Sep 17 00:00:00 2001 From: Gleb Mishchenko Date: Tue, 22 Mar 2016 10:43:56 +0300 Subject: tdf#94698 cleanup Makefiles. Get rid of udkapi and offapi This patch changes occurences in makefiles from $(eval $(call gb_CppunitTest_use_api,comphelper_test_config, \ udkapi \ offapi \ )) to $(eval $(call gb_CppunitTest_use_sdk_api,comphelper_test_config)) (corrected instead of abandon, jani) Change-Id: Ic96ec65d82d7452e288f05a8b6d576ef543b068e Reviewed-on: https://gerrit.libreoffice.org/23426 Tested-by: Jenkins Reviewed-by: jan iversen Tested-by: jan iversen --- chart2/CppunitTest_chart2_xshape.mk | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'chart2/CppunitTest_chart2_xshape.mk') diff --git a/chart2/CppunitTest_chart2_xshape.mk b/chart2/CppunitTest_chart2_xshape.mk index bb50d5b59608..92c26447f559 100644 --- a/chart2/CppunitTest_chart2_xshape.mk +++ b/chart2/CppunitTest_chart2_xshape.mk @@ -64,10 +64,7 @@ $(eval $(call gb_CppunitTest_set_include,chart2_xshape,\ $$(INCLUDE) \ )) -$(eval $(call gb_CppunitTest_use_api,chart2_xshape,\ - offapi \ - udkapi \ -)) +$(eval $(call gb_CppunitTest_use_sdk_api,chart2_xshape)) $(eval $(call gb_CppunitTest_use_ure,chart2_xshape)) $(eval $(call gb_CppunitTest_use_vcl,chart2_xshape)) -- cgit