summaryrefslogtreecommitdiff
path: root/sd/source/ui/slidesorter/inc/view/SlsPageObjectLayouter.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/slidesorter/inc/view/SlsPageObjectLayouter.hxx')
-rw-r--r--sd/source/ui/slidesorter/inc/view/SlsPageObjectLayouter.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/slidesorter/inc/view/SlsPageObjectLayouter.hxx b/sd/source/ui/slidesorter/inc/view/SlsPageObjectLayouter.hxx
index 426e36c830fb..a6bb3345b532 100644
--- a/sd/source/ui/slidesorter/inc/view/SlsPageObjectLayouter.hxx
+++ b/sd/source/ui/slidesorter/inc/view/SlsPageObjectLayouter.hxx
@@ -48,7 +48,7 @@ public:
PageObjectLayouter(
const Size& rPageObjectWindowSize,
const Size& rPreviewModelSize,
- const SharedSdWindow& rpWindow,
+ sd::Window *pWindow,
const sal_Int32 nPageCount);
~PageObjectLayouter();
@@ -125,7 +125,7 @@ private:
const CoordinateSystem eCoordinateSystem);
private:
- SharedSdWindow mpWindow;
+ VclPtr<sd::Window> mpWindow;
Size maPageObjectSize;
Rectangle maFocusIndicatorBoundingBox;
Rectangle maPageObjectBoundingBox;