summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorMarco Cecchetti <marco.cecchetti@collabora.com>2016-11-30 14:13:15 +0100
committerAndras Timar <andras.timar@collabora.com>2017-02-18 01:01:36 +0100
commitcaa9f9e35837f13608ae4b89b9214bb3b07468be (patch)
tree6f40f35f5b94b36b638f98c131289385b66e8482 /sc/inc
parent5a55e78fee52864a253fbd318f4b623b1d9e1a9d (diff)
LOK - Calc: Increase the row limit to 10.000 rows.
Change-Id: I2702b1e654dff816c8d66e82464ea578473dba60 (cherry picked from commit e530c7c4bcaaeb99cecd6f3c2c303db2a114b555)
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/address.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/address.hxx b/sc/inc/address.hxx
index 2c17dfd02c73..aa5d4f14017b 100644
--- a/sc/inc/address.hxx
+++ b/sc/inc/address.hxx
@@ -71,7 +71,7 @@ const SCCOL MAXCOL = MAXCOLCOUNT - 1;
const SCTAB MAXTAB = MAXTABCOUNT - 1;
const SCCOLROW MAXCOLROW = MAXROW;
// Maximun tiled rendering values
-const SCROW MAXTILEDROW = 1000;
+const SCROW MAXTILEDROW = 10000;
// Limit the initial tab count to prevent users to set the count too high,
// which could cause the memory usage of blank documents to exceed the
// available system memory.