From 451cb9aace6d0d207b99691be025bd4bb8968a32 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 9 Mar 2015 23:43:43 +0200 Subject: SC_LIMIT_ROWS is not defined anywhere --- sc/inc/address.hxx | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'sc/inc/address.hxx') diff --git a/sc/inc/address.hxx b/sc/inc/address.hxx index 6bf55340f563..cbaccc185d58 100644 --- a/sc/inc/address.hxx +++ b/sc/inc/address.hxx @@ -96,19 +96,8 @@ const SCROW SCROW_REPEAT_NONE = SCROW_MAX; #endif const SCROW SCROWS64K = 65536; -// old stuff defines #define MAXROW_30 8191 -#ifdef SC_LIMIT_ROWS -#undef MAXROWCOUNT_DEFINE -#define MAXROWCOUNT_DEFINE 8192 -const SCROW W16MAXROWCOUNT = MAXROWCOUNT_DEFINE; -const SCROW W16MAXROW = W16MAXROWCOUNT - 1; -#define MAXROWCOUNT W16MAXROWCOUNT -#define MAXROW W16MAXROW -#endif - -// old stuff defines end SAL_WARN_UNUSED_RESULT inline bool ValidCol( SCCOL nCol ) { return nCol >= static_cast(0) && nCol <= MAXCOL; -- cgit