summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/OutlineView.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/OutlineView.hxx')
-rw-r--r--sd/source/ui/inc/OutlineView.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/inc/OutlineView.hxx b/sd/source/ui/inc/OutlineView.hxx
index d97042f521a5..8d0cfbd1ba2f 100644
--- a/sd/source/ui/inc/OutlineView.hxx
+++ b/sd/source/ui/inc/OutlineView.hxx
@@ -59,15 +59,15 @@ public:
OutlineView (DrawDocShell& rDocSh,
::vcl::Window* pWindow,
OutlineViewShell& rOutlineViewSh);
- virtual ~OutlineView (void);
+ virtual ~OutlineView();
/** This method is called by the view shell that owns the view to tell
the view that it can safely connect to the application.
This method must not be called before the view shell is on the shell
stack.
*/
- void ConnectToApplication (void);
- void DisconnectFromApplication (void);
+ void ConnectToApplication();
+ void DisconnectFromApplication();
TYPEINFO_OVERRIDE();