diff options
Diffstat (limited to 'sc/inc/chartlock.hxx')
-rw-r--r-- | sc/inc/chartlock.hxx | 2 |
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 *); |