diff options
author | Jens Carl <j.carl43@gmx.de> | 2018-07-05 06:12:43 +0000 |
---|---|---|
committer | Jens Carl <j.carl43@gmx.de> | 2018-07-05 18:51:55 +0200 |
commit | 87f3d6cdff977bf3f90b84ce2078e933f9a322a2 (patch) | |
tree | a2217c36fbc109c5e4413dec51b7b991773e9a17 | |
parent | 07cac0079fce384ce0e97875d84bc7c9888ed94a (diff) |
Remove obsolete (cargo-cult copied) dependencies
Change-Id: I9696a9ad3c0f5c3e6bb12a81dd2386e927eebed2
Reviewed-on: https://gerrit.libreoffice.org/56987
Tested-by: Jenkins
Reviewed-by: Jens Carl <j.carl43@gmx.de>
-rw-r--r-- | sc/CppunitTest_sc_tableconditionalformatobj.mk | 28 |
1 files changed, 0 insertions, 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) \ )) |