summaryrefslogtreecommitdiff
path: root/include/toolkit/awt/animatedimagespeer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/toolkit/awt/animatedimagespeer.hxx')
-rw-r--r--include/toolkit/awt/animatedimagespeer.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/toolkit/awt/animatedimagespeer.hxx b/include/toolkit/awt/animatedimagespeer.hxx
index 4c9e63a797b0..15dcac26e7eb 100644
--- a/include/toolkit/awt/animatedimagespeer.hxx
+++ b/include/toolkit/awt/animatedimagespeer.hxx
@@ -27,9 +27,8 @@
#include <cppuhelper/implbase3.hxx>
-#include <boost/scoped_ptr.hpp>
#include <boost/noncopyable.hpp>
-
+#include <memory>
namespace toolkit
{
@@ -87,7 +86,7 @@ namespace toolkit
void impl_updateImages_nolck( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& i_animatedImages );
private:
- ::boost::scoped_ptr< AnimatedImagesPeer_Data > m_pData;
+ std::unique_ptr< AnimatedImagesPeer_Data > m_xData;
};