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

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


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

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

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

diff --git a/sc/CppunitTest_sc_functionlistobj.mk b/sc/CppunitTest_sc_functionlistobj.mk
index be262aa020a8..c472b8fe93c6 100644
--- a/sc/CppunitTest_sc_functionlistobj.mk
+++ b/sc/CppunitTest_sc_functionlistobj.mk
@@ -18,43 +18,14 @@ $(eval $(call gb_CppunitTest_add_exception_objects,sc_functionlistobj, \
 ))
 
 $(eval $(call gb_CppunitTest_use_libraries,sc_functionlistobj, \
-	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_functionlistobj,\
-	-I$(SRCDIR)/sc/source/ui/inc \
-	-I$(SRCDIR)/sc/inc \
 	$$(INCLUDE) \
 ))
 
@@ -64,7 +35,7 @@ $(eval $(call gb_CppunitTest_use_ure,sc_functionlistobj))
 $(eval $(call gb_CppunitTest_use_vcl,sc_functionlistobj))
 
 $(eval $(call gb_CppunitTest_use_components,sc_functionlistobj,\
-    $(sc_unoapi_common_components) \
+	$(sc_unoapi_common_components) \
 ))
 
 $(eval $(call gb_CppunitTest_use_configuration,sc_functionlistobj))


More information about the Libreoffice-commits mailing list