From 8ca21893e58dc9694e0e7a6c0fc52154b3ccb5f7 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Sun, 1 Jul 2012 17:13:43 +0200 Subject: Remove unused defines Change-Id: I45e1618dcff920b63b7e21ba9e842eed684114d7 --- sc/inc/address.hxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'sc/inc/address.hxx') diff --git a/sc/inc/address.hxx b/sc/inc/address.hxx index 5f104b39b932..26598db91b80 100644 --- a/sc/inc/address.hxx +++ b/sc/inc/address.hxx @@ -76,9 +76,6 @@ const SCTAB SCTAB_MAX = ::std::numeric_limits::max(); const SCCOLROW SCCOLROW_MAX = ::std::numeric_limits::max(); const SCSIZE SCSIZE_MAX = ::std::numeric_limits::max(); -// A define to handle critical sections we hopefully don't need very often. -#define SC_ROWLIMIT_MORE_THAN_32K 1 /* set to 1 if we throw the switch */ - // The maximum values. Defines are needed for preprocessor checks, for example // in bcaslot.cxx, otherwise type safe constants are preferred. #define MAXROWCOUNT_DEFINE 1048576 -- cgit