summaryrefslogtreecommitdiff
path: root/sc/source/filter/oox/ooxformulaparser.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/oox/ooxformulaparser.cxx')
-rw-r--r--sc/source/filter/oox/ooxformulaparser.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/oox/ooxformulaparser.cxx b/sc/source/filter/oox/ooxformulaparser.cxx
index 2fb9aad1d4b2..eeb0e06d027d 100644
--- a/sc/source/filter/oox/ooxformulaparser.cxx
+++ b/sc/source/filter/oox/ooxformulaparser.cxx
@@ -45,7 +45,7 @@ public:
Sequence< FormulaToken > parseFormula( const OUString& rFormula, const CellAddress& rReferencePos );
protected:
- virtual const FunctionInfo* resolveBadFuncName( const OUString& rTokenData ) const;
+ virtual const FunctionInfo* resolveBadFuncName( const OUString& rTokenData ) const SAL_OVERRIDE;
private:
ApiParserWrapper maApiParser;