summaryrefslogtreecommitdiff
path: root/sd/source/ui/presenter/PresenterTextView.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-09-25 11:08:18 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-09-25 15:12:40 +0000
commit867256a4ffe7542bb654024b225ab2ca94c9288e (patch)
treed13c003cf7ae1f28d6d5b97f19b7f50f95e92b2a /sd/source/ui/presenter/PresenterTextView.hxx
parentbc9c7b603425d73f60ed577cf50bb12f7f1d4162 (diff)
sd/source/ui/annotations boost->std
Change-Id: I96c486bec0cadce68f2d9f90bd61b672a52037ac Reviewed-on: https://gerrit.libreoffice.org/18847 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sd/source/ui/presenter/PresenterTextView.hxx')
-rw-r--r--sd/source/ui/presenter/PresenterTextView.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sd/source/ui/presenter/PresenterTextView.hxx b/sd/source/ui/presenter/PresenterTextView.hxx
index 6a0a93d427e6..0b389c0bde6c 100644
--- a/sd/source/ui/presenter/PresenterTextView.hxx
+++ b/sd/source/ui/presenter/PresenterTextView.hxx
@@ -27,7 +27,6 @@
#include <cppuhelper/implbase.hxx>
#include <boost/noncopyable.hpp>
#include <memory>
-#include <boost/scoped_ptr.hpp>
namespace com { namespace sun { namespace star { namespace uno {
class XComponentContext;
@@ -69,7 +68,7 @@ protected:
private:
class Implementation;
- ::boost::scoped_ptr<Implementation> mpImplementation;
+ std::unique_ptr<Implementation> mpImplementation;
/** This method throws a DisposedException when the object has already been
disposed.