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

Jens Carl j.carl43 at gmx.de
Mon Jun 18 04:08:23 UTC 2018


 sc/CppunitTest_sc_spreadsheetsettings.mk |   29 -----------------------------
 1 file changed, 29 deletions(-)

New commits:
commit 489840b595b159c3dccc15818e073e2a42fc3e62
Author: Jens Carl <j.carl43 at gmx.de>
Date:   Mon Jun 18 03:03:45 2018 +0000

    Remove obsolete (cargo-cult copied) dependencies
    
    Change-Id: Ibf4de00b63579aff9faf4cae657824a81c1c80dc
    Reviewed-on: https://gerrit.libreoffice.org/55976
    Tested-by: Jenkins
    Reviewed-by: Jens Carl <j.carl43 at gmx.de>

diff --git a/sc/CppunitTest_sc_spreadsheetsettings.mk b/sc/CppunitTest_sc_spreadsheetsettings.mk
index 908f2a530c2e..85797238c95a 100644
--- a/sc/CppunitTest_sc_spreadsheetsettings.mk
+++ b/sc/CppunitTest_sc_spreadsheetsettings.mk
@@ -18,43 +18,14 @@ $(eval $(call gb_CppunitTest_add_exception_objects,sc_spreadsheetsettings, \
 ))
 
 $(eval $(call gb_CppunitTest_use_libraries,sc_spreadsheetsettings, \
-	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_spreadsheetsettings,\
-	-I$(SRCDIR)/sc/source/ui/inc \
-	-I$(SRCDIR)/sc/inc \
 	$$(INCLUDE) \
 ))
 


More information about the Libreoffice-commits mailing list