summaryrefslogtreecommitdiff
path: root/sc/inc/compiler.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-11-16 15:26:50 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-11-16 15:26:50 +0100
commit6edc492efd6fe2de15c1ae306b400ca054772ad1 (patch)
treeeed4ff497dc2c807854d38b216f79ffeb14354f3 /sc/inc/compiler.hxx
parent3190f5a71dd3e63260edebc345aead4746a269a3 (diff)
-Werror,-Winconsistent-missing-override
Change-Id: I3bb2764b625d44f6e0cecbdde3363440faef63b5
Diffstat (limited to 'sc/inc/compiler.hxx')
-rw-r--r--sc/inc/compiler.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/compiler.hxx b/sc/inc/compiler.hxx
index ffdd65ad7328..c563323157af 100644
--- a/sc/inc/compiler.hxx
+++ b/sc/inc/compiler.hxx
@@ -475,7 +475,7 @@ private:
virtual void CreateStringFromIndex( OUStringBuffer& rBuffer, const formula::FormulaToken* pToken ) const override;
virtual void LocalizeString( OUString& rName ) const override; // modify rName - input: exact name
- virtual bool IsForceArrayParameter( const formula::FormulaToken* pToken, sal_uInt16 nParam ) const;
+ virtual bool IsForceArrayParameter( const formula::FormulaToken* pToken, sal_uInt16 nParam ) const override;
/// Access the CharTable flags
inline sal_uLong GetCharTableFlags( sal_Unicode c, sal_Unicode cLast )