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

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Sat Aug 4 19:20:12 UTC 2018


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

New commits:
commit 19fa988c402f1809be868c2599bd3e0e72e5e76b
Author:     Jens Carl <j.carl43 at gmx.de>
AuthorDate: Sat Aug 4 18:03:50 2018 +0000
Commit:     Jens Carl <j.carl43 at gmx.de>
CommitDate: Sat Aug 4 21:19:50 2018 +0200

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

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


More information about the Libreoffice-commits mailing list