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.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sd/source/ui/sidebar/PanelBase.hxx b/sd/source/ui/sidebar/PanelBase.hxx
index 672112fa57d7..dcef4732e521 100644
--- a/sd/source/ui/sidebar/PanelBase.hxx
+++ b/sd/source/ui/sidebar/PanelBase.hxx
@@ -44,12 +44,12 @@ public:
PanelBase (
vcl::Window* pParentWindow,
ViewShellBase& rViewShellBase);
- virtual ~PanelBase (void);
+ virtual ~PanelBase();
- virtual void Resize (void) SAL_OVERRIDE;
+ virtual void Resize() SAL_OVERRIDE;
// IDisposable
- virtual void Dispose (void) SAL_OVERRIDE;
+ virtual void Dispose() SAL_OVERRIDE;
// ILayoutableWindow
virtual css::ui::LayoutSize GetHeightForWidth (const sal_Int32 nWidth) SAL_OVERRIDE;
@@ -67,7 +67,7 @@ private:
css::uno::Reference<css::ui::XSidebar> mxSidebar;
ViewShellBase& mrViewShellBase;
- bool ProvideWrappedControl (void);
+ bool ProvideWrappedControl();
};
} } // end of namespace sd::sidebar