diff options
author | Jens Carl <j.carl43@gmx.de> | 2018-07-28 17:22:05 +0000 |
---|---|---|
committer | Jens Carl <j.carl43@gmx.de> | 2018-07-29 20:10:45 +0200 |
commit | a8de08e198bb02fd6bfc683efd6816edc9e5d59c (patch) | |
tree | e5aef66b64bfe2c61dc643569e9a30121345de87 /sc | |
parent | e0c190b9d4281acdb1892afa9807b778aa7ff14f (diff) |
Remove obsolete (cargo-cult copied) dependencies
Change-Id: I7e50331f3332b8a3d18ab4f208d5225fa0cd3416
Reviewed-on: https://gerrit.libreoffice.org/58256
Tested-by: Jenkins
Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/CppunitTest_sc_filterdescriptorbaseobj.mk | 32 |
1 files changed, 1 insertions, 31 deletions
diff --git a/sc/CppunitTest_sc_filterdescriptorbaseobj.mk b/sc/CppunitTest_sc_filterdescriptorbaseobj.mk index b7ae08665402..2f67b429859c 100644 --- a/sc/CppunitTest_sc_filterdescriptorbaseobj.mk +++ b/sc/CppunitTest_sc_filterdescriptorbaseobj.mk @@ -18,43 +18,14 @@ $(eval $(call gb_CppunitTest_add_exception_objects,sc_filterdescriptorbaseobj, \ )) $(eval $(call gb_CppunitTest_use_libraries,sc_filterdescriptorbaseobj, \ - 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_filterdescriptorbaseobj,\ - -I$(SRCDIR)/sc/source/ui/inc \ - -I$(SRCDIR)/sc/inc \ $$(INCLUDE) \ )) @@ -64,8 +35,7 @@ $(eval $(call gb_CppunitTest_use_ure,sc_filterdescriptorbaseobj)) $(eval $(call gb_CppunitTest_use_vcl,sc_filterdescriptorbaseobj)) $(eval $(call gb_CppunitTest_use_components,sc_filterdescriptorbaseobj,\ - $(sc_unoapi_common_components) \ - i18npool/source/search/i18nsearch \ + $(sc_unoapi_common_components) \ )) $(eval $(call gb_CppunitTest_use_configuration,sc_filterdescriptorbaseobj)) |