From b78b143416789307f29bf6e9d06ae49689d9a18f Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 29 Sep 2014 17:19:02 +0200 Subject: unotools: std::auto_ptr -> std::unique_ptr Change-Id: I07d536d0ffdc9e09d8d0799396ad6e6c6909cf45 --- include/unotools/componentresmodule.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/unotools/componentresmodule.hxx b/include/unotools/componentresmodule.hxx index 7c586bb326db..ff8bd91adf6b 100644 --- a/include/unotools/componentresmodule.hxx +++ b/include/unotools/componentresmodule.hxx @@ -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 ); -- cgit v1.2.3