summaryrefslogtreecommitdiff
path: root/include/formula/formulahelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/formula/formulahelper.hxx')
-rw-r--r--include/formula/formulahelper.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/formula/formulahelper.hxx b/include/formula/formulahelper.hxx
index 58371f1e786e..753ef8e8178e 100644
--- a/include/formula/formulahelper.hxx
+++ b/include/formula/formulahelper.hxx
@@ -48,7 +48,7 @@ namespace formula
public:
FormulaHelper(const IFunctionManager* _pFunctionManager);
- inline const CharClass* GetCharClass() const { return m_pCharClass; }
+ const CharClass* GetCharClass() const { return m_pCharClass; }
bool GetNextFunc( const OUString& rFormula,
bool bBack,