summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/ViewShellImplementation.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/ViewShellImplementation.hxx')
-rw-r--r--sd/source/ui/inc/ViewShellImplementation.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sd/source/ui/inc/ViewShellImplementation.hxx b/sd/source/ui/inc/ViewShellImplementation.hxx
index a98a89f1dcbd..ad604e01bf88 100644
--- a/sd/source/ui/inc/ViewShellImplementation.hxx
+++ b/sd/source/ui/inc/ViewShellImplementation.hxx
@@ -89,7 +89,7 @@ public:
*/
::boost::shared_ptr<ToolBarManagerLock> mpSelf;
ToolBarManagerLock (const ::boost::shared_ptr<sd::ToolBarManager>& rpManager);
- ~ToolBarManagerLock (void);
+ ~ToolBarManagerLock();
class Deleter;
friend class Deleter;
@@ -99,7 +99,7 @@ public:
::boost::weak_ptr<ToolBarManagerLock> mpUpdateLockForMouse;
Implementation (ViewShell& rViewShell);
- ~Implementation (void);
+ ~Implementation();
/** Process the SID_MODIFY slot.
*/
@@ -136,14 +136,14 @@ public:
configuration that has in the center pane a view shell of the same
type as mrViewShell.
*/
- sal_uInt16 GetViewId (void);
+ sal_uInt16 GetViewId();
/** Return a pointer to the image map dialog that is displayed in some
child window.
@return
Returns <NULL/> when the image map dialog is not available.
*/
- static SvxIMapDlg* GetImageMapDialog (void);
+ static SvxIMapDlg* GetImageMapDialog();
private:
ViewShell& mrViewShell;