summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/TabControl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/TabControl.hxx')
-rw-r--r--sd/source/ui/inc/TabControl.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/inc/TabControl.hxx b/sd/source/ui/inc/TabControl.hxx
index ece600143a64..b767cc8b2ba7 100644
--- a/sd/source/ui/inc/TabControl.hxx
+++ b/sd/source/ui/inc/TabControl.hxx
@@ -40,19 +40,19 @@ class TabControl
sal_uInt16 RrePageID;
public:
TabControl (DrawViewShell* pDrViewSh, vcl::Window* pParent);
- virtual ~TabControl (void);
+ virtual ~TabControl();
/** Inform all listeners of this control that the current page has been
activated. Call this method after switching the current page and is
not done elsewhere (like when using page up/down keys).
*/
- void SendActivatePageEvent (void);
+ void SendActivatePageEvent();
/** Inform all listeners of this control that the current page has been
deactivated. Call this method before switching the current page and
is not done elsewhere (like when using page up/down keys).
*/
- void SendDeactivatePageEvent (void);
+ void SendDeactivatePageEvent();
protected:
DrawViewShell* pDrViewSh;