summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-05-21 20:26:04 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-06-02 03:25:49 +0200
commitabbe4414613ac26010cf378a6e52f4e6ce18f3c3 (patch)
tree402e9af4229132130c419ab7a96d8ef46308539f
parent914378d2a2987bcd437accafbe1df2250a2b2b0a (diff)
this method is unused now
We are down to two number format methods in ScFormulaCell now Change-Id: If8bf13dfdd9803872bc1425909c31a5bb0ee1598
-rw-r--r--sc/inc/formulacell.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/inc/formulacell.hxx b/sc/inc/formulacell.hxx
index 9dce5fa77508..7b3302f97de3 100644
--- a/sc/inc/formulacell.hxx
+++ b/sc/inc/formulacell.hxx
@@ -100,8 +100,6 @@ private:
void InterpretTail( ScInterpretTailParameter );
ScFormulaCell( const ScFormulaCell& );
- sal_uLong GetFormatIndex() const { return nFormatIndex; }
-
public:
enum CompareState { NotEqual = 0, EqualInvariant, EqualRelativeRef };