diff options
author | Gleb Mishchenko <gleb.mishchenko.96@gmail.com> | 2016-03-22 10:43:56 +0300 |
---|---|---|
committer | jan iversen <jani@documentfoundation.org> | 2016-06-09 09:47:11 +0000 |
commit | a97b392879c96145701b2454b26dc0c4f6aa4bb2 (patch) | |
tree | cbc4f327035084aaf1a1fd5fe927dedc20ff2f99 /oox | |
parent | aaebe3c45d3ceac7aba19ad8fd5b1cb621e337b3 (diff) |
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 'oox')
-rw-r--r-- | oox/CppunitTest_oox_tokenmap.mk | 5 | ||||
-rw-r--r-- | oox/CppunitTest_oox_vba_compression.mk | 5 | ||||
-rw-r--r-- | oox/CppunitTest_oox_vba_encryption.mk | 5 |
3 files changed, 3 insertions, 12 deletions
diff --git a/oox/CppunitTest_oox_tokenmap.mk b/oox/CppunitTest_oox_tokenmap.mk index 9eac2a544bff..1e903a25a368 100644 --- a/oox/CppunitTest_oox_tokenmap.mk +++ b/oox/CppunitTest_oox_tokenmap.mk @@ -16,10 +16,7 @@ $(eval $(call gb_CppunitTest_add_exception_objects,oox_tokenmap,\ $(eval $(call gb_CppunitTest_use_custom_headers,oox_tokenmap,oox/generated)) -$(eval $(call gb_CppunitTest_use_api,oox_tokenmap,\ - offapi \ - udkapi \ -)) +$(eval $(call gb_CppunitTest_use_sdk_api,oox_tokenmap)) $(eval $(call gb_CppunitTest_use_library_objects,oox_tokenmap,oox)) diff --git a/oox/CppunitTest_oox_vba_compression.mk b/oox/CppunitTest_oox_vba_compression.mk index bb87cb4685b2..35d1d1510af2 100644 --- a/oox/CppunitTest_oox_vba_compression.mk +++ b/oox/CppunitTest_oox_vba_compression.mk @@ -14,10 +14,7 @@ $(eval $(call gb_CppunitTest_add_exception_objects,oox_vba_compression,\ oox/qa/unit/vba_compression \ )) -$(eval $(call gb_CppunitTest_use_api,oox_vba_compression,\ - offapi \ - udkapi \ -)) +$(eval $(call gb_CppunitTest_use_sdk_api,oox_vba_compression)) $(eval $(call gb_CppunitTest_use_libraries,oox_vba_compression,\ basegfx \ diff --git a/oox/CppunitTest_oox_vba_encryption.mk b/oox/CppunitTest_oox_vba_encryption.mk index 1f8bb5ceb814..1a588830a09e 100644 --- a/oox/CppunitTest_oox_vba_encryption.mk +++ b/oox/CppunitTest_oox_vba_encryption.mk @@ -14,10 +14,7 @@ $(eval $(call gb_CppunitTest_add_exception_objects,oox_vba_encryption,\ oox/qa/unit/vba_encryption \ )) -$(eval $(call gb_CppunitTest_use_api,oox_vba_encryption,\ - offapi \ - udkapi \ -)) +$(eval $(call gb_CppunitTest_use_sdk_api,oox_vba_encryption)) $(eval $(call gb_CppunitTest_use_libraries,oox_vba_encryption,\ basegfx \ |