diff options
author | Jens Carl <j.carl43@gmx.de> | 2018-07-12 05:40:52 +0000 |
---|---|---|
committer | Jens Carl <j.carl43@gmx.de> | 2018-07-12 19:29:41 +0200 |
commit | 68d3a44bc96041982cb38c140c0f9628dc8547c5 (patch) | |
tree | 632a795df8561faca6f2ea3c95e49fb8c3336463 /sc | |
parent | 1a5ef55b7de60131efa7a831309186b29cb6214e (diff) |
Remove obsolete (cargo-cult copied) dependencies
Change-Id: I0ae7742cf7d0bf9a1de702dc78eea84abc8d21f6
Reviewed-on: https://gerrit.libreoffice.org/57314
Tested-by: Jenkins
Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/CppunitTest_sc_styleloaderobj.mk | 41 |
1 files changed, 6 insertions, 35 deletions
diff --git a/sc/CppunitTest_sc_styleloaderobj.mk b/sc/CppunitTest_sc_styleloaderobj.mk index d0f37d43424d..61e1bdb552bf 100644 --- a/sc/CppunitTest_sc_styleloaderobj.mk +++ b/sc/CppunitTest_sc_styleloaderobj.mk @@ -14,48 +14,19 @@ $(eval $(call gb_CppunitTest_CppunitTest,sc_styleloaderobj)) $(eval $(call gb_CppunitTest_use_external,sc_styleloaderobj,boost_headers)) $(eval $(call gb_CppunitTest_add_exception_objects,sc_styleloaderobj, \ - sc/qa/extras/scstyleloaderobj \ + sc/qa/extras/scstyleloaderobj \ )) $(eval $(call gb_CppunitTest_use_libraries,sc_styleloaderobj, \ - 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_styleloaderobj,\ - -I$(SRCDIR)/sc/source/ui/inc \ - -I$(SRCDIR)/sc/inc \ - $$(INCLUDE) \ + $$(INCLUDE) \ )) $(eval $(call gb_CppunitTest_use_sdk_api,sc_styleloaderobj)) @@ -64,7 +35,7 @@ $(eval $(call gb_CppunitTest_use_ure,sc_styleloaderobj)) $(eval $(call gb_CppunitTest_use_vcl,sc_styleloaderobj)) $(eval $(call gb_CppunitTest_use_components,sc_styleloaderobj,\ - $(sc_unoapi_common_components) \ + $(sc_unoapi_common_components) \ )) $(eval $(call gb_CppunitTest_use_configuration,sc_styleloaderobj)) |