summaryrefslogtreecommitdiffstats
path: root/sdext/source/presenter/PresenterHelpView.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sdext/source/presenter/PresenterHelpView.hxx')
-rw-r--r--sdext/source/presenter/PresenterHelpView.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sdext/source/presenter/PresenterHelpView.hxx b/sdext/source/presenter/PresenterHelpView.hxx
index d2cc595e349a..bbff6e262e5a 100644
--- a/sdext/source/presenter/PresenterHelpView.hxx
+++ b/sdext/source/presenter/PresenterHelpView.hxx
@@ -29,7 +29,7 @@
#include <com/sun/star/drawing/framework/XResourceId.hpp>
#include <com/sun/star/frame/XController.hpp>
#include <com/sun/star/rendering/XSpriteCanvas.hpp>
-#include <boost/scoped_ptr.hpp>
+#include <memory>
namespace {
typedef cppu::WeakComponentImplHelper<
@@ -102,7 +102,7 @@ private:
css::uno::Reference<css::rendering::XCanvas> mxCanvas;
::rtl::Reference<PresenterController> mpPresenterController;
PresenterTheme::SharedFontDescriptor mpFont;
- ::boost::scoped_ptr<TextContainer> mpTextContainer;
+ std::unique_ptr<TextContainer> mpTextContainer;
::rtl::Reference<PresenterButton> mpCloseButton;
sal_Int32 mnSeparatorY;
sal_Int32 mnMaximalWidth;