summaryrefslogtreecommitdiff
path: root/sc/inc/dpglobal.hxx
diff options
context:
space:
mode:
authorTopround aka Zathuras <topround@gmail.com>2011-01-14 16:57:33 +0200
committerTor Lillqvist <tlillqvist@novell.com>2011-01-14 17:04:02 +0200
commit4de38f4e20c69b429da98b0d93fbf00ec53dbb2f (patch)
treefa10bdebaf9bb63dfb1c83e01d20e7775f879280 /sc/inc/dpglobal.hxx
parent8ff12fb4e2a9062117dc56b9cd84922bfe900eb8 (diff)
Remove commented out code
Also remove else blocks that were then emptied. Signed-off-by: Tor Lillqvist <tlillqvist@novell.com>
Diffstat (limited to 'sc/inc/dpglobal.hxx')
-rw-r--r--sc/inc/dpglobal.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sc/inc/dpglobal.hxx b/sc/inc/dpglobal.hxx
index 9326ffd58b54..71899948cacd 100644
--- a/sc/inc/dpglobal.hxx
+++ b/sc/inc/dpglobal.hxx
@@ -121,9 +121,6 @@ private:
String aString;
double fValue;
BYTE mbFlag;
- //bool bHasValue: 1 ;
- //bool bHasData: 1;
- //bool bErr: 1;
friend class ScDPTableDataCache;
public:
@@ -133,7 +130,6 @@ public:
ScDPItemData( ScDocument* pDoc, SCROW nRow, USHORT nCol, USHORT nDocTab );
void SetString( const String& rS ) { aString = rS; mbFlag &= ~(MK_VAL|MK_DATE); nNumFormat = 0; mbFlag |= MK_DATA; }
-// void SetValue ( double value , ULONG nNumFormat = 0 ) { bHasValue = TRUE; nNumFormat = 0;bHasData = TRUE; bDate = FALSE; fValue = value ;}
bool IsCaseInsEqual( const ScDPItemData& r ) const;
size_t Hash() const;