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 /sc/CppunitTest_sc_ucalc.mk | |
parent | cbd2e67d20788922e5bd6c374e32d810d209bc90 (diff) |
these are not old component files anymore
Diffstat (limited to 'sc/CppunitTest_sc_ucalc.mk')
-rw-r--r-- | sc/CppunitTest_sc_ucalc.mk | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sc/CppunitTest_sc_ucalc.mk b/sc/CppunitTest_sc_ucalc.mk index 3862ff260f1b..f3d5c025c5f3 100644 --- a/sc/CppunitTest_sc_ucalc.mk +++ b/sc/CppunitTest_sc_ucalc.mk @@ -100,14 +100,11 @@ $(eval $(call gb_CppunitTest_add_components,sc_ucalc,\ framework/util/fwk \ i18npool/util/i18npool \ sfx2/util/sfx \ + ucb/source/core/ucb1 \ + ucb/source/ucp/file/ucpfile1 \ unoxml/source/service/unoxml \ )) -$(eval $(call gb_CppunitTest_add_old_components,sc_ucalc,\ - ucb1 \ - ucpfile1 \ -)) - $(eval $(call gb_CppunitTest_set_args,sc_ucalc,\ --headless \ --protector unoexceptionprotector$(gb_Library_DLLEXT) unoexceptionprotector \ |