diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-10-22 10:58:21 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-10-22 10:58:21 +0200 |
commit | d9f303a030f35404b31654bcf7caa4cca5532165 (patch) | |
tree | 6638ff0fffb4cef1ab51ae09537f06941ebd5a4f /sc/inc/token.hxx | |
parent | e3ac30fe6287b4cd0c9ef103d011a109a359a0be (diff) |
Remove unused FormulaToken::Is3DRef
Change-Id: Ib720bc4b3bfff8e428d14d65ff73144db82c60e0
Diffstat (limited to 'sc/inc/token.hxx')
-rw-r--r-- | sc/inc/token.hxx | 1 |
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; |