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

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Wed Aug 8 17:20:52 UTC 2018


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

New commits:
commit a6c9228fd1cf02eb9de5647ee00f6f60680bf44d
Author:     Jens Carl <j.carl43 at gmx.de>
AuthorDate: Wed Aug 8 03:42:15 2018 +0000
Commit:     Jens Carl <j.carl43 at gmx.de>
CommitDate: Wed Aug 8 19:20:29 2018 +0200

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

diff --git a/sc/CppunitTest_sc_annotationobj.mk b/sc/CppunitTest_sc_annotationobj.mk
index f43a8c8bc8b4..ce4bd3009be1 100644
--- a/sc/CppunitTest_sc_annotationobj.mk
+++ b/sc/CppunitTest_sc_annotationobj.mk
@@ -14,48 +14,19 @@ $(eval $(call gb_CppunitTest_CppunitTest,sc_annotationobj))
 $(eval $(call gb_CppunitTest_use_external,sc_annotationobj,boost_headers))
 
 $(eval $(call gb_CppunitTest_add_exception_objects,sc_annotationobj, \
-    sc/qa/extras/scannotationobj \
+	sc/qa/extras/scannotationobj \
 ))
 
 $(eval $(call gb_CppunitTest_use_libraries,sc_annotationobj, \
-    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_annotationobj,\
-    -I$(SRCDIR)/sc/source/ui/inc \
-    -I$(SRCDIR)/sc/inc \
-    $$(INCLUDE) \
+	$$(INCLUDE) \
 ))
 
 $(eval $(call gb_CppunitTest_use_sdk_api,sc_annotationobj))
@@ -64,7 +35,7 @@ $(eval $(call gb_CppunitTest_use_ure,sc_annotationobj))
 $(eval $(call gb_CppunitTest_use_vcl,sc_annotationobj))
 
 $(eval $(call gb_CppunitTest_use_components,sc_annotationobj,\
-    $(sc_unoapi_common_components) \
+	$(sc_unoapi_common_components) \
 ))
 
 $(eval $(call gb_CppunitTest_use_configuration,sc_annotationobj))


More information about the Libreoffice-commits mailing list