summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/FormShellManager.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/view/FormShellManager.cxx')
-rw-r--r--sd/source/ui/view/FormShellManager.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/view/FormShellManager.cxx b/sd/source/ui/view/FormShellManager.cxx
index 5a72e6691027..989790d0fb42 100644
--- a/sd/source/ui/view/FormShellManager.cxx
+++ b/sd/source/ui/view/FormShellManager.cxx
@@ -67,7 +67,7 @@ FormShellManager::FormShellManager (ViewShellBase& rBase)
RegisterAtCenterPane();
}
-FormShellManager::~FormShellManager (void)
+FormShellManager::~FormShellManager()
{
SetFormShell(NULL);
UnregisterAtCenterPane();
@@ -126,7 +126,7 @@ void FormShellManager::SetFormShell (FmFormShell* pFormShell)
}
}
-void FormShellManager::RegisterAtCenterPane (void)
+void FormShellManager::RegisterAtCenterPane()
{
ViewShell* pShell = mrBase.GetMainViewShell().get();
if (pShell == NULL)
@@ -156,7 +156,7 @@ void FormShellManager::RegisterAtCenterPane (void)
mrBase.GetViewShellManager()->ActivateSubShell(*pShell, RID_FORMLAYER_TOOLBOX);
}
-void FormShellManager::UnregisterAtCenterPane (void)
+void FormShellManager::UnregisterAtCenterPane()
{
if (mpMainViewShellWindow != NULL)
{