diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-11-16 15:26:50 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-11-16 15:26:50 +0100 |
commit | 6edc492efd6fe2de15c1ae306b400ca054772ad1 (patch) | |
tree | eed4ff497dc2c807854d38b216f79ffeb14354f3 /sc/inc | |
parent | 3190f5a71dd3e63260edebc345aead4746a269a3 (diff) |
-Werror,-Winconsistent-missing-override
Change-Id: I3bb2764b625d44f6e0cecbdde3363440faef63b5
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/compiler.hxx | 2 |
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 ) |