diff options
author | Jens Carl <j.carl43@gmx.de> | 2018-06-29 03:08:42 +0000 |
---|---|---|
committer | Jens Carl <j.carl43@gmx.de> | 2018-06-29 07:22:19 +0200 |
commit | e20b14e1e9f22a4ac55a7c9e6160f0b7665ff24d (patch) | |
tree | becd518b760725cebf5cd3ed33a422abf81d815f | |
parent | 616917f4e15d30307062f3c1a73656c8c9fbf3a9 (diff) |
Remove obsolete (cargo-cult copied) dependencies
Change-Id: I0229c3221a2b4d1bc0b8fa3a0347c9e97136f333
Reviewed-on: https://gerrit.libreoffice.org/56646
Tested-by: Jenkins
Reviewed-by: Jens Carl <j.carl43@gmx.de>
-rw-r--r-- | sc/CppunitTest_sc_tablesheetsobj.mk | 45 |
1 files changed, 8 insertions, 37 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_use_external,sc_tablesheetsobj,boost_headers)) + $(eval $(call gb_CppunitTest_add_exception_objects,sc_tablesheetsobj, \ - sc/qa/extras/sctablesheetsobj \ + sc/qa/extras/sctablesheetsobj \ )) -$(eval $(call gb_CppunitTest_use_external,sc_tablesheetsobj,boost_headers)) - $(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)) |