summaryrefslogtreecommitdiff
path: root/sc/source/core/inc/cellkeytranslator.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-09-30 17:26:48 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-09-30 17:51:30 +0200
commit89c72084b23b14780d0799f2f2f32c579212f497 (patch)
tree5d7aceedbe6be23b302c382e14d5148d460b0b89 /sc/source/core/inc/cellkeytranslator.hxx
parent741629f48a3fe72fb1e9fb68077446907585e852 (diff)
sc: std::auto_ptr -> std::unique_ptr
Change-Id: I25468d578de597ff9aeba3ffc850c630fa532767
Diffstat (limited to 'sc/source/core/inc/cellkeytranslator.hxx')
-rw-r--r--sc/source/core/inc/cellkeytranslator.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/inc/cellkeytranslator.hxx b/sc/source/core/inc/cellkeytranslator.hxx
index d756a22d00b9..33a50a642f62 100644
--- a/sc/source/core/inc/cellkeytranslator.hxx
+++ b/sc/source/core/inc/cellkeytranslator.hxx
@@ -75,7 +75,7 @@ private:
OpCode eOpCode = ocNone);
void addToMap(const TransItem* pItems, const ::com::sun::star::lang::Locale& rLocale);
- static ::std::auto_ptr<ScCellKeywordTranslator> spInstance;
+ static ::std::unique_ptr<ScCellKeywordTranslator> spInstance;
ScCellKeywordHashMap maStringNameMap;
::utl::TransliterationWrapper maTransWrapper;
};