summaryrefslogtreecommitdiff
path: root/sc/inc/address.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-02-12 13:23:35 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-02-12 13:23:35 +0000
commit8439aa582399866813175780405b85e7470ec678 (patch)
tree2adfa9a8050e503267d103cc5502e314b14b5023 /sc/inc/address.hxx
parente78663c74b6520c21a3d65debc8824cde2295b4f (diff)
INTEGRATION: CWS calccolumns (1.14.106); FILE MERGED
2008/01/23 13:27:26 nn 1.14.106.1: #i31612# 1024 columns
Diffstat (limited to 'sc/inc/address.hxx')
-rw-r--r--sc/inc/address.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/inc/address.hxx b/sc/inc/address.hxx
index 8f22e5a1bf19..88357e6068b3 100644
--- a/sc/inc/address.hxx
+++ b/sc/inc/address.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: address.hxx,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: hr $ $Date: 2007-09-27 13:51:08 $
+ * last change: $Author: vg $ $Date: 2008-02-12 14:23:35 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -99,7 +99,7 @@ const SCSIZE SCSIZE_MAX = ::std::numeric_limits<SCSIZE>::max();
// The maximum values. Defines are needed for preprocessor checks in
// bcaslot.cxx, otherwise type safe constants are preferred.
#define MAXROWCOUNT_DEFINE 65536
-#define MAXCOLCOUNT_DEFINE 256
+#define MAXCOLCOUNT_DEFINE 1024
// Count values
const SCROW MAXROWCOUNT = MAXROWCOUNT_DEFINE;