summaryrefslogtreecommitdiffstats
path: root/sc/CppunitTest_sc_check_xcell_ranges_query.mk
diff options
context:
space:
mode:
authorGleb Mishchenko <gleb.mishchenko.96@gmail.com>2016-03-22 10:43:56 +0300
committerjan iversen <jani@documentfoundation.org>2016-06-09 09:47:11 +0000
commita97b392879c96145701b2454b26dc0c4f6aa4bb2 (patch)
treecbc4f327035084aaf1a1fd5fe927dedc20ff2f99 /sc/CppunitTest_sc_check_xcell_ranges_query.mk
parentremove some manual ref-counting in connectivity (diff)
downloadcore-a97b392879c96145701b2454b26dc0c4f6aa4bb2.tar.gz
core-a97b392879c96145701b2454b26dc0c4f6aa4bb2.zip
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 <ci@libreoffice.org> Reviewed-by: jan iversen <jani@documentfoundation.org> Tested-by: jan iversen <jani@documentfoundation.org>
Diffstat (limited to 'sc/CppunitTest_sc_check_xcell_ranges_query.mk')
-rw-r--r--sc/CppunitTest_sc_check_xcell_ranges_query.mk7
1 files changed, 2 insertions, 5 deletions
diff --git a/sc/CppunitTest_sc_check_xcell_ranges_query.mk b/sc/CppunitTest_sc_check_xcell_ranges_query.mk
index 5ca88d9082c1..aee68d90a1b0 100644
--- a/sc/CppunitTest_sc_check_xcell_ranges_query.mk
+++ b/sc/CppunitTest_sc_check_xcell_ranges_query.mk
@@ -57,10 +57,7 @@ $(eval $(call gb_CppunitTest_set_include,sc_check_xcell_ranges_query,\
$$(INCLUDE) \
))
-$(eval $(call gb_CppunitTest_use_api,sc_check_xcell_ranges_query,\
- offapi \
- udkapi \
-))
+$(eval $(call gb_CppunitTest_use_sdk_api,sc_check_xcell_ranges_query))
$(eval $(call gb_CppunitTest_use_ure,sc_check_xcell_ranges_query))
$(eval $(call gb_CppunitTest_use_vcl,sc_check_xcell_ranges_query))
@@ -100,4 +97,4 @@ $(eval $(call gb_CppunitTest_use_components,sc_check_xcell_ranges_query,\
$(eval $(call gb_CppunitTest_use_configuration,sc_check_xcell_ranges_query,))
-# vim: set noet sw=4 ts=4: \ No newline at end of file
+# vim: set noet sw=4 ts=4: