summaryrefslogtreecommitdiff
path: root/sc/CppunitTest_sc_subsequent_filters_test.mk
diff options
context:
space:
mode:
Diffstat (limited to 'sc/CppunitTest_sc_subsequent_filters_test.mk')
-rw-r--r--sc/CppunitTest_sc_subsequent_filters_test.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/sc/CppunitTest_sc_subsequent_filters_test.mk b/sc/CppunitTest_sc_subsequent_filters_test.mk
index d814ddab6d7e..941bfeddac81 100644
--- a/sc/CppunitTest_sc_subsequent_filters_test.mk
+++ b/sc/CppunitTest_sc_subsequent_filters_test.mk
@@ -134,12 +134,11 @@ $(eval $(call gb_CppunitTest_use_configuration,sc_subsequent_filters_test))
$(eval $(call gb_CppunitTest_use_filter_configuration,sc_subsequent_filters_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 sc resource files needed at unit-test runtime
$(call gb_CppunitTest_get_target,sc_subsequent_filters_test) : \
$(WORKDIR)/AllLangRes/sc \
$(call gb_Library_get_target,localedata_en) \
- $(call gb_Library_get_target,scfilt) \
# vim: set noet sw=4 ts=4: