summaryrefslogtreecommitdiff
path: root/sw/CppunitTest_sw_filters_test.mk
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-10-04 18:09:41 +0200
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-10-04 18:34:22 +0200
commit977ea14f37c4d53668ed89ed79009b1e15fcb8a6 (patch)
tree9189c3148cfaf30e2abfd3b8059151770f2ba45e /sw/CppunitTest_sw_filters_test.mk
parent952e758d47aa7b50a74e4a068723e47c7a8adc7e (diff)
adapt sw unittests to separate RdbTarget makefile requirement
Diffstat (limited to 'sw/CppunitTest_sw_filters_test.mk')
-rw-r--r--sw/CppunitTest_sw_filters_test.mk22
1 files changed, 0 insertions, 22 deletions
diff --git a/sw/CppunitTest_sw_filters_test.mk b/sw/CppunitTest_sw_filters_test.mk
index 6541bf75ffaa..720adae32a90 100644
--- a/sw/CppunitTest_sw_filters_test.mk
+++ b/sw/CppunitTest_sw_filters_test.mk
@@ -87,28 +87,6 @@ $(eval $(call gb_CppunitTest_set_args,sw_filters_test,\
--protector unoexceptionprotector$(gb_Library_DLLEXT) unoexceptionprotector \
))
-$(eval $(call gb_RdbTarget_RdbTarget,sw_filters_test))
-
-$(eval $(call gb_RdbTarget_add_components,sw_filters_test,\
- sw/util/sw \
- sw/util/msword \
- forms/util/frm \
- dbaccess/util/dba \
- sfx2/util/sfx \
- framework/util/fwk \
- toolkit/util/tk \
- unoxml/source/service/unoxml \
- fileaccess/source/fileacc \
- comphelper/util/comphelp \
- i18npool/util/i18npool \
- package/util/package2 \
-))
-
-$(eval $(call gb_RdbTarget_add_old_components,sw_filters_test,\
- ucb1 \
- ucpfile1 \
-))
-
# we need to explicitly depend on library msword because it is not implied
# by a link relation
$(call gb_CppunitTest_get_target,sw_filters_test) : $(call gb_Library_get_target,msword)