summaryrefslogtreecommitdiff
path: root/sc/inc/chartlock.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/chartlock.hxx
parent741629f48a3fe72fb1e9fb68077446907585e852 (diff)
sc: std::auto_ptr -> std::unique_ptr
Change-Id: I25468d578de597ff9aeba3ffc850c630fa532767
Diffstat (limited to 'sc/inc/chartlock.hxx')
-rw-r--r--sc/inc/chartlock.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/chartlock.hxx b/sc/inc/chartlock.hxx
index 497942bfadba..c5383a645ad6 100644
--- a/sc/inc/chartlock.hxx
+++ b/sc/inc/chartlock.hxx
@@ -65,7 +65,7 @@ public:
private:
ScDocument* mpDoc;
Timer maTimer;
- std::auto_ptr< ScChartLockGuard > mapScChartLockGuard;
+ std::unique_ptr< ScChartLockGuard > mapScChartLockGuard;
DECL_LINK(TimeoutHdl, void *);