summaryrefslogtreecommitdiffstats
path: root/sd/source/ui/dlg/PaneShells.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/dlg/PaneShells.cxx')
-rw-r--r--sd/source/ui/dlg/PaneShells.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sd/source/ui/dlg/PaneShells.cxx b/sd/source/ui/dlg/PaneShells.cxx
index ce6c512484cb..cd2b3c48ffc4 100644
--- a/sd/source/ui/dlg/PaneShells.cxx
+++ b/sd/source/ui/dlg/PaneShells.cxx
@@ -45,13 +45,13 @@ void LeftImpressPaneShell::InitInterface_Impl()
TYPEINIT1(LeftImpressPaneShell, SfxShell);
-LeftImpressPaneShell::LeftImpressPaneShell (void)
+LeftImpressPaneShell::LeftImpressPaneShell()
: SfxShell()
{
SetName(OUString("LeftImpressPane"));
}
-LeftImpressPaneShell::~LeftImpressPaneShell (void)
+LeftImpressPaneShell::~LeftImpressPaneShell()
{
}
@@ -71,13 +71,13 @@ void LeftDrawPaneShell::InitInterface_Impl()
TYPEINIT1(LeftDrawPaneShell, SfxShell);
-LeftDrawPaneShell::LeftDrawPaneShell (void)
+LeftDrawPaneShell::LeftDrawPaneShell()
: SfxShell()
{
SetName(OUString("LeftDrawPane"));
}
-LeftDrawPaneShell::~LeftDrawPaneShell (void)
+LeftDrawPaneShell::~LeftDrawPaneShell()
{
}