summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-05-03 03:09:30 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-06-02 03:24:55 +0200
commitf41c3e5071df3562de58ce6bb19723d2a1aa3af5 (patch)
tree21a961ba8f2272644dc389b0e7f5438e4e3ef649
parent222ba4f059b64c6a3711e6782280936e5799858f (diff)
make the method private
Change-Id: I6f50edefd90c8fbedabfb455d655c07647fecfaf
-rw-r--r--sc/inc/formulacell.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/formulacell.hxx b/sc/inc/formulacell.hxx
index 4760062f4f8c..4ff97f3b2fa1 100644
--- a/sc/inc/formulacell.hxx
+++ b/sc/inc/formulacell.hxx
@@ -100,6 +100,7 @@ private:
void InterpretTail( ScInterpretTailParameter );
ScFormulaCell( const ScFormulaCell& );
+ sal_uLong GetFormatIndex() const { return nFormatIndex; }
public:
@@ -215,7 +216,6 @@ public:
sal_uInt16 GetErrCode(); // interpret first if necessary
sal_uInt16 GetRawError(); // don't interpret, just return code or result error
short GetFormatType() const { return nFormatType; }
- sal_uLong GetFormatIndex() const { return nFormatIndex; }
void GetFormatInfo( short& nType, sal_uLong& nIndex ) const
{ nType = nFormatType; nIndex = nFormatIndex; }
sal_uInt8 GetMatrixFlag() const { return cMatrixFlag; }