summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/PresentationViewShell.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/PresentationViewShell.hxx')
-rw-r--r--sd/source/ui/inc/PresentationViewShell.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/inc/PresentationViewShell.hxx b/sd/source/ui/inc/PresentationViewShell.hxx
index 3651222cceb2..f5dfc5090dc7 100644
--- a/sd/source/ui/inc/PresentationViewShell.hxx
+++ b/sd/source/ui/inc/PresentationViewShell.hxx
@@ -53,8 +53,8 @@ public:
virtual void Resize() override;
protected:
- virtual SvxRuler* CreateHRuler(::sd::Window* pWin) override;
- virtual SvxRuler* CreateVRuler(::sd::Window* pWin) override;
+ virtual VclPtr<SvxRuler> CreateHRuler(::sd::Window* pWin) override;
+ virtual VclPtr<SvxRuler> CreateVRuler(::sd::Window* pWin) override;
private:
Rectangle maOldVisArea;