summaryrefslogtreecommitdiff
path: root/sc/inc/address.hxx
diff options
context:
space:
mode:
authorTopround aka Zathuras <topround@gmail.com>2011-01-14 16:57:33 +0200
committerTor Lillqvist <tlillqvist@novell.com>2011-01-14 17:04:02 +0200
commit4de38f4e20c69b429da98b0d93fbf00ec53dbb2f (patch)
treefa10bdebaf9bb63dfb1c83e01d20e7775f879280 /sc/inc/address.hxx
parent8ff12fb4e2a9062117dc56b9cd84922bfe900eb8 (diff)
Remove commented out code
Also remove else blocks that were then emptied. Signed-off-by: Tor Lillqvist <tlillqvist@novell.com>
Diffstat (limited to 'sc/inc/address.hxx')
-rw-r--r--sc/inc/address.hxx1
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