diff options
author | Topround aka Zathuras <topround@gmail.com> | 2011-01-14 16:57:33 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-01-14 17:04:02 +0200 |
commit | 4de38f4e20c69b429da98b0d93fbf00ec53dbb2f (patch) | |
tree | fa10bdebaf9bb63dfb1c83e01d20e7775f879280 /sc/inc/address.hxx | |
parent | 8ff12fb4e2a9062117dc56b9cd84922bfe900eb8 (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.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 |