summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/outlnvsh.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/view/outlnvsh.cxx')
-rw-r--r--sd/source/ui/view/outlnvsh.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/view/outlnvsh.cxx b/sd/source/ui/view/outlnvsh.cxx
index 850a9f99fbc9..fe3ff77142c4 100644
--- a/sd/source/ui/view/outlnvsh.cxx
+++ b/sd/source/ui/view/outlnvsh.cxx
@@ -168,7 +168,7 @@ void OutlineViewShell::Construct(DrawDocShell* )
GetActiveWindow()->SetUniqueId( HID_SDOUTLINEVIEWSHELL );
}
-Reference<drawing::XDrawSubController> OutlineViewShell::CreateSubController (void)
+Reference<drawing::XDrawSubController> OutlineViewShell::CreateSubController()
{
Reference<drawing::XDrawSubController> xSubController;
@@ -231,7 +231,7 @@ OutlineViewShell::~OutlineViewShell()
}
}
-void OutlineViewShell::Shutdown (void)
+void OutlineViewShell::Shutdown()
{
ViewShell::Shutdown();