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

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Jul 30 15:53:40 UTC 2018


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

New commits:
commit a69bac4caa6ceec5cd19c84cdf25c1341e7feb4c
Author:     Jens Carl <j.carl43 at gmx.de>
AuthorDate: Mon Jul 30 05:57:11 2018 +0000
Commit:     Jens Carl <j.carl43 at gmx.de>
CommitDate: Mon Jul 30 17:53:17 2018 +0200

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

diff --git a/sc/CppunitTest_sc_datapilottableobj.mk b/sc/CppunitTest_sc_datapilottableobj.mk
index 858a81aaaf00..f17660c82f86 100644
--- a/sc/CppunitTest_sc_datapilottableobj.mk
+++ b/sc/CppunitTest_sc_datapilottableobj.mk
@@ -14,48 +14,19 @@ $(eval $(call gb_CppunitTest_CppunitTest,sc_datapilottableobj))
 $(eval $(call gb_CppunitTest_use_external,sc_datapilottableobj,boost_headers))
 
 $(eval $(call gb_CppunitTest_add_exception_objects,sc_datapilottableobj, \
-    sc/qa/extras/scdatapilottableobj \
+	sc/qa/extras/scdatapilottableobj \
 ))
 
 $(eval $(call gb_CppunitTest_use_libraries,sc_datapilottableobj, \
-    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_datapilottableobj,\
-    -I$(SRCDIR)/sc/source/ui/inc \
-    -I$(SRCDIR)/sc/inc \
-    $$(INCLUDE) \
+	$$(INCLUDE) \
 ))
 
 $(eval $(call gb_CppunitTest_use_sdk_api,sc_datapilottableobj))
@@ -64,7 +35,7 @@ $(eval $(call gb_CppunitTest_use_ure,sc_datapilottableobj))
 $(eval $(call gb_CppunitTest_use_vcl,sc_datapilottableobj))
 
 $(eval $(call gb_CppunitTest_use_components,sc_datapilottableobj,\
-    $(sc_unoapi_common_components) \
+	$(sc_unoapi_common_components) \
 ))
 
 $(eval $(call gb_CppunitTest_use_configuration,sc_datapilottableobj))


More information about the Libreoffice-commits mailing list