Kaydet (Commit) c2177974 authored tarafından Eike Rathke's avatar Eike Rathke

Revert "LOK - Calc: Increase the row limit to 10.000 rows."

This reverts commit e530c7c4.

It breaks the build, e.g.
http://tinderbox.libreoffice.org/cgi-bin/gunzip.cgi?tree=MASTER&brief-log=1486752747.29915
and is still in gerrit review anyway,
https://gerrit.libreoffice.org/33799
where it similary failed.
Might had been an accidental direct push.
üst a68d0018
......@@ -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 = 10000;
const SCROW MAXTILEDROW = 1000;
// 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.
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment