summaryrefslogtreecommitdiff
path: root/sc/CppunitTest_sc_tiledrendering.mk
diff options
context:
space:
mode:
authorHenry Castro <hcastro@collabora.com>2018-05-17 11:12:56 -0400
committerHenry Castro <hcastro@collabora.com>2018-05-28 00:03:40 +0200
commit5f1ce0a77c63df597fba9d4cbd45be3a266343c3 (patch)
tree53c9322c16f62283a7cb842c1d6ee569beefd0a7 /sc/CppunitTest_sc_tiledrendering.mk
parent539e8f1d80d497bd8d7ee031cb5772e49021b79c (diff)
sc: release XTransferable2 when used with VBA compatibility helpers
Copy, Cut, PasteSpecial and Insert is used by Range excel object, so after finishing executing the VBA script ensure to release XTransferable2 interface Change-Id: I967a7ba1a1d101282f7a1b9d4b2e2ac3004f1c07 Reviewed-on: https://gerrit.libreoffice.org/54497 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Henry Castro <hcastro@collabora.com>
Diffstat (limited to 'sc/CppunitTest_sc_tiledrendering.mk')
-rw-r--r--sc/CppunitTest_sc_tiledrendering.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/CppunitTest_sc_tiledrendering.mk b/sc/CppunitTest_sc_tiledrendering.mk
index ac70a06453ad..03e33652a69c 100644
--- a/sc/CppunitTest_sc_tiledrendering.mk
+++ b/sc/CppunitTest_sc_tiledrendering.mk
@@ -30,6 +30,7 @@ $(eval $(call gb_CppunitTest_use_libraries,sc_tiledrendering, \
scui \
test \
unotest \
+ vbahelper \
vcl \
tl \
utl \
@@ -47,6 +48,7 @@ $(eval $(call gb_CppunitTest_set_include,sc_tiledrendering,\
))
$(eval $(call gb_CppunitTest_use_sdk_api,sc_tiledrendering))
+$(eval $(call gb_CppunitTest_use_api,sc_tiledrendering,oovbaapi))
$(eval $(call gb_CppunitTest_use_ure,sc_tiledrendering))
$(eval $(call gb_CppunitTest_use_vcl,sc_tiledrendering))