summaryrefslogtreecommitdiff
path: root/sd/source/ui/framework/factories/ChildWindowPane.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/framework/factories/ChildWindowPane.hxx')
-rw-r--r--sd/source/ui/framework/factories/ChildWindowPane.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/framework/factories/ChildWindowPane.hxx b/sd/source/ui/framework/factories/ChildWindowPane.hxx
index 72d42a51562d..a4725002bbdc 100644
--- a/sd/source/ui/framework/factories/ChildWindowPane.hxx
+++ b/sd/source/ui/framework/factories/ChildWindowPane.hxx
@@ -56,7 +56,7 @@ public:
::com::sun::star::drawing::framework::XResourceId>& rxPaneId,
sal_uInt16 nChildWindowId,
ViewShellBase& rViewShellBase,
- ::std::auto_ptr<SfxShell> pShell);
+ ::std::unique_ptr<SfxShell> && pShell);
virtual ~ChildWindowPane (void);
/** Hide the pane. To make the pane visible again, call GetWindow().
@@ -94,7 +94,7 @@ private:
::com::sun::star::uno::Reference<com::sun::star::drawing::framework::XResourceId> mxPaneId;
sal_uInt16 mnChildWindowId;
ViewShellBase& mrViewShellBase;
- ::std::auto_ptr<SfxShell> mpShell;
+ ::std::unique_ptr<SfxShell> mpShell;
/** This flag is set when the pane shell has been activated at least
once. It is used to optimize the start-up performance (by not