diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/formula/formulahelper.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/formula/formulahelper.hxx b/include/formula/formulahelper.hxx index f57a276fb178..e6173eb65e53 100644 --- a/include/formula/formulahelper.hxx +++ b/include/formula/formulahelper.hxx @@ -37,7 +37,7 @@ namespace formula class FORMULA_DLLPUBLIC FormulaHelper { - ::std::unique_ptr<SvtSysLocale> m_pSysLocale; + SvtSysLocale m_aSysLocale; const CharClass* m_pCharClass; const IFunctionManager* m_pFunctionManager; const sal_Unicode open; |