diff options
author | Tor Lillqvist <tml@collabora.com> | 2015-03-09 23:47:55 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2015-03-09 23:47:55 +0200 |
commit | 33d00afddc66252fe9961d5396545e5f5a660700 (patch) | |
tree | 887b0b0d117ca6f44b809dd629dedade3af35775 /sc | |
parent | 451cb9aace6d0d207b99691be025bd4bb8968a32 (diff) |
SC_ROWLIMIT_MORE_THAN_64K is not used anywhere
Diffstat (limited to 'sc')
-rw-r--r-- | sc/inc/address.hxx | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/sc/inc/address.hxx b/sc/inc/address.hxx index cbaccc185d58..493af4a0be0b 100644 --- a/sc/inc/address.hxx +++ b/sc/inc/address.hxx @@ -84,16 +84,6 @@ const SCROW SCROWS32K = 32000; const SCCOL SCCOL_REPEAT_NONE = SCCOL_MAX; const SCROW SCROW_REPEAT_NONE = SCROW_MAX; -// For future reference, place in code where more than 64k rows would need a -// special handling: -// #if SC_ROWLIMIT_MORE_THAN_64K -// #error row limit 64k -// #endif -#if MAXROWCOUNT_DEFINE > 65536 -#define SC_ROWLIMIT_MORE_THAN_64K 1 -#else -#define SC_ROWLIMIT_MORE_THAN_64K 0 -#endif const SCROW SCROWS64K = 65536; #define MAXROW_30 8191 |