diff options
Diffstat (limited to 'sc/inc/token.hxx')
-rw-r--r-- | sc/inc/token.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/token.hxx b/sc/inc/token.hxx index fd8c8844b38c..300183319ac7 100644 --- a/sc/inc/token.hxx +++ b/sc/inc/token.hxx @@ -135,7 +135,7 @@ public: virtual FormulaToken* Clone() const SAL_OVERRIDE { return new ScSingleRefToken(*this); } #if DEBUG_FORMULA_COMPILER - virtual void Dump() const; + virtual void Dump() const SAL_OVERRIDE; #endif DECL_FIXEDMEMPOOL_NEWDEL( ScSingleRefToken ); }; @@ -166,7 +166,7 @@ public: virtual FormulaToken* Clone() const SAL_OVERRIDE { return new ScDoubleRefToken(*this); } #if DEBUG_FORMULA_COMPILER - virtual void Dump() const; + virtual void Dump() const SAL_OVERRIDE; #endif DECL_FIXEDMEMPOOL_NEWDEL( ScDoubleRefToken ); }; |