diff options
Diffstat (limited to 'sw/inc/calc.hxx')
-rw-r--r-- | sw/inc/calc.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/calc.hxx b/sw/inc/calc.hxx index dee45a3cbc1d..3b585da69fcb 100644 --- a/sw/inc/calc.hxx +++ b/sw/inc/calc.hxx @@ -202,7 +202,7 @@ class SwCalc SwDoc& m_rDoc; SvtSysLocale m_aSysLocale; - const LocaleDataWrapper* m_pLocaleDataWrapper; + std::unique_ptr<LocaleDataWrapper> m_xLocaleDataWrapper; CharClass* m_pCharClass; sal_uInt16 m_nListPor; |