diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2011-12-14 10:41:19 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2011-12-14 10:42:51 +0100 |
commit | 3684fcdc0f80bc79dd06796f34c6ad5faa8894bb (patch) | |
tree | 58c4ab43ca3471951a34e67ca6f59ccb827af57f /sw | |
parent | 8d691a2d94d2b2be3ad3fc0a44d2abc387d7b6c2 (diff) |
configmgr.component is no longer an old one.
Diffstat (limited to 'sw')
-rw-r--r-- | sw/CppunitTest_sw_filters_test.mk | 2 | ||||
-rw-r--r-- | sw/CppunitTest_sw_macros_test.mk | 2 | ||||
-rw-r--r-- | sw/CppunitTest_sw_swdoc_test.mk | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sw/CppunitTest_sw_filters_test.mk b/sw/CppunitTest_sw_filters_test.mk index d12ff2d94497..53a6c891cb88 100644 --- a/sw/CppunitTest_sw_filters_test.mk +++ b/sw/CppunitTest_sw_filters_test.mk @@ -79,6 +79,7 @@ $(eval $(call gb_CppunitTest_add_type_rdbs,sw_filters_test,\ )) $(eval $(call gb_CppunitTest_add_components,sw_filters_test,\ + configmgr/source/configmgr \ sw/util/sw \ sw/util/msword \ forms/util/frm \ @@ -94,7 +95,6 @@ $(eval $(call gb_CppunitTest_add_components,sw_filters_test,\ )) $(eval $(call gb_CppunitTest_add_old_components,sw_filters_test,\ - configmgr \ ucb1 \ ucpfile1 \ ucpchelp1 \ diff --git a/sw/CppunitTest_sw_macros_test.mk b/sw/CppunitTest_sw_macros_test.mk index a640452fad82..606679140e61 100644 --- a/sw/CppunitTest_sw_macros_test.mk +++ b/sw/CppunitTest_sw_macros_test.mk @@ -93,6 +93,7 @@ $(eval $(call gb_CppunitTest_add_type_rdbs,sw_macros_test,\ $(eval $(call gb_CppunitTest_add_components,sw_macros_test,\ basic/util/sb \ comphelper/util/comphelp \ + configmgr/source/configmgr \ dbaccess/util/dba \ fileaccess/source/fileacc \ filter/source/config/cache/filterconfig1 \ @@ -120,7 +121,6 @@ $(eval $(call gb_CppunitTest_add_components,sw_macros_test,\ )) $(eval $(call gb_CppunitTest_add_old_components,sw_macros_test,\ - configmgr \ ucb1 \ ucpfile1 \ ucptdoc1 \ diff --git a/sw/CppunitTest_sw_swdoc_test.mk b/sw/CppunitTest_sw_swdoc_test.mk index e18b0c8d52c8..7a186f962aab 100644 --- a/sw/CppunitTest_sw_swdoc_test.mk +++ b/sw/CppunitTest_sw_swdoc_test.mk @@ -94,6 +94,7 @@ $(eval $(call gb_CppunitTest_add_type_rdbs,sw_swdoc_test,\ )) $(eval $(call gb_CppunitTest_add_components,sw_swdoc_test,\ + configmgr/source/configmgr \ sfx2/util/sfx \ framework/util/fwk \ unoxml/source/service/unoxml \ @@ -103,7 +104,6 @@ $(eval $(call gb_CppunitTest_add_components,sw_swdoc_test,\ )) $(eval $(call gb_CppunitTest_add_old_components,sw_swdoc_test,\ - configmgr \ ucb1 \ ucpfile1 \ )) |