[Libreoffice-commits] core.git: sc/CppunitTest_sc_cellcursorobj.mk
Jens Carl
j.carl43 at gmx.de
Thu Jun 21 05:54:04 UTC 2018
sc/CppunitTest_sc_cellcursorobj.mk | 43 ++++++-------------------------------
1 file changed, 7 insertions(+), 36 deletions(-)
New commits:
commit 30d5569dcf46ddd84a85eb9bd38e18e59cfd2c9d
Author: Jens Carl <j.carl43 at gmx.de>
Date: Thu Jun 21 04:59:18 2018 +0000
Remove obsolete (cargo-cult copied) dependencies
Change-Id: Ifd550df955cc95498949a0907e43ba41f68ba585
Reviewed-on: https://gerrit.libreoffice.org/56216
Tested-by: Jenkins
Reviewed-by: Jens Carl <j.carl43 at gmx.de>
diff --git a/sc/CppunitTest_sc_cellcursorobj.mk b/sc/CppunitTest_sc_cellcursorobj.mk
index 7882a8926bc8..4ebca949c3c4 100644
--- a/sc/CppunitTest_sc_cellcursorobj.mk
+++ b/sc/CppunitTest_sc_cellcursorobj.mk
@@ -11,50 +11,21 @@
$(eval $(call gb_CppunitTest_CppunitTest,sc_cellcursorobj))
+$(eval $(call gb_CppunitTest_use_external,sc_cellcursorobj,boost_headers))
+
$(eval $(call gb_CppunitTest_add_exception_objects,sc_cellcursorobj, \
- sc/qa/extras/sccellcursorobj \
+ sc/qa/extras/sccellcursorobj \
))
-$(eval $(call gb_CppunitTest_use_external,sc_cellcursorobj,boost_headers))
-
$(eval $(call gb_CppunitTest_use_libraries,sc_cellcursorobj, \
- 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_cellcursorobj,\
- -I$(SRCDIR)/sc/source/ui/inc \
- -I$(SRCDIR)/sc/inc \
$$(INCLUDE) \
))
@@ -64,7 +35,7 @@ $(eval $(call gb_CppunitTest_use_ure,sc_cellcursorobj))
$(eval $(call gb_CppunitTest_use_vcl,sc_cellcursorobj))
$(eval $(call gb_CppunitTest_use_components,sc_cellcursorobj,\
- $(sc_unoapi_common_components) \
+ $(sc_unoapi_common_components) \
))
$(eval $(call gb_CppunitTest_use_configuration,sc_cellcursorobj))
More information about the Libreoffice-commits
mailing list