sc/CppunitTest_sc_shapeobj.mk | 31 +------------------------------ 1 file changed, 1 insertion(+), 30 deletions(-)
New commits: commit de6b0c6edce0b9237fa43d12e258bf5fa568f6a7 Author: Jens Carl <[email protected]> AuthorDate: Sun Jul 15 01:29:17 2018 +0000 Commit: Jens Carl <[email protected]> CommitDate: Mon Jul 16 05:23:21 2018 +0200 Remove obsolete (cargo-cult copied) dependencies Change-Id: I3486391ff2c3826a4c10892e756428cca400f991 Reviewed-on: https://gerrit.libreoffice.org/57446 Tested-by: Jenkins Reviewed-by: Jens Carl <[email protected]> diff --git a/sc/CppunitTest_sc_shapeobj.mk b/sc/CppunitTest_sc_shapeobj.mk index c16c8be7f536..980129013840 100644 --- a/sc/CppunitTest_sc_shapeobj.mk +++ b/sc/CppunitTest_sc_shapeobj.mk @@ -18,43 +18,14 @@ $(eval $(call gb_CppunitTest_add_exception_objects,sc_shapeobj, \ )) $(eval $(call gb_CppunitTest_use_libraries,sc_shapeobj, \ - basegfx \ - comphelper \ cppu \ - cppuhelper \ - drawinglayer \ - editeng \ - for \ - forui \ - i18nlangtag \ - msfilter \ - oox \ sal \ - salhelper \ - sax \ - sb \ - sc \ - sfx \ - sot \ subsequenttest \ - svl \ - svt \ - svx \ - svxcore \ test \ - tk \ - tl \ - ucbhelper \ unotest \ - utl \ - vbahelper \ - vcl \ - xo \ )) $(eval $(call gb_CppunitTest_set_include,sc_shapeobj,\ - -I$(SRCDIR)/sc/source/ui/inc \ - -I$(SRCDIR)/sc/inc \ $$(INCLUDE) \ )) @@ -64,7 +35,7 @@ $(eval $(call gb_CppunitTest_use_ure,sc_shapeobj)) $(eval $(call gb_CppunitTest_use_vcl,sc_shapeobj)) $(eval $(call gb_CppunitTest_use_components,sc_shapeobj,\ - $(sc_unoapi_common_components) \ + $(sc_unoapi_common_components) \ )) $(eval $(call gb_CppunitTest_use_configuration,sc_shapeobj)) _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
