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

New commits:
commit e20b14e1e9f22a4ac55a7c9e6160f0b7665ff24d
Author: Jens Carl <[email protected]>
Date:   Fri Jun 29 03:08:42 2018 +0000

    Remove obsolete (cargo-cult copied) dependencies
    
    Change-Id: I0229c3221a2b4d1bc0b8fa3a0347c9e97136f333
    Reviewed-on: https://gerrit.libreoffice.org/56646
    Tested-by: Jenkins
    Reviewed-by: Jens Carl <[email protected]>

diff --git a/sc/CppunitTest_sc_tablesheetsobj.mk 
b/sc/CppunitTest_sc_tablesheetsobj.mk
index b45b0dab97cb..60f72c548dee 100644
--- a/sc/CppunitTest_sc_tablesheetsobj.mk
+++ b/sc/CppunitTest_sc_tablesheetsobj.mk
@@ -11,51 +11,22 @@
 
 $(eval $(call gb_CppunitTest_CppunitTest,sc_tablesheetsobj))
 
+$(eval $(call gb_CppunitTest_use_external,sc_tablesheetsobj,boost_headers))
+
 $(eval $(call gb_CppunitTest_add_exception_objects,sc_tablesheetsobj, \
-    sc/qa/extras/sctablesheetsobj \
+       sc/qa/extras/sctablesheetsobj \
 ))
 
-$(eval $(call gb_CppunitTest_use_external,sc_tablesheetsobj,boost_headers))
-
 $(eval $(call gb_CppunitTest_use_libraries,sc_tablesheetsobj, \
-    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_tablesheetsobj,\
-    -I$(SRCDIR)/sc/source/ui/inc \
-    -I$(SRCDIR)/sc/inc \
-    $$(INCLUDE) \
+       $$(INCLUDE) \
 ))
 
 $(eval $(call gb_CppunitTest_use_sdk_api,sc_tablesheetsobj))
@@ -64,7 +35,7 @@ $(eval $(call gb_CppunitTest_use_ure,sc_tablesheetsobj))
 $(eval $(call gb_CppunitTest_use_vcl,sc_tablesheetsobj))
 
 $(eval $(call gb_CppunitTest_use_components,sc_tablesheetsobj,\
-    $(sc_unoapi_common_components) \
+       $(sc_unoapi_common_components) \
 ))
 
 $(eval $(call gb_CppunitTest_use_configuration,sc_tablesheetsobj))
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to