From cd2c512f9f6b6aa000fa48efb18033b3ebb3a264 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Sun, 8 Apr 2012 14:45:43 +0200 Subject: clean up --- sw/CppunitTest_sw_filters_test.mk | 3 +-- sw/CppunitTest_sw_layout_test.mk | 4 +--- sw/CppunitTest_sw_macros_test.mk | 4 +--- sw/CppunitTest_sw_regression_test.mk | 4 +--- 4 files changed, 4 insertions(+), 11 deletions(-) (limited to 'sw') diff --git a/sw/CppunitTest_sw_filters_test.mk b/sw/CppunitTest_sw_filters_test.mk index bf616828e458..ecfc8ce11c0b 100644 --- a/sw/CppunitTest_sw_filters_test.mk +++ b/sw/CppunitTest_sw_filters_test.mk @@ -92,10 +92,9 @@ $(eval $(call gb_CppunitTest_use_components,sw_filters_test,\ $(eval $(call gb_CppunitTest_use_configuration,sw_filters_test)) -# we need to explicitly depend on library msword because it is not implied +# we need to explicitly depend on library localedata_en because it is not implied # by a link relation $(call gb_CppunitTest_get_target,sw_filters_test) : \ $(call gb_Library_get_target,localedata_en) \ - $(call gb_Library_get_target,msword) \ # vim: set noet sw=4 ts=4: diff --git a/sw/CppunitTest_sw_layout_test.mk b/sw/CppunitTest_sw_layout_test.mk index c3540adf9ca9..819babbae19f 100644 --- a/sw/CppunitTest_sw_layout_test.mk +++ b/sw/CppunitTest_sw_layout_test.mk @@ -122,12 +122,10 @@ $(eval $(call gb_CppunitTest_use_extra_configuration,sw_layout_test,\ )) # we need to -# a) explicitly depend on library msword because it is not implied by a link +# a) explicitly depend on library localedata_en because it is not implied by a link # relation # b) explicitly depend on the sw resource files needed at unit-test runtime $(call gb_CppunitTest_get_target,sw_layout_test) : \ $(call gb_Library_get_target,localedata_en) \ - $(call gb_Library_get_target,msword) \ - $(if $(filter-out $(OS),IOS),$(call gb_Library_get_target,vbaswobj)) \ # vim: set noet sw=4 ts=4: diff --git a/sw/CppunitTest_sw_macros_test.mk b/sw/CppunitTest_sw_macros_test.mk index f7a053b8e9e1..634f8f3d04b0 100644 --- a/sw/CppunitTest_sw_macros_test.mk +++ b/sw/CppunitTest_sw_macros_test.mk @@ -124,12 +124,10 @@ $(eval $(call gb_CppunitTest_use_extra_configuration,sw_macros_test,\ )) # we need to -# a) explicitly depend on library msword because it is not implied by a link +# a) explicitly depend on library localedata_en because it is not implied by a link # relation # b) explicitly depend on the sw resource files needed at unit-test runtime $(call gb_CppunitTest_get_target,sw_macros_test) : \ $(call gb_Library_get_target,localedata_en) \ - $(call gb_Library_get_target,msword) \ - $(if $(filter SCRIPTING,$(BUILD_TYPE)),$(call gb_Library_get_target,vbaswobj)) \ # vim: set noet sw=4 ts=4: diff --git a/sw/CppunitTest_sw_regression_test.mk b/sw/CppunitTest_sw_regression_test.mk index e1d35d8999a1..c64a9d30df77 100644 --- a/sw/CppunitTest_sw_regression_test.mk +++ b/sw/CppunitTest_sw_regression_test.mk @@ -124,12 +124,10 @@ $(eval $(call gb_CppunitTest_use_extra_configuration,sw_regression_test,\ )) # we need to -# a) explicitly depend on library msword because it is not implied by a link +# a) explicitly depend on library localedata_en because it is not implied by a link # relation # b) explicitly depend on the sw resource files needed at unit-test runtime $(call gb_CppunitTest_get_target,sw_regression_test) : \ $(call gb_Library_get_target,localedata_en) \ - $(call gb_Library_get_target,msword) \ - $(if $(filter-out $(OS),IOS),$(call gb_Library_get_target,vbaswobj)) \ # vim: set noet sw=4 ts=4: -- cgit