Kaydet (Commit) b78b1434 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

unotools: std::auto_ptr -> std::unique_ptr

Change-Id: I07d536d0ffdc9e09d8d0799396ad6e6c6909cf45
üst 1467751f
......@@ -44,7 +44,7 @@ namespace utl
typedef ::comphelper::OModule BaseClass;
private:
::std::auto_ptr< OComponentResModuleImpl > m_pImpl;
::std::unique_ptr< OComponentResModuleImpl > m_pImpl;
public:
OComponentResourceModule( const OString& _rResFilePrefix );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment