From e20b14e1e9f22a4ac55a7c9e6160f0b7665ff24d Mon Sep 17 00:00:00 2001 From: Jens Carl Date: Fri, 29 Jun 2018 03:08:42 +0000 Subject: [PATCH] Remove obsolete (cargo-cult copied) dependencies Change-Id: I0229c3221a2b4d1bc0b8fa3a0347c9e97136f333 Reviewed-on: https://gerrit.libreoffice.org/56646 Tested-by: Jenkins Reviewed-by: Jens Carl --- sc/CppunitTest_sc_tablesheetsobj.mk | 47 ++++++----------------------- 1 file changed, 9 insertions(+), 38 deletions(-) diff --git a/sc/CppunitTest_sc_tablesheetsobj.mk b/sc/CppunitTest_sc_tablesheetsobj.mk index b45b0dab97cb..60f72c548dee 100644 --- a/sc/CppunitTest_sc_tablesheetsobj.mk +++ b/sc/CppunitTest_sc_tablesheetsobj.mk @@ -11,51 +11,22 @@ $(eval $(call gb_CppunitTest_CppunitTest,sc_tablesheetsobj)) -$(eval $(call gb_CppunitTest_add_exception_objects,sc_tablesheetsobj, \ - sc/qa/extras/sctablesheetsobj \ -)) - $(eval $(call gb_CppunitTest_use_external,sc_tablesheetsobj,boost_headers)) +$(eval $(call gb_CppunitTest_add_exception_objects,sc_tablesheetsobj, \ + sc/qa/extras/sctablesheetsobj \ +)) + $(eval $(call gb_CppunitTest_use_libraries,sc_tablesheetsobj, \ - basegfx \ - comphelper \ - cppu \ - cppuhelper \ - drawinglayer \ - editeng \ - for \ - forui \ - i18nlangtag \ - msfilter \ - oox \ - sal \ - salhelper \ - sax \ - sb \ - sc \ - sfx \ - sot \ - subsequenttest \ - svl \ - svt \ - svx \ - svxcore \ + cppu \ + sal \ + subsequenttest \ test \ - tk \ - tl \ - ucbhelper \ unotest \ - utl \ - vbahelper \ - vcl \ - xo \ )) $(eval $(call gb_CppunitTest_set_include,sc_tablesheetsobj,\ - -I$(SRCDIR)/sc/source/ui/inc \ - -I$(SRCDIR)/sc/inc \ - $$(INCLUDE) \ + $$(INCLUDE) \ )) $(eval $(call gb_CppunitTest_use_sdk_api,sc_tablesheetsobj)) @@ -64,7 +35,7 @@ $(eval $(call gb_CppunitTest_use_ure,sc_tablesheetsobj)) $(eval $(call gb_CppunitTest_use_vcl,sc_tablesheetsobj)) $(eval $(call gb_CppunitTest_use_components,sc_tablesheetsobj,\ - $(sc_unoapi_common_components) \ + $(sc_unoapi_common_components) \ )) $(eval $(call gb_CppunitTest_use_configuration,sc_tablesheetsobj))