summaryrefslogtreecommitdiff
path: root/sdext/source/presenter/PresenterPaneFactory.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sdext/source/presenter/PresenterPaneFactory.hxx')
-rw-r--r--sdext/source/presenter/PresenterPaneFactory.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sdext/source/presenter/PresenterPaneFactory.hxx b/sdext/source/presenter/PresenterPaneFactory.hxx
index ec53e017a66f..a3c72a537ada 100644
--- a/sdext/source/presenter/PresenterPaneFactory.hxx
+++ b/sdext/source/presenter/PresenterPaneFactory.hxx
@@ -30,8 +30,8 @@
#include <com/sun/star/drawing/framework/XResourceFactory.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
#include <rtl/ref.hxx>
-#include <boost/scoped_ptr.hpp>
#include <map>
+#include <memory>
namespace sdext { namespace presenter {
@@ -97,7 +97,7 @@ private:
::rtl::Reference<PresenterController> mpPresenterController;
typedef ::std::map<OUString, css::uno::Reference<css::drawing::framework::XResource> >
ResourceContainer;
- ::boost::scoped_ptr<ResourceContainer> mpResourceCache;
+ std::unique_ptr<ResourceContainer> mpResourceCache;
PresenterPaneFactory (
const css::uno::Reference<css::uno::XComponentContext>& rxContext,