summaryrefslogtreecommitdiff
path: root/sd/source/ui/sidebar/PanelBase.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/sidebar/PanelBase.hxx')
-rw-r--r--sd/source/ui/sidebar/PanelBase.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/sd/source/ui/sidebar/PanelBase.hxx b/sd/source/ui/sidebar/PanelBase.hxx
index a9971fc5d9f6..b05e1a7a77fb 100644
--- a/sd/source/ui/sidebar/PanelBase.hxx
+++ b/sd/source/ui/sidebar/PanelBase.hxx
@@ -49,15 +49,9 @@ public:
virtual void Resize() SAL_OVERRIDE;
- // IDisposable
- virtual void Dispose() SAL_OVERRIDE;
-
// ILayoutableWindow
virtual css::ui::LayoutSize GetHeightForWidth (const sal_Int32 nWidth) SAL_OVERRIDE;
- // ISidebarReceiver
- virtual void SetSidebar (const css::uno::Reference<css::ui::XSidebar>& rxSidebar) SAL_OVERRIDE;
-
protected:
VclPtr<vcl::Window> mpWrappedControl;
virtual vcl::Window* CreateWrappedControl (