[Libreoffice-commits] core.git: 2 commits - sc/CppunitTest_sc_editfieldobj_cell.mk sc/CppunitTest_sc_editfieldobj_header.mk

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Sun Jul 29 21:39:13 UTC 2018


 sc/CppunitTest_sc_editfieldobj_cell.mk   |   45 +++++--------------------------
 sc/CppunitTest_sc_editfieldobj_header.mk |   45 +++++--------------------------
 2 files changed, 16 insertions(+), 74 deletions(-)

New commits:
commit 77d5e577c71718539785a65cb9633d429bd030e4
Author:     Jens Carl <j.carl43 at gmx.de>
AuthorDate: Sun Jul 29 20:12:43 2018 +0000
Commit:     Jens Carl <j.carl43 at gmx.de>
CommitDate: Sun Jul 29 23:39:02 2018 +0200

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

diff --git a/sc/CppunitTest_sc_editfieldobj_header.mk b/sc/CppunitTest_sc_editfieldobj_header.mk
index 4efc81d48463..f492c7184c36 100644
--- a/sc/CppunitTest_sc_editfieldobj_header.mk
+++ b/sc/CppunitTest_sc_editfieldobj_header.mk
@@ -14,48 +14,19 @@ $(eval $(call gb_CppunitTest_CppunitTest,sc_editfieldobj_header))
 $(eval $(call gb_CppunitTest_use_external,sc_editfieldobj_header,boost_headers))
 
 $(eval $(call gb_CppunitTest_add_exception_objects,sc_editfieldobj_header, \
-    sc/qa/extras/sceditfieldobj-header \
+	sc/qa/extras/sceditfieldobj-header \
 ))
 
 $(eval $(call gb_CppunitTest_use_libraries,sc_editfieldobj_header, \
-    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 \
+	cppu \
+	sal \
+	subsequenttest \
+	test \
+	unotest \
 ))
 
 $(eval $(call gb_CppunitTest_set_include,sc_editfieldobj_header,\
-    -I$(SRCDIR)/sc/source/ui/inc \
-    -I$(SRCDIR)/sc/inc \
-    $$(INCLUDE) \
+	$$(INCLUDE) \
 ))
 
 $(eval $(call gb_CppunitTest_use_sdk_api,sc_editfieldobj_header))
@@ -64,7 +35,7 @@ $(eval $(call gb_CppunitTest_use_ure,sc_editfieldobj_header))
 $(eval $(call gb_CppunitTest_use_vcl,sc_editfieldobj_header))
 
 $(eval $(call gb_CppunitTest_use_components,sc_editfieldobj_header,\
-    $(sc_unoapi_common_components) \
+	$(sc_unoapi_common_components) \
 ))
 
 $(eval $(call gb_CppunitTest_use_configuration,sc_editfieldobj_header))
commit 0dac94abdacb3d4bc6cfc74a2411bbe83024fae1
Author:     Jens Carl <j.carl43 at gmx.de>
AuthorDate: Sun Jul 29 20:15:10 2018 +0000
Commit:     Jens Carl <j.carl43 at gmx.de>
CommitDate: Sun Jul 29 23:38:52 2018 +0200

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

diff --git a/sc/CppunitTest_sc_editfieldobj_cell.mk b/sc/CppunitTest_sc_editfieldobj_cell.mk
index 5188429cc2b9..278f6c8897b1 100644
--- a/sc/CppunitTest_sc_editfieldobj_cell.mk
+++ b/sc/CppunitTest_sc_editfieldobj_cell.mk
@@ -14,48 +14,19 @@ $(eval $(call gb_CppunitTest_CppunitTest,sc_editfieldobj_cell))
 $(eval $(call gb_CppunitTest_use_external,sc_editfieldobj_cell,boost_headers))
 
 $(eval $(call gb_CppunitTest_add_exception_objects,sc_editfieldobj_cell, \
-    sc/qa/extras/sceditfieldobj-cell \
+	sc/qa/extras/sceditfieldobj-cell \
 ))
 
 $(eval $(call gb_CppunitTest_use_libraries,sc_editfieldobj_cell, \
-    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 \
+	cppu \
+	sal \
+	subsequenttest \
+	test \
+	unotest \
 ))
 
 $(eval $(call gb_CppunitTest_set_include,sc_editfieldobj_cell,\
-    -I$(SRCDIR)/sc/source/ui/inc \
-    -I$(SRCDIR)/sc/inc \
-    $$(INCLUDE) \
+	$$(INCLUDE) \
 ))
 
 $(eval $(call gb_CppunitTest_use_sdk_api,sc_editfieldobj_cell))
@@ -64,7 +35,7 @@ $(eval $(call gb_CppunitTest_use_ure,sc_editfieldobj_cell))
 $(eval $(call gb_CppunitTest_use_vcl,sc_editfieldobj_cell))
 
 $(eval $(call gb_CppunitTest_use_components,sc_editfieldobj_cell,\
-    $(sc_unoapi_common_components) \
+	$(sc_unoapi_common_components) \
 ))
 
 $(eval $(call gb_CppunitTest_use_configuration,sc_editfieldobj_cell))


More information about the Libreoffice-commits mailing list