diff options
Diffstat (limited to 'sc/inc/address.hxx')
-rw-r--r-- | sc/inc/address.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/address.hxx b/sc/inc/address.hxx index 766135d614f9..e04e0d50f5d9 100644 --- a/sc/inc/address.hxx +++ b/sc/inc/address.hxx @@ -67,6 +67,7 @@ const SCSIZE SCSIZE_MAX = ::std::numeric_limits<SCSIZE>::max(); // Count values const SCROW MAXROWCOUNT = MAXROWCOUNT_DEFINE; const SCCOL MAXCOLCOUNT = MAXCOLCOUNT_DEFINE; +const SCCOL INITIALCOLCOUNT = 64; /// limiting to 10000 for now, problem with 32 bit builds for now const SCTAB MAXTABCOUNT = 10000; const SCCOLROW MAXCOLROWCOUNT = MAXROWCOUNT; |