diff options
author | Jens Carl <j.carl43@gmx.de> | 2018-08-06 19:49:52 +0000 |
---|---|---|
committer | Jens Carl <j.carl43@gmx.de> | 2018-08-07 01:13:51 +0200 |
commit | 7d800d0fa98978e06c5dc0f189501f96402e11d5 (patch) | |
tree | 4d94357c32ab26fffe1a5a77674c222c81a6b238 | |
parent | 3ea75ad97f336108fc1b1afe2d6678e96e1f4831 (diff) |
Remove obsolete (cargo-cult copied) dependencies
Change-Id: I15730e0eb76dc08b7751b221a2103af52ba6d8b2
Reviewed-on: https://gerrit.libreoffice.org/58657
Tested-by: Jenkins
Reviewed-by: Jens Carl <j.carl43@gmx.de>
-rw-r--r-- | sc/CppunitTest_sc_autoformatobj.mk | 31 |
1 files changed, 1 insertions, 30 deletions
diff --git a/sc/CppunitTest_sc_autoformatobj.mk b/sc/CppunitTest_sc_autoformatobj.mk index cbfbed58edfe..bd3121d8b093 100644 --- a/sc/CppunitTest_sc_autoformatobj.mk +++ b/sc/CppunitTest_sc_autoformatobj.mk @@ -18,43 +18,14 @@ $(eval $(call gb_CppunitTest_add_exception_objects,sc_autoformatobj, \ )) $(eval $(call gb_CppunitTest_use_libraries,sc_autoformatobj, \ - 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_autoformatobj,\ - -I$(SRCDIR)/sc/source/ui/inc \ - -I$(SRCDIR)/sc/inc \ $$(INCLUDE) \ )) @@ -64,7 +35,7 @@ $(eval $(call gb_CppunitTest_use_ure,sc_autoformatobj)) $(eval $(call gb_CppunitTest_use_vcl,sc_autoformatobj)) $(eval $(call gb_CppunitTest_use_components,sc_autoformatobj,\ - $(sc_unoapi_common_components) \ + $(sc_unoapi_common_components) \ )) $(eval $(call gb_CppunitTest_use_configuration,sc_autoformatobj)) |