summaryrefslogtreecommitdiff
path: root/sd/source/ui/slidesorter/shell/SlideSorterService.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/slidesorter/shell/SlideSorterService.hxx')
-rw-r--r--sd/source/ui/slidesorter/shell/SlideSorterService.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/sd/source/ui/slidesorter/shell/SlideSorterService.hxx b/sd/source/ui/slidesorter/shell/SlideSorterService.hxx
index d71a7e7fee61..8df86926d785 100644
--- a/sd/source/ui/slidesorter/shell/SlideSorterService.hxx
+++ b/sd/source/ui/slidesorter/shell/SlideSorterService.hxx
@@ -32,7 +32,8 @@
#include <cppuhelper/compbase.hxx>
#include <cppuhelper/propshlp.hxx>
#include <boost/noncopyable.hpp>
-#include <memory>
+#include <boost/shared_ptr.hpp>
+#include <boost/scoped_ptr.hpp>
namespace sd { namespace slidesorter {
@@ -180,10 +181,10 @@ public:
throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
private:
- std::shared_ptr<SlideSorter> mpSlideSorter;
+ ::boost::shared_ptr<SlideSorter> mpSlideSorter;
css::uno::Reference<css::drawing::framework::XResourceId> mxViewId;
css::uno::Reference<css::awt::XWindow> mxParentWindow;
- std::unique_ptr<cppu::IPropertyArrayHelper> mpPropertyArrayHelper;
+ ::boost::scoped_ptr<cppu::IPropertyArrayHelper> mpPropertyArrayHelper;
void Resize();