summaryrefslogtreecommitdiff
path: root/sd/source/ui/sidebar/CurrentMasterPagesSelector.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/sidebar/CurrentMasterPagesSelector.hxx')
-rw-r--r--sd/source/ui/sidebar/CurrentMasterPagesSelector.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sd/source/ui/sidebar/CurrentMasterPagesSelector.hxx b/sd/source/ui/sidebar/CurrentMasterPagesSelector.hxx
index e9a3cbe5d7d8..9443b991654c 100644
--- a/sd/source/ui/sidebar/CurrentMasterPagesSelector.hxx
+++ b/sd/source/ui/sidebar/CurrentMasterPagesSelector.hxx
@@ -35,7 +35,7 @@ class CurrentMasterPagesSelector
public SfxListener
{
public:
- static MasterPagesSelector* Create (
+ static VclPtr<vcl::Window> Create (
vcl::Window* pParent,
ViewShellBase& rViewShellBase,
const css::uno::Reference<css::ui::XSidebar>& rxSidebar);
@@ -68,6 +68,7 @@ private:
const ::boost::shared_ptr<MasterPageContainer>& rpContainer,
const css::uno::Reference<css::ui::XSidebar>& rxSidebar);
virtual ~CurrentMasterPagesSelector();
+ virtual void dispose() SAL_OVERRIDE;
virtual void LateInit() SAL_OVERRIDE;