diff options
Diffstat (limited to 'sc/inc/address.hxx')
-rw-r--r-- | sc/inc/address.hxx | 2 |
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 ) |