summaryrefslogtreecommitdiff
path: root/sd/source/ui/framework/module/ResourceManager.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/framework/module/ResourceManager.hxx')
-rw-r--r--sd/source/ui/framework/module/ResourceManager.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/framework/module/ResourceManager.hxx b/sd/source/ui/framework/module/ResourceManager.hxx
index d0abc5dda0bf..e67595155b11 100644
--- a/sd/source/ui/framework/module/ResourceManager.hxx
+++ b/sd/source/ui/framework/module/ResourceManager.hxx
@@ -25,7 +25,7 @@
#include <com/sun/star/drawing/framework/XConfigurationController.hpp>
#include <com/sun/star/frame/XController.hpp>
#include <cppuhelper/compbase.hxx>
-#include <memory>
+#include <boost/scoped_ptr.hpp>
namespace {
@@ -82,7 +82,7 @@ protected:
private:
class MainViewContainer;
- std::unique_ptr<MainViewContainer> mpActiveMainViewContainer;
+ ::boost::scoped_ptr<MainViewContainer> mpActiveMainViewContainer;
/// The resource managed by this class.
css::uno::Reference<css::drawing::framework::XResourceId> mxResourceId;