summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-10-22 15:36:48 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-10-23 09:30:08 +0200
commit6a7649f6a7e37d7427254cd34042e480c3a0e6f7 (patch)
tree5132b0f3186d9bd707ec183dff98d4ba25c0240f /sc/inc
parent512ed170fe6c345fbb882c23e40ee9e884ff2f28 (diff)
loplugin:saloverride
Change-Id: I94f330d31f142bbeea2274597c855481cb311e0c
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/token.hxx4
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 );
};