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

Jens Carl j.carl43 at gmx.de
Mon Jul 9 16:15:38 UTC 2018


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

New commits:
commit 5f3914ad67584fc4731c394c969baaa017ba75b7
Author: Jens Carl <j.carl43 at gmx.de>
Date:   Sun Jul 8 22:43:09 2018 +0000

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

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


More information about the Libreoffice-commits mailing list