summaryrefslogtreecommitdiff
path: root/include/formula/formulahelper.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-09-26 15:46:31 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-09-26 15:47:03 +0200
commit1df1c5eed9d44130fee818745cbb3d5ee59b7c3f (patch)
treeed60ffbc022965f2b2e712bb188e46b64880a1da /include/formula/formulahelper.hxx
parent296371d5d8f58c46e976f66b11599410d97dc472 (diff)
formula: std::auto_ptr -> std::unique_ptr
Change-Id: I7b4784abf5177e22a9df33c5d4faccfd39801b11
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 4bcd8645a2e2..22316bb4beeb 100644
--- a/include/formula/formulahelper.hxx
+++ b/include/formula/formulahelper.hxx
@@ -33,7 +33,7 @@ namespace formula
{
class FORMULA_DLLPUBLIC FormulaHelper
{
- ::std::auto_ptr<SvtSysLocale> m_pSysLocale;
+ ::std::unique_ptr<SvtSysLocale> m_pSysLocale;
const CharClass* m_pCharClass;
const IFunctionManager* m_pFunctionManager;
const sal_Unicode open;