diff options
Diffstat (limited to 'sc/inc/address.hxx')
-rw-r--r-- | sc/inc/address.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/inc/address.hxx b/sc/inc/address.hxx index 23e2bee184ad..1add6d5abd10 100644 --- a/sc/inc/address.hxx +++ b/sc/inc/address.hxx @@ -85,7 +85,6 @@ const SCSIZE SCSIZE_MAX = ::std::numeric_limits<SCSIZE>::max(); // The maximum values. Defines are needed for preprocessor checks, for example // in bcaslot.cxx, otherwise type safe constants are preferred. -//#define MAXROWCOUNT_DEFINE 65536 #define MAXROWCOUNT_DEFINE 1048576 #define MAXCOLCOUNT_DEFINE 1024 |