From 871426533f7afe31bc451fa6b407b83db8e52827 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 22 Sep 2011 15:00:08 +0100 Subject: just silence the auto_ptr deprecations in isolation --- framework/inc/uiconfiguration/moduleimagemanager.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'framework') diff --git a/framework/inc/uiconfiguration/moduleimagemanager.hxx b/framework/inc/uiconfiguration/moduleimagemanager.hxx index 97d8446875e6..eee1629a3308 100644 --- a/framework/inc/uiconfiguration/moduleimagemanager.hxx +++ b/framework/inc/uiconfiguration/moduleimagemanager.hxx @@ -117,7 +117,9 @@ namespace framework virtual sal_Bool SAL_CALL isReadOnly() throw (::com::sun::star::uno::RuntimeException); private: + SAL_WNODEPRECATED_DECLARATIONS_PUSH ::std::auto_ptr m_pImpl; + SAL_WNODEPRECATED_DECLARATIONS_POP }; } -- cgit