From d44168795aed842d524e3a349962f2b98a8ac504 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 9 Mar 2015 23:48:29 +0200 Subject: SCROWS64K is not used anywhere --- sc/inc/address.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'sc/inc') 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 ) -- cgit