summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-07-15 20:00:01 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-07-24 23:29:21 -0400
commit533330ef264ca2242765ef4f8f6e4d35251c0d19 (patch)
tree4bedb28e3e7c6b58e6c536ba0d317a2fdf1716c5 /sc/inc
parent8e820b63702269c57b1f7e7e171fa413b4d83392 (diff)
Nobody uses this. Chuck it.
Change-Id: I07672678a25be4600872ecc3916ceb8f64cf2620
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/refdata.hxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/sc/inc/refdata.hxx b/sc/inc/refdata.hxx
index a742dbfeccdb..2e5b5c70e9ee 100644
--- a/sc/inc/refdata.hxx
+++ b/sc/inc/refdata.hxx
@@ -24,17 +24,6 @@
#include "address.hxx"
#include "scdllapi.h"
-
-/// Ref-Flags for old (until release 3.1) documents
-
-struct OldSingleRefBools
-{
- sal_uInt8 bRelCol; ///< Flag values (see further down), 2 bits each in file format
- sal_uInt8 bRelRow;
- sal_uInt8 bRelTab;
- sal_uInt8 bOldFlag3D; ///< two bool flags (see further down)
-};
-
/// Single reference (one address) into the sheet
struct SC_DLLPUBLIC ScSingleRefData
{