summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/grviewsh.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/view/grviewsh.cxx')
-rw-r--r--sd/source/ui/view/grviewsh.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/view/grviewsh.cxx b/sd/source/ui/view/grviewsh.cxx
index 1f94f01bd8a8..751fb19e92e6 100644
--- a/sd/source/ui/view/grviewsh.cxx
+++ b/sd/source/ui/view/grviewsh.cxx
@@ -44,11 +44,11 @@ GraphicViewShell::GraphicViewShell (
ConstructGraphicViewShell();
}
-GraphicViewShell::~GraphicViewShell (void)
+GraphicViewShell::~GraphicViewShell()
{
}
-void GraphicViewShell::ConstructGraphicViewShell(void)
+void GraphicViewShell::ConstructGraphicViewShell()
{
meShellType = ST_DRAW;
@@ -69,7 +69,7 @@ void GraphicViewShell::ChangeEditMode (
DrawViewShell::ChangeEditMode (eMode, true);
}
-void GraphicViewShell::ArrangeGUIElements (void)
+void GraphicViewShell::ArrangeGUIElements()
{
if (mpLayerTabBar.get()!=NULL && mpLayerTabBar->IsVisible())
{