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

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Sat Aug 4 17:29:38 UTC 2018


 sc/CppunitTest_sc_databaserangeobj.mk |   41 ++++------------------------------
 1 file changed, 6 insertions(+), 35 deletions(-)

New commits:
commit 2e0a82b049c6409ab38924813c75ed1cf139b13f
Author:     Jens Carl <j.carl43 at gmx.de>
AuthorDate: Sat Aug 4 16:22:55 2018 +0000
Commit:     Jens Carl <j.carl43 at gmx.de>
CommitDate: Sat Aug 4 19:29:18 2018 +0200

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

diff --git a/sc/CppunitTest_sc_databaserangeobj.mk b/sc/CppunitTest_sc_databaserangeobj.mk
index 3708a460af64..593d9faad876 100644
--- a/sc/CppunitTest_sc_databaserangeobj.mk
+++ b/sc/CppunitTest_sc_databaserangeobj.mk
@@ -14,48 +14,19 @@ $(eval $(call gb_CppunitTest_CppunitTest,sc_databaserangeobj))
 $(eval $(call gb_CppunitTest_use_external,sc_databaserangeobj,boost_headers))
 
 $(eval $(call gb_CppunitTest_add_exception_objects,sc_databaserangeobj, \
-    sc/qa/extras/scdatabaserangeobj \
+	sc/qa/extras/scdatabaserangeobj \
 ))
 
 $(eval $(call gb_CppunitTest_use_libraries,sc_databaserangeobj, \
-    basegfx \
-    comphelper \
-    cppu \
-    cppuhelper \
-    drawinglayer \
-    editeng \
-    for \
-    forui \
-    i18nlangtag \
-    msfilter \
-    oox \
-    sal \
-    salhelper \
-    sax \
-    sb \
-    sc \
-    sfx \
-    sot \
-    subsequenttest \
-    svl \
-    svt \
-    svx \
-    svxcore \
+	cppu \
+	sal \
+	subsequenttest \
 	test \
-    tk \
-    tl \
-    ucbhelper \
 	unotest \
-    utl \
-    vbahelper \
-    vcl \
-    xo \
 ))
 
 $(eval $(call gb_CppunitTest_set_include,sc_databaserangeobj,\
-    -I$(SRCDIR)/sc/source/ui/inc \
-    -I$(SRCDIR)/sc/inc \
-    $$(INCLUDE) \
+	$$(INCLUDE) \
 ))
 
 $(eval $(call gb_CppunitTest_use_sdk_api,sc_databaserangeobj))
@@ -64,7 +35,7 @@ $(eval $(call gb_CppunitTest_use_ure,sc_databaserangeobj))
 $(eval $(call gb_CppunitTest_use_vcl,sc_databaserangeobj))
 
 $(eval $(call gb_CppunitTest_use_components,sc_databaserangeobj,\
-    $(sc_unoapi_common_components) \
+	$(sc_unoapi_common_components) \
 ))
 
 $(eval $(call gb_CppunitTest_use_configuration,sc_databaserangeobj))


More information about the Libreoffice-commits mailing list