summaryrefslogtreecommitdiff
path: root/sc/inc/token.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-10-22 10:58:21 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-10-22 10:58:21 +0200
commitd9f303a030f35404b31654bcf7caa4cca5532165 (patch)
tree6638ff0fffb4cef1ab51ae09537f06941ebd5a4f /sc/inc/token.hxx
parente3ac30fe6287b4cd0c9ef103d011a109a359a0be (diff)
Remove unused FormulaToken::Is3DRef
Change-Id: Ib720bc4b3bfff8e428d14d65ff73144db82c60e0
Diffstat (limited to 'sc/inc/token.hxx')
-rw-r--r--sc/inc/token.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/inc/token.hxx b/sc/inc/token.hxx
index 655c68730f44..27c879ad90e2 100644
--- a/sc/inc/token.hxx
+++ b/sc/inc/token.hxx
@@ -89,7 +89,6 @@ public:
virtual ScRefList* GetRefList();
virtual bool TextEqual( const formula::FormulaToken& rToken ) const SAL_OVERRIDE;
- virtual bool Is3DRef() const SAL_OVERRIDE; // reference with 3D flag set
#if DEBUG_FORMULA_COMPILER
virtual void Dump() const;