summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2018-06-01 00:21:20 +0300
committerTor Lillqvist <tml@collabora.com>2018-06-01 00:21:20 +0300
commit2832d53de6432aa3d42b85ace39deffa44cdecb4 (patch)
tree283e185e5ef0c8778bf8a58f057be9edd2c89042 /sc
parent081811832d5cb1f7a89c681168e04021f7b5bce4 (diff)
Need oovbaapi here, too
Change-Id: I36cfb223c0884d0ed09c4b0065bedcc846523f0f
Diffstat (limited to 'sc')
-rw-r--r--sc/CppunitTest_sc_tiledrendering.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/sc/CppunitTest_sc_tiledrendering.mk b/sc/CppunitTest_sc_tiledrendering.mk
index ac70a06453ad..e361870785ce 100644
--- a/sc/CppunitTest_sc_tiledrendering.mk
+++ b/sc/CppunitTest_sc_tiledrendering.mk
@@ -46,7 +46,11 @@ $(eval $(call gb_CppunitTest_set_include,sc_tiledrendering,\
$$(INCLUDE) \
))
-$(eval $(call gb_CppunitTest_use_sdk_api,sc_tiledrendering))
+$(eval $(call gb_CppunitTest_use_api,sc_tiledrendering,\
+ udkapi \
+ offapi \
+ oovbaapi \
+))
$(eval $(call gb_CppunitTest_use_ure,sc_tiledrendering))
$(eval $(call gb_CppunitTest_use_vcl,sc_tiledrendering))