From 335704695d15f53518a614060e60821c8e1cf279 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 18 Sep 2015 09:25:18 +0100 Subject: boost->std MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I21ca18c23277423d106d990fd537d58108bd1084 Reviewed-on: https://gerrit.libreoffice.org/18679 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- sdext/source/presenter/PresenterHelpView.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sdext/source/presenter/PresenterHelpView.hxx') 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 #include #include -#include +#include namespace { typedef cppu::WeakComponentImplHelper< @@ -102,7 +102,7 @@ private: css::uno::Reference mxCanvas; ::rtl::Reference mpPresenterController; PresenterTheme::SharedFontDescriptor mpFont; - ::boost::scoped_ptr mpTextContainer; + std::unique_ptr mpTextContainer; ::rtl::Reference mpCloseButton; sal_Int32 mnSeparatorY; sal_Int32 mnMaximalWidth; -- cgit