[Libreoffice-commits] core.git: sc/CppunitTest_sc_filterdescriptorbaseobj.mk

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Sun Jul 29 18:11:06 UTC 2018


 sc/CppunitTest_sc_filterdescriptorbaseobj.mk |   32 ---------------------------
 1 file changed, 1 insertion(+), 31 deletions(-)

New commits:
commit a8de08e198bb02fd6bfc683efd6816edc9e5d59c
Author:     Jens Carl <j.carl43 at gmx.de>
AuthorDate: Sat Jul 28 17:22:05 2018 +0000
Commit:     Jens Carl <j.carl43 at gmx.de>
CommitDate: Sun Jul 29 20:10:45 2018 +0200

    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 at gmx.de>

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))


More information about the Libreoffice-commits mailing list