summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/FormShellManager.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/FormShellManager.hxx')
-rw-r--r--sd/source/ui/inc/FormShellManager.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sd/source/ui/inc/FormShellManager.hxx b/sd/source/ui/inc/FormShellManager.hxx
index 0168800353ca..ef8a4212dcea 100644
--- a/sd/source/ui/inc/FormShellManager.hxx
+++ b/sd/source/ui/inc/FormShellManager.hxx
@@ -51,7 +51,7 @@ class FormShellManager
{
public:
FormShellManager (ViewShellBase& rBase);
- virtual ~FormShellManager (void);
+ virtual ~FormShellManager();
/** Typically called by a ShellFactory. It tells the
FormShellManager which form shell to manage.
@@ -66,7 +66,7 @@ public:
The result may be <NULL/> when the SetFormShell() method has not
yet been called or was last called with <NULL/>.
*/
- FmFormShell* GetFormShell (void) { return mpFormShell;}
+ FmFormShell* GetFormShell() { return mpFormShell;}
private:
ViewShellBase& mrBase;
@@ -96,12 +96,12 @@ private:
the deselection of the form shell. The later informs about its
selection.
*/
- void RegisterAtCenterPane (void);
+ void RegisterAtCenterPane();
/** Unregister the listeners that were registered in
RegisterAtCenterPane().
*/
- void UnregisterAtCenterPane (void);
+ void UnregisterAtCenterPane();
/** This call back is called by the application window (among others)
when the window gets the focus. In this case the form shell is