summaryrefslogtreecommitdiff
path: root/svx/source/sidebar/EmptyPanel.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/sidebar/EmptyPanel.cxx')
-rw-r--r--svx/source/sidebar/EmptyPanel.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/sidebar/EmptyPanel.cxx b/svx/source/sidebar/EmptyPanel.cxx
index 2d28f8a99ba2..784949a7ea3a 100644
--- a/svx/source/sidebar/EmptyPanel.cxx
+++ b/svx/source/sidebar/EmptyPanel.cxx
@@ -46,14 +46,14 @@ EmptyPanel::EmptyPanel (vcl::Window* pParent)
-EmptyPanel::~EmptyPanel (void)
+EmptyPanel::~EmptyPanel()
{
}
-void EmptyPanel::Resize (void)
+void EmptyPanel::Resize()
{
const Size aSize (GetSizePixel());
maMessageControl.SetSizePixel(aSize);