summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/framework/Configuration.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/framework/Configuration.hxx')
-rw-r--r--sd/source/ui/inc/framework/Configuration.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/inc/framework/Configuration.hxx b/sd/source/ui/inc/framework/Configuration.hxx
index 7bf486fc9605..c5b60e2c2c4a 100644
--- a/sd/source/ui/inc/framework/Configuration.hxx
+++ b/sd/source/ui/inc/framework/Configuration.hxx
@@ -28,7 +28,7 @@
#include <com/sun/star/container/XNamed.hpp>
#include <cppuhelper/compbase.hxx>
-#include <memory>
+#include <boost/scoped_ptr.hpp>
namespace {
@@ -144,7 +144,7 @@ private:
/** The resource container holds the URLs of unique resource and of
resource linked to unique resources.
*/
- std::unique_ptr<ResourceContainer> mpResourceContainer;
+ ::boost::scoped_ptr<ResourceContainer> mpResourceContainer;
/** The broadcaster used for notifying listeners of requests for
configuration changes.