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

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Wed Aug 8 04:35:49 UTC 2018


 sc/CppunitTest_sc_annotationshapeobj.mk |   45 +++++---------------------------
 1 file changed, 8 insertions(+), 37 deletions(-)

New commits:
commit 19f33f83e834a3cc8970afc1dadbcb1029a8bbef
Author:     Jens Carl <j.carl43 at gmx.de>
AuthorDate: Wed Aug 8 03:39:07 2018 +0000
Commit:     Jens Carl <j.carl43 at gmx.de>
CommitDate: Wed Aug 8 06:35:28 2018 +0200

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

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


More information about the Libreoffice-commits mailing list