summaryrefslogtreecommitdiff
path: root/sc/CppunitTest_sc_tablesheetobj.mk
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-04-08 14:45:43 +0200
committerDavid Tardon <dtardon@redhat.com>2012-04-08 14:53:10 +0200
commitcd2c512f9f6b6aa000fa48efb18033b3ebb3a264 (patch)
treea5866410802a9e7271686b189b0b13fe69d03b37 /sc/CppunitTest_sc_tablesheetobj.mk
parent36e7740104e2049518cf826c38eceedac36c8b73 (diff)
clean up
Diffstat (limited to 'sc/CppunitTest_sc_tablesheetobj.mk')
-rw-r--r--sc/CppunitTest_sc_tablesheetobj.mk8
1 files changed, 2 insertions, 6 deletions
diff --git a/sc/CppunitTest_sc_tablesheetobj.mk b/sc/CppunitTest_sc_tablesheetobj.mk
index b35754869e98..0d23ae6c2e53 100644
--- a/sc/CppunitTest_sc_tablesheetobj.mk
+++ b/sc/CppunitTest_sc_tablesheetobj.mk
@@ -76,7 +76,6 @@ $(eval $(call gb_CppunitTest_set_include,sc_spreadsheetobj,\
-I$(SRCDIR)/sc/source/ui/inc \
-I$(SRCDIR)/sc/inc \
$$(INCLUDE) \
- -I$(OUTDIR)/inc \
))
$(eval $(call gb_CppunitTest_use_api,sc_spreadsheetobj,\
@@ -126,10 +125,7 @@ $(eval $(call gb_CppunitTest_use_extra_configuration,sc_spreadsheetobj,\
$(OUTDIR)/unittest/registry \
))
-# we need to
-# a) explicitly depend on library msword 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_spreadsheetobj) : $(call gb_Library_get_target,scfilt) $(WORKDIR)/AllLangRes/sc
+# we need to explicitly depend on the sc resource files needed at unit-test runtime
+$(call gb_CppunitTest_get_target,sc_spreadsheetobj) : $(WORKDIR)/AllLangRes/sc
# vim: set noet sw=4 ts=4: