diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-04-18 14:57:20 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-04-18 14:57:52 -0400 |
commit | 8edf5c5ee61b85c17389ceb48f78daa06edf36f4 (patch) | |
tree | e3fbc75ec316d95f58fffe8b0c132896ce24d570 /sc/inc/address.hxx | |
parent | 670db0daa2ed638ec9df0d5d569d7c43ae1bf786 (diff) |
This is no longer relevant. Removing.
Diffstat (limited to 'sc/inc/address.hxx')
-rw-r--r-- | sc/inc/address.hxx | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/sc/inc/address.hxx b/sc/inc/address.hxx index 182fba145263..5f104b39b932 100644 --- a/sc/inc/address.hxx +++ b/sc/inc/address.hxx @@ -108,18 +108,6 @@ const SCROW SCROWS32K = 32000; const SCCOL SCCOL_REPEAT_NONE = SCCOL_MAX; const SCROW SCROW_REPEAT_NONE = SCROW_MAX; - -// We hope to get rid of the binary file format. If not, these are the places -// we'd have to investigate because variable types changed. Just place code in -// #if SC_ROWLIMIT_STREAM_ACCESS for now. -#define SC_ROWLIMIT_STREAM_ACCESS 0 -// usage: -//#if SC_ROWLIMIT_STREAM_ACCESS -//#error address types changed! -//... code ... -//#endif // SC_ROWLIMIT_STREAM_ACCESS - - // For future reference, place in code where more than 64k rows would need a // special handling: // #if SC_ROWLIMIT_MORE_THAN_64K |