diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-07-02 17:45:34 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-07-02 17:46:25 +0200 |
commit | 278000a28b8eceb8528ebdcf1d601de8192979e8 (patch) | |
tree | a522e5b53bca5d3e34c8a86d7bbee25a1ad15b3a /sc/inc/refdata.hxx | |
parent | 892bb81d17b3351c196661c44fb15b29509c7115 (diff) |
Remove unused defines
Some of them were commented out for documentation purpose.
Change-Id: I29a6b2cbe774b527f0c3a0be5675160817a7f3ce
Diffstat (limited to 'sc/inc/refdata.hxx')
-rw-r--r-- | sc/inc/refdata.hxx | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/sc/inc/refdata.hxx b/sc/inc/refdata.hxx index edaee012d7e3..687f0f339014 100644 --- a/sc/inc/refdata.hxx +++ b/sc/inc/refdata.hxx @@ -44,16 +44,6 @@ struct OldSingleRefBools sal_uInt8 bOldFlag3D; // two sal_Bool flags (see further down) }; -#define SR_ABSOLUTE 0 // Absolute value -#define SR_RELABS 1 // Relative value as absolute value (until release 3.1) -#define SR_RELATIVE 2 // Relative value as delta value (after release 3.1) -#define SR_DELETED 3 // Deleted col/row/tab - -#define SRF_3D 0x01 // 3D reference, was the sal_Bool (before build 304a) -#define SRF_RELNAME 0x02 // Reference derived from RangeName with relative values -#define SRF_BITS 0x03 // Mask of possible bits - - struct SC_DLLPUBLIC ScSingleRefData // Single reference (one address) into the sheet { SCsCOL nCol; // Absolute values |