summaryrefslogtreecommitdiff
path: root/svx/source/sidebar/EmptyPanel.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/sidebar/EmptyPanel.hxx')
-rw-r--r--svx/source/sidebar/EmptyPanel.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/sidebar/EmptyPanel.hxx b/svx/source/sidebar/EmptyPanel.hxx
index de166cf80953..1242d13ce8b8 100644
--- a/svx/source/sidebar/EmptyPanel.hxx
+++ b/svx/source/sidebar/EmptyPanel.hxx
@@ -35,9 +35,9 @@ class EmptyPanel
{
public:
EmptyPanel (vcl::Window* pParent);
- virtual ~EmptyPanel (void);
+ virtual ~EmptyPanel();
- virtual void Resize (void) SAL_OVERRIDE;
+ virtual void Resize() SAL_OVERRIDE;
private:
FixedText maMessageControl;