summaryrefslogtreecommitdiff
path: root/sc/CppunitTest_sc_chart_regression_test.mk
diff options
context:
space:
mode:
Diffstat (limited to 'sc/CppunitTest_sc_chart_regression_test.mk')
-rw-r--r--sc/CppunitTest_sc_chart_regression_test.mk5
1 files changed, 1 insertions, 4 deletions
diff --git a/sc/CppunitTest_sc_chart_regression_test.mk b/sc/CppunitTest_sc_chart_regression_test.mk
index 2c28e5a0c189..603c2d9957cc 100644
--- a/sc/CppunitTest_sc_chart_regression_test.mk
+++ b/sc/CppunitTest_sc_chart_regression_test.mk
@@ -135,11 +135,8 @@ $(eval $(call gb_CppunitTest_use_extra_configuration,sc_chart_regression_test,\
))
# we need to
-# 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
+# - explicitly depend on the sc resource files needed at unit-test runtime
$(call gb_CppunitTest_get_target,sc_chart_regression_test) : \
$(WORKDIR)/AllLangRes/sc \
- $(call gb_Library_get_target,localedata_en) \
# vim: set noet sw=4 ts=4: