From 87f3d6cdff977bf3f90b84ce2078e933f9a322a2 Mon Sep 17 00:00:00 2001 From: Jens Carl Date: Thu, 5 Jul 2018 06:12:43 +0000 Subject: Remove obsolete (cargo-cult copied) dependencies Change-Id: I9696a9ad3c0f5c3e6bb12a81dd2386e927eebed2 Reviewed-on: https://gerrit.libreoffice.org/56987 Tested-by: Jenkins Reviewed-by: Jens Carl --- sc/CppunitTest_sc_tableconditionalformatobj.mk | 28 -------------------------- 1 file changed, 28 deletions(-) diff --git a/sc/CppunitTest_sc_tableconditionalformatobj.mk b/sc/CppunitTest_sc_tableconditionalformatobj.mk index 9079945792c8..07e53f82b787 100644 --- a/sc/CppunitTest_sc_tableconditionalformatobj.mk +++ b/sc/CppunitTest_sc_tableconditionalformatobj.mk @@ -18,42 +18,14 @@ $(eval $(call gb_CppunitTest_add_exception_objects,sc_tableconditionalformatobj, )) $(eval $(call gb_CppunitTest_use_libraries,sc_tableconditionalformatobj, \ - basegfx \ - comphelper \ cppu \ - cppuhelper \ - drawinglayer \ - editeng \ - for \ - forui \ - i18nlangtag \ - msfilter \ - oox \ sal \ - salhelper \ - sax \ - sb \ - sc \ - sfx \ - sot \ subsequenttest \ - svl \ - svt \ - svx \ - svxcore \ test \ - tk \ - tl \ - ucbhelper \ unotest \ - utl \ - vbahelper \ - vcl \ - xo \ )) $(eval $(call gb_CppunitTest_set_include,sc_tableconditionalformatobj,\ - -I$(SRCDIR)/sc/source/ui/inc \ -I$(SRCDIR)/sc/inc \ $$(INCLUDE) \ )) -- cgit