summaryrefslogtreecommitdiff
path: root/sc/CppunitTest_sc_tiledrendering.mk
diff options
context:
space:
mode:
authorHenry Castro <hcastro@collabora.com>2016-05-08 21:11:13 -0400
committerJan Holesovsky <kendy@collabora.com>2016-05-10 09:59:28 +0000
commitc73ea11e6fa3cdc37bd4f64d9dd314fe1aa64d08 (patch)
treed6919050e0a0a1ca8814a0b1da72a131c46ce465 /sc/CppunitTest_sc_tiledrendering.mk
parent57f84e5b1f27a442981602bc428270a5ecb95959 (diff)
sc lok: set a limit for tiled column and row
In the tiled rendering case, not all column and row are rendered, so it was set a limit for tiled column and row. However, when a client request to move the cursor beyond the limit, the tiled column and row is updated and they are rendered later. Change-Id: Id0de533ebf7b3c6e0343f9dc15336150729299fa Reviewed-on: https://gerrit.libreoffice.org/24777 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Jan Holesovsky <kendy@collabora.com> Tested-by: Jan Holesovsky <kendy@collabora.com>
Diffstat (limited to 'sc/CppunitTest_sc_tiledrendering.mk')
-rw-r--r--sc/CppunitTest_sc_tiledrendering.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/CppunitTest_sc_tiledrendering.mk b/sc/CppunitTest_sc_tiledrendering.mk
index 995cdc8a97fc..d1200b1ec323 100644
--- a/sc/CppunitTest_sc_tiledrendering.mk
+++ b/sc/CppunitTest_sc_tiledrendering.mk
@@ -41,6 +41,7 @@ $(eval $(call gb_CppunitTest_use_externals,sc_tiledrendering,\
))
$(eval $(call gb_CppunitTest_set_include,sc_tiledrendering,\
+ -I$(SRCDIR)/sc/source/ui/inc \
-I$(SRCDIR)/sc/inc \
$$(INCLUDE) \
))