summaryrefslogtreecommitdiffstats
path: root/sc/CppunitTest_sc_cellcursorobj.mk
diff options
context:
space:
mode:
authorJens Carl <j.carl43@gmx.de>2018-06-21 04:59:18 +0000
committerJens Carl <j.carl43@gmx.de>2018-06-21 07:53:40 +0200
commit30d5569dcf46ddd84a85eb9bd38e18e59cfd2c9d (patch)
tree279931036d2b9b993ed981bdac40f0e5f0649b98 /sc/CppunitTest_sc_cellcursorobj.mk
parentUpdated core (diff)
downloadcore-30d5569dcf46ddd84a85eb9bd38e18e59cfd2c9d.tar.gz
core-30d5569dcf46ddd84a85eb9bd38e18e59cfd2c9d.zip
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@gmx.de>
Diffstat (limited to 'sc/CppunitTest_sc_cellcursorobj.mk')
-rw-r--r--sc/CppunitTest_sc_cellcursorobj.mk43
1 files changed, 7 insertions, 36 deletions
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))