summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2015-03-09 23:48:29 +0200
committerTor Lillqvist <tml@collabora.com>2015-03-09 23:48:29 +0200
commitd44168795aed842d524e3a349962f2b98a8ac504 (patch)
tree4722c56e893189515fe44114e7e0e8f4c149b4a4
parent33d00afddc66252fe9961d5396545e5f5a660700 (diff)
SCROWS64K is not used anywhere
-rw-r--r--sc/inc/address.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/inc/address.hxx b/sc/inc/address.hxx
index 493af4a0be0b..ecb5110af671 100644
--- a/sc/inc/address.hxx
+++ b/sc/inc/address.hxx
@@ -84,8 +84,6 @@ const SCROW SCROWS32K = 32000;
const SCCOL SCCOL_REPEAT_NONE = SCCOL_MAX;
const SCROW SCROW_REPEAT_NONE = SCROW_MAX;
-const SCROW SCROWS64K = 65536;
-
#define MAXROW_30 8191
SAL_WARN_UNUSED_RESULT inline bool ValidCol( SCCOL nCol )