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