diff options
Diffstat (limited to 'framework/inc/uiconfiguration/moduleimagemanager.hxx')
-rw-r--r-- | framework/inc/uiconfiguration/moduleimagemanager.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
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<ImageManagerImpl> m_pImpl; + SAL_WNODEPRECATED_DECLARATIONS_POP }; } |