sc/CppunitTest_sc_styleloaderobj.mk | 41 +++++------------------------------- 1 file changed, 6 insertions(+), 35 deletions(-)
New commits: commit 68d3a44bc96041982cb38c140c0f9628dc8547c5 Author: Jens Carl <[email protected]> Date: Thu Jul 12 05:40:52 2018 +0000 Remove obsolete (cargo-cult copied) dependencies Change-Id: I0ae7742cf7d0bf9a1de702dc78eea84abc8d21f6 Reviewed-on: https://gerrit.libreoffice.org/57314 Tested-by: Jenkins Reviewed-by: Jens Carl <[email protected]> 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)) _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
