[Libreoffice-commits] .: sc/inc
Thomas Arnhold
tarnhold at kemper.freedesktop.org
Sun Feb 13 08:00:45 PST 2011
sc/inc/global.hxx | 7 -------
1 file changed, 7 deletions(-)
New commits:
commit 6b421450cade583bc4bc49cb4e89e0e30408cfcc
Author: Thomas Arnhold <thomas at arnhold.org>
Date: Sun Feb 13 17:00:09 2011 +0100
Remove SC_ROWLIMIT_TYPECONVERSION_NOCONVPASS
diff --git a/sc/inc/global.hxx b/sc/inc/global.hxx
index 93b603e..80e4ccc 100644
--- a/sc/inc/global.hxx
+++ b/sc/inc/global.hxx
@@ -97,17 +97,10 @@ const sal_Unicode CHAR_ZWNBSP = 0x2060;
#define MINZOOM 20
#define MAXZOOM 400
-#ifdef SC_ROWLIMIT_TYPECONVERSION_NOCONVPASS
-const size_t MAXSUBTOTAL = 3;
-const size_t MAXQUERY = 8;
-const size_t PIVOT_MAXFIELD = 8;
-const size_t PIVOT_MAXPAGEFIELD = 10;
-#else
const SCSIZE MAXSUBTOTAL = 3;
const SCSIZE MAXQUERY = 8;
const SCSIZE PIVOT_MAXFIELD = 8;
const SCSIZE PIVOT_MAXPAGEFIELD = 10;
-#endif
#define SC_START_INDEX_DB_COLL 50000
// Above this threshold are indices
More information about the Libreoffice-commits
mailing list