diff options
author | Jens Carl <j.carl43@gmx.de> | 2018-08-07 05:10:26 +0000 |
---|---|---|
committer | Jens Carl <j.carl43@gmx.de> | 2018-08-07 18:14:56 +0200 |
commit | 7eeeedb6708bbb94fbff678a3661f321100efe73 (patch) | |
tree | d6cc304b47e816522a620076a9942ce9824297a5 /sc | |
parent | 2f88d3ec240296df29a6a4b14f3c0d37a8a4b73e (diff) |
Remove obsolete (cargo-cult copied) dependencies
Change-Id: I61893e446ec9549fae2bc0cde2fa5fcc5d77a713
Reviewed-on: https://gerrit.libreoffice.org/58662
Tested-by: Jenkins
Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/CppunitTest_sc_arealinkobj.mk | 45 |
1 files changed, 8 insertions, 37 deletions
diff --git a/sc/CppunitTest_sc_arealinkobj.mk b/sc/CppunitTest_sc_arealinkobj.mk index d6658a44344c..0762b8f8461b 100644 --- a/sc/CppunitTest_sc_arealinkobj.mk +++ b/sc/CppunitTest_sc_arealinkobj.mk @@ -11,51 +11,22 @@ $(eval $(call gb_CppunitTest_CppunitTest,sc_arealinkobj)) +$(eval $(call gb_CppunitTest_use_external,sc_arealinkobj,boost_headers)) + $(eval $(call gb_CppunitTest_add_exception_objects,sc_arealinkobj, \ - sc/qa/extras/scarealinkobj \ + sc/qa/extras/scarealinkobj \ )) -$(eval $(call gb_CppunitTest_use_external,sc_arealinkobj,boost_headers)) - $(eval $(call gb_CppunitTest_use_libraries,sc_arealinkobj, \ - 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_arealinkobj,\ - -I$(SRCDIR)/sc/source/ui/inc \ - -I$(SRCDIR)/sc/inc \ - $$(INCLUDE) \ + $$(INCLUDE) \ )) $(eval $(call gb_CppunitTest_use_sdk_api,sc_arealinkobj)) @@ -64,7 +35,7 @@ $(eval $(call gb_CppunitTest_use_ure,sc_arealinkobj)) $(eval $(call gb_CppunitTest_use_vcl,sc_arealinkobj)) $(eval $(call gb_CppunitTest_use_components,sc_arealinkobj,\ - $(sc_unoapi_common_components) \ + $(sc_unoapi_common_components) \ )) $(eval $(call gb_CppunitTest_use_configuration,sc_arealinkobj)) |