summaryrefslogtreecommitdiff
path: root/sdext/source/presenter/PresenterSlideSorter.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sdext/source/presenter/PresenterSlideSorter.hxx')
-rw-r--r--sdext/source/presenter/PresenterSlideSorter.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sdext/source/presenter/PresenterSlideSorter.hxx b/sdext/source/presenter/PresenterSlideSorter.hxx
index 109778701b05..9bc92bcb48ad 100644
--- a/sdext/source/presenter/PresenterSlideSorter.hxx
+++ b/sdext/source/presenter/PresenterSlideSorter.hxx
@@ -164,11 +164,11 @@ private:
bool mbIsPaintPending;
bool mbIsLayoutPending;
class Layout;
- ::boost::shared_ptr<Layout> mpLayout;
+ std::shared_ptr<Layout> mpLayout;
::rtl::Reference<PresenterScrollBar> mpVerticalScrollBar;
::rtl::Reference<PresenterButton> mpCloseButton;
class MouseOverManager;
- ::boost::scoped_ptr<MouseOverManager> mpMouseOverManager;
+ std::unique_ptr<MouseOverManager> mpMouseOverManager;
sal_Int32 mnSlideIndexMousePressed;
sal_Int32 mnCurrentSlideIndex;
sal_Int32 mnSeparatorY;
@@ -176,7 +176,7 @@ private:
css::awt::Point maCloseButtonCenter;
css::awt::Rectangle maCurrentSlideFrameBoundingBox;
class CurrentSlideFrameRenderer;
- ::boost::shared_ptr<CurrentSlideFrameRenderer> mpCurrentSlideFrameRenderer;
+ std::shared_ptr<CurrentSlideFrameRenderer> mpCurrentSlideFrameRenderer;
css::uno::Reference<css::rendering::XPolyPolygon2D> mxPreviewFrame;
void UpdateLayout();