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