summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/tools/SlotStateListener.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/tools/SlotStateListener.hxx')
-rw-r--r--sd/source/ui/inc/tools/SlotStateListener.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sd/source/ui/inc/tools/SlotStateListener.hxx b/sd/source/ui/inc/tools/SlotStateListener.hxx
index 2e148b485dbe..64045d50509e 100644
--- a/sd/source/ui/inc/tools/SlotStateListener.hxx
+++ b/sd/source/ui/inc/tools/SlotStateListener.hxx
@@ -59,7 +59,7 @@ public:
/** The constructor de-registers all remaining listeners. Usually a prior
dispose() call should have done that already.
*/
- virtual ~SlotStateListener (void);
+ virtual ~SlotStateListener();
/** Set the callback to the given value. Whenever one of the observed
slots changes its state this callback is informed about it.
@@ -108,7 +108,7 @@ protected:
reaction to a XComponent::dispose() call. It releases all currently
active listeners.
*/
- virtual void SAL_CALL disposing (void) SAL_OVERRIDE;
+ virtual void SAL_CALL disposing() SAL_OVERRIDE;
private:
Link maCallback;
@@ -124,12 +124,12 @@ private:
/** Deregister all currently active state change listeners.
*/
- void ReleaseListeners (void);
+ void ReleaseListeners();
/** This method throws a DisposedException when the object has already been
disposed.
*/
- void ThrowIfDisposed (void)
+ void ThrowIfDisposed()
throw (::com::sun::star::lang::DisposedException);
/** Transform the given string into a URL object.