From fe209e78db5df329f38363a23109dcec67f4abcf Mon Sep 17 00:00:00 2001 From: David Tardon Date: Sun, 8 Apr 2012 11:15:40 +0200 Subject: let use_api handle the use of type rdbs at runtime Or is there any use case where we would need to use UNO API headers, but not require the appropriate type database at runtime? --- sw/CppunitTest_sw_filters_test.mk | 4 ---- sw/CppunitTest_sw_layout_test.mk | 5 ----- sw/CppunitTest_sw_macros_test.mk | 5 ----- sw/CppunitTest_sw_regression_test.mk | 5 ----- sw/CppunitTest_sw_subsequent_ooxmltok.mk | 4 ---- sw/CppunitTest_sw_subsequent_rtftok.mk | 4 ---- sw/CppunitTest_sw_swdoc_test.mk | 4 ---- 7 files changed, 31 deletions(-) (limited to 'sw') diff --git a/sw/CppunitTest_sw_filters_test.mk b/sw/CppunitTest_sw_filters_test.mk index 614cf194f887..8c81ccde3211 100644 --- a/sw/CppunitTest_sw_filters_test.mk +++ b/sw/CppunitTest_sw_filters_test.mk @@ -73,10 +73,6 @@ $(eval $(call gb_CppunitTest_use_api,sw_filters_test,\ $(eval $(call gb_CppunitTest_uses_ure,sw_filters_test)) -$(eval $(call gb_CppunitTest_use_type_rdbs,sw_filters_test,\ - types \ -)) - $(eval $(call gb_CppunitTest_use_components,sw_filters_test,\ comphelper/util/comphelp \ configmgr/source/configmgr \ diff --git a/sw/CppunitTest_sw_layout_test.mk b/sw/CppunitTest_sw_layout_test.mk index 3891c383f689..24fcdd560b88 100644 --- a/sw/CppunitTest_sw_layout_test.mk +++ b/sw/CppunitTest_sw_layout_test.mk @@ -83,11 +83,6 @@ $(eval $(call gb_CppunitTest_use_api,sw_layout_test,\ $(eval $(call gb_CppunitTest_uses_ure,sw_layout_test)) -$(eval $(call gb_CppunitTest_use_type_rdbs,sw_layout_test,\ - oovbaapi \ - types \ -)) - $(eval $(call gb_CppunitTest_use_components,sw_layout_test,\ comphelper/util/comphelp \ configmgr/source/configmgr \ diff --git a/sw/CppunitTest_sw_macros_test.mk b/sw/CppunitTest_sw_macros_test.mk index fb4d8ec65815..7cbdbe1bb8c0 100644 --- a/sw/CppunitTest_sw_macros_test.mk +++ b/sw/CppunitTest_sw_macros_test.mk @@ -84,11 +84,6 @@ $(eval $(call gb_CppunitTest_use_api,sw_macros_test,\ $(eval $(call gb_CppunitTest_uses_ure,sw_macros_test)) -$(eval $(call gb_CppunitTest_use_type_rdbs,sw_macros_test,\ - oovbaapi \ - types \ -)) - $(eval $(call gb_CppunitTest_use_components,sw_macros_test,\ basic/util/sb \ comphelper/util/comphelp \ diff --git a/sw/CppunitTest_sw_regression_test.mk b/sw/CppunitTest_sw_regression_test.mk index f98aa6162310..f89114a38e7f 100644 --- a/sw/CppunitTest_sw_regression_test.mk +++ b/sw/CppunitTest_sw_regression_test.mk @@ -84,11 +84,6 @@ $(eval $(call gb_CppunitTest_use_api,sw_regression_test,\ $(eval $(call gb_CppunitTest_uses_ure,sw_regression_test)) -$(eval $(call gb_CppunitTest_use_type_rdbs,sw_regression_test,\ - oovbaapi \ - types \ -)) - $(eval $(call gb_CppunitTest_use_components,sw_regression_test,\ basic/util/sb \ comphelper/util/comphelp \ diff --git a/sw/CppunitTest_sw_subsequent_ooxmltok.mk b/sw/CppunitTest_sw_subsequent_ooxmltok.mk index 0b73c55a2fe9..a1d77f51d9cf 100644 --- a/sw/CppunitTest_sw_subsequent_ooxmltok.mk +++ b/sw/CppunitTest_sw_subsequent_ooxmltok.mk @@ -50,10 +50,6 @@ $(eval $(call gb_CppunitTest_use_api,sw_subsequent_ooxmltok,\ $(eval $(call gb_CppunitTest_uses_ure,sw_subsequent_ooxmltok)) -$(eval $(call gb_CppunitTest_use_type_rdbs,sw_subsequent_ooxmltok,\ - types \ -)) - $(eval $(call gb_CppunitTest_use_components,sw_subsequent_ooxmltok,\ comphelper/util/comphelp \ configmgr/source/configmgr \ diff --git a/sw/CppunitTest_sw_subsequent_rtftok.mk b/sw/CppunitTest_sw_subsequent_rtftok.mk index 0e04dc012204..1a63a6d16877 100644 --- a/sw/CppunitTest_sw_subsequent_rtftok.mk +++ b/sw/CppunitTest_sw_subsequent_rtftok.mk @@ -50,10 +50,6 @@ $(eval $(call gb_CppunitTest_use_api,sw_subsequent_rtftok,\ $(eval $(call gb_CppunitTest_uses_ure,sw_subsequent_rtftok)) -$(eval $(call gb_CppunitTest_use_type_rdbs,sw_subsequent_rtftok,\ - types \ -)) - $(eval $(call gb_CppunitTest_use_components,sw_subsequent_rtftok,\ configmgr/source/configmgr \ fileaccess/source/fileacc \ diff --git a/sw/CppunitTest_sw_swdoc_test.mk b/sw/CppunitTest_sw_swdoc_test.mk index 086c4eec2743..5b3073492a0c 100644 --- a/sw/CppunitTest_sw_swdoc_test.mk +++ b/sw/CppunitTest_sw_swdoc_test.mk @@ -87,10 +87,6 @@ $(eval $(call gb_CppunitTest_use_api,sw_swdoc_test,\ $(eval $(call gb_CppunitTest_uses_ure,sw_swdoc_test)) -$(eval $(call gb_CppunitTest_use_type_rdbs,sw_swdoc_test,\ - types \ -)) - $(eval $(call gb_CppunitTest_use_components,sw_swdoc_test,\ comphelper/util/comphelp \ configmgr/source/configmgr \ -- cgit