diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2012-01-15 02:59:40 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2012-01-15 16:11:33 +0100 |
commit | 58b8a4d25dc9bf29d7b3b4d21f03257c11f70693 (patch) | |
tree | 210fb4115398160b33d8e48f44aa107e06e4cfa4 /sd | |
parent | cbd2e67d20788922e5bd6c374e32d810d209bc90 (diff) |
these are not old component files anymore
Diffstat (limited to 'sd')
-rw-r--r-- | sd/CppunitTest_sd_filters_test.mk | 6 | ||||
-rw-r--r-- | sd/CppunitTest_sd_regression_test.mk | 12 |
2 files changed, 9 insertions, 9 deletions
diff --git a/sd/CppunitTest_sd_filters_test.mk b/sd/CppunitTest_sd_filters_test.mk index 9216515af219..b4de440d40b6 100644 --- a/sd/CppunitTest_sd_filters_test.mk +++ b/sd/CppunitTest_sd_filters_test.mk @@ -106,6 +106,9 @@ $(eval $(call gb_CppunitTest_add_components,sd_filters_test,\ sfx2/util/sfx \ sot/util/sot \ toolkit/util/tk \ + ucb/source/core/ucb1 \ + ucb/source/ucp/file/ucpfile1 \ + ucb/source/ucp/tdoc/ucptdoc1 \ unotools/util/utl \ unoxml/source/rdf/unordf \ unoxml/source/service/unoxml \ @@ -115,9 +118,6 @@ $(eval $(call gb_CppunitTest_add_components,sd_filters_test,\ $(eval $(call gb_CppunitTest_add_old_components,sd_filters_test,\ embobj \ - ucb1 \ - ucpfile1 \ - ucptdoc1 \ )) $(eval $(call gb_CppunitTest_set_args,sd_filters_test,\ diff --git a/sd/CppunitTest_sd_regression_test.mk b/sd/CppunitTest_sd_regression_test.mk index 85b5c6d6409f..42a7d996761a 100644 --- a/sd/CppunitTest_sd_regression_test.mk +++ b/sd/CppunitTest_sd_regression_test.mk @@ -110,6 +110,12 @@ $(eval $(call gb_CppunitTest_add_components,sd_regression_test,\ sot/util/sot \ svl/source/fsstor/fsstorage \ toolkit/util/tk \ + ucb/source/core/ucb1 \ + ucb/source/ucp/expand/ucpexpand1 \ + ucb/source/ucp/file/ucpfile1 \ + ucb/source/ucp/gio/ucpgio \ + ucb/source/ucp/package/ucppkg1 \ + ucb/source/ucp/tdoc/ucptdoc1 \ unotools/util/utl \ unoxml/source/rdf/unordf \ unoxml/source/service/unoxml \ @@ -119,12 +125,6 @@ $(eval $(call gb_CppunitTest_add_components,sd_regression_test,\ $(eval $(call gb_CppunitTest_add_old_components,sd_regression_test,\ embobj \ - ucb1 \ - ucpexpand1 \ - ucpfile1 \ - ucpgio \ - ucppkg1 \ - ucptdoc1 \ )) $(eval $(call gb_CppunitTest_set_args,sd_regression_test,\ |