[Libreoffice-commits] core.git: Branch 'feature/formula-core-rework' - sc/inc
Kohei Yoshida
kohei.yoshida at gmail.com
Mon Jul 15 16:59:52 PDT 2013
sc/inc/refdata.hxx | 11 -----------
1 file changed, 11 deletions(-)
New commits:
commit 361da024158ef6a37e0c04a14197672be6e2ad51
Author: Kohei Yoshida <kohei.yoshida at gmail.com>
Date: Mon Jul 15 20:00:01 2013 -0400
Nobody uses this. Chuck it.
Change-Id: I07672678a25be4600872ecc3916ceb8f64cf2620
diff --git a/sc/inc/refdata.hxx b/sc/inc/refdata.hxx
index a742dbf..2e5b5c7 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
{
More information about the Libreoffice-commits
mailing list