summaryrefslogtreecommitdiff
path: root/sc/inc/compiler.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-09-30 05:48:28 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-09-30 05:48:28 +0000
commit716636d558e9cc9b910da6d127314d2b20cdf0b6 (patch)
treed266019c3c89a0649074f3290439d74010ec618c /sc/inc/compiler.hxx
parentabda8e12d8cd23c2cd1bb870b097eddfdee38825 (diff)
CWS-TOOLING: integrate CWS koheicoderemoval
Diffstat (limited to 'sc/inc/compiler.hxx')
-rw-r--r--sc/inc/compiler.hxx13
1 files changed, 6 insertions, 7 deletions
diff --git a/sc/inc/compiler.hxx b/sc/inc/compiler.hxx
index b1bd35bc8199..81f5c606c9be 100644
--- a/sc/inc/compiler.hxx
+++ b/sc/inc/compiler.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: compiler.hxx,v $
- * $Revision: 1.40 $
+ * $Revision: 1.36.30.4 $
*
* This file is part of OpenOffice.org.
*
@@ -178,13 +178,13 @@ public:
void SetSingleReference( const SingleRefData& rRef );
void SetDoubleReference( const ComplRefData& rRef );
void SetDouble( double fVal );
- void SetInt( int nVal );
+//UNUSED2008-05 void SetInt( int nVal );
+//UNUSED2008-05 void SetMatrix( ScMatrix* p );
+//UNUSED2008-05 // These methods are ok to use, reference count not cleared.
+//UNUSED2008-05 ComplRefData& GetReference();
+//UNUSED2008-05 void SetReference( ComplRefData& rRef );
void SetName( USHORT n );
- void SetMatrix( ScMatrix* p );
void SetExternal(const sal_Unicode* pStr);
- // These methods are ok to use, reference count not cleared.
- ComplRefData& GetReference();
- void SetReference( ComplRefData& rRef );
ScRawToken* Clone() const; // real copy!
ScToken* CreateToken() const; // create typified token
@@ -452,7 +452,6 @@ private:
BOOL IsColRowName( const String& );
BOOL IsBoolean( const String& );
void AutoCorrectParsedSymbol();
- void AdjustReference( SingleRefData& r );
void PushTokenArray( ScTokenArray*, BOOL = FALSE );
void PopTokenArray();
void SetRelNameReference();