summaryrefslogtreecommitdiffstats
path: root/sc/inc/scextopt.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/inc/scextopt.hxx
parentSome glue for using std::unique_ptr with the Boost Pointer Container Library (diff)
downloadcore-89c72084b23b14780d0799f2f2f32c579212f497.tar.gz
core-89c72084b23b14780d0799f2f2f32c579212f497.zip
sc: std::auto_ptr -> std::unique_ptr
Change-Id: I25468d578de597ff9aeba3ffc850c630fa532767
Diffstat (limited to 'sc/inc/scextopt.hxx')
-rw-r--r--sc/inc/scextopt.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/scextopt.hxx b/sc/inc/scextopt.hxx
index 30b0dadc2fcc..8edc960782fa 100644
--- a/sc/inc/scextopt.hxx
+++ b/sc/inc/scextopt.hxx
@@ -114,7 +114,7 @@ public:
void SetCodeName( SCTAB nTab, const OUString& rCodeName );
private:
- ::std::auto_ptr< ScExtDocOptionsImpl > mxImpl;
+ ::std::unique_ptr< ScExtDocOptionsImpl > mxImpl;
};
#endif