summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-04-08 11:15:40 +0200
committerDavid Tardon <dtardon@redhat.com>2012-04-08 14:53:07 +0200
commitfe209e78db5df329f38363a23109dcec67f4abcf (patch)
tree97ff8be18beff957f92e9d8ed2ac63f0de3ee22e /sw
parente4406fdc4b92427427b156c75ee048b5adf28410 (diff)
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?
Diffstat (limited to 'sw')
-rw-r--r--sw/CppunitTest_sw_filters_test.mk4
-rw-r--r--sw/CppunitTest_sw_layout_test.mk5
-rw-r--r--sw/CppunitTest_sw_macros_test.mk5
-rw-r--r--sw/CppunitTest_sw_regression_test.mk5
-rw-r--r--sw/CppunitTest_sw_subsequent_ooxmltok.mk4
-rw-r--r--sw/CppunitTest_sw_subsequent_rtftok.mk4
-rw-r--r--sw/CppunitTest_sw_swdoc_test.mk4
7 files changed, 0 insertions, 31 deletions
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 \