diff options
author | Jens Carl <j.carl43@gmx.de> | 2018-07-22 18:22:51 +0000 |
---|---|---|
committer | Jens Carl <j.carl43@gmx.de> | 2018-07-23 06:17:46 +0200 |
commit | 7119184f4b5441600f7b3eae7ec6771c094bbb7f (patch) | |
tree | a6462b42f0e46fade6f2aae9f5dd0e2bceee2753 /sc | |
parent | c814036604810e84d2b20f1407020cf6f003ab78 (diff) |
Remove obsolete (cargo-cult copied) dependencies
Change-Id: If68a45523242a30d5bc8122818b36f0babc70dcd
Reviewed-on: https://gerrit.libreoffice.org/57828
Tested-by: Jenkins
Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/CppunitTest_sc_outlineobj.mk | 45 |
1 files changed, 8 insertions, 37 deletions
diff --git a/sc/CppunitTest_sc_outlineobj.mk b/sc/CppunitTest_sc_outlineobj.mk index c231fbb9d881..5f49521ea361 100644 --- a/sc/CppunitTest_sc_outlineobj.mk +++ b/sc/CppunitTest_sc_outlineobj.mk @@ -11,51 +11,22 @@ $(eval $(call gb_CppunitTest_CppunitTest,sc_outlineobj)) +$(eval $(call gb_CppunitTest_use_external,sc_outlineobj,boost_headers)) + $(eval $(call gb_CppunitTest_add_exception_objects,sc_outlineobj, \ - sc/qa/extras/scoutlineobj \ + sc/qa/extras/scoutlineobj \ )) -$(eval $(call gb_CppunitTest_use_external,sc_outlineobj,boost_headers)) - $(eval $(call gb_CppunitTest_use_libraries,sc_outlineobj, \ - 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_outlineobj,\ - -I$(SRCDIR)/sc/source/ui/inc \ - -I$(SRCDIR)/sc/inc \ - $$(INCLUDE) \ + $$(INCLUDE) \ )) $(eval $(call gb_CppunitTest_use_sdk_api,sc_outlineobj)) @@ -64,7 +35,7 @@ $(eval $(call gb_CppunitTest_use_ure,sc_outlineobj)) $(eval $(call gb_CppunitTest_use_vcl,sc_outlineobj)) $(eval $(call gb_CppunitTest_use_components,sc_outlineobj,\ - $(sc_unoapi_common_components) \ + $(sc_unoapi_common_components) \ )) $(eval $(call gb_CppunitTest_use_configuration,sc_outlineobj)) |