summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/drviewsa.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/view/drviewsa.cxx')
-rw-r--r--sd/source/ui/view/drviewsa.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/view/drviewsa.cxx b/sd/source/ui/view/drviewsa.cxx
index 420a884012b0..6b66f374e1ae 100644
--- a/sd/source/ui/view/drviewsa.cxx
+++ b/sd/source/ui/view/drviewsa.cxx
@@ -387,7 +387,7 @@ void DrawViewShell::Init (bool bIsMainViewShell)
StartListening (*GetDocSh());
}
-void DrawViewShell::Shutdown (void)
+void DrawViewShell::Shutdown()
{
ViewShell::Shutdown();
@@ -398,7 +398,7 @@ void DrawViewShell::Shutdown (void)
}
}
-css::uno::Reference<css::drawing::XDrawSubController> DrawViewShell::CreateSubController (void)
+css::uno::Reference<css::drawing::XDrawSubController> DrawViewShell::CreateSubController()
{
css::uno::Reference<css::drawing::XDrawSubController> xSubController;
@@ -799,7 +799,7 @@ void DrawViewShell::GetAnnotationState (SfxItemSet& rItemSet )
mpAnnotationManager->GetAnnotationState( rItemSet );
}
-::rtl::OUString DrawViewShell::GetSidebarContextName (void) const
+::rtl::OUString DrawViewShell::GetSidebarContextName() const
{
::svx::sidebar::SelectionAnalyzer::ViewType eViewType (::svx::sidebar::SelectionAnalyzer::VT_Standard);
switch (mePageKind)