summaryrefslogtreecommitdiff
path: root/sc/inc/address.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/address.hxx')
-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 26598db91b80..526c9d5c20b2 100644
--- a/sc/inc/address.hxx
+++ b/sc/inc/address.hxx
@@ -120,7 +120,6 @@ const SCROW SCROWS64K = 65536;
// === old stuff defines =====================================================
#define MAXROW_30 8191
-#define MAXROW_40 31999
#ifdef SC_LIMIT_ROWS
#undef MAXROWCOUNT_DEFINE
@@ -135,7 +134,6 @@ const SCROW W16MAXROW = W16MAXROWCOUNT - 1;
#define VALIDROW(nRow) (ValidRow(nRow))
#define VALIDTAB(nTab) (ValidTab(nTab))
#define VALIDCOLROW(nCol,nRow) (ValidColRow(nCol,nRow))
-#define VALIDCOLROWTAB(nCol,nRow,nTab) (ValidColRowTab(nCol,nRow,nTab))
// === old stuff defines end =================================================