summaryrefslogtreecommitdiff
path: root/svtools/source/control/toolbarmenuimp.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/control/toolbarmenuimp.hxx')
-rw-r--r--svtools/source/control/toolbarmenuimp.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svtools/source/control/toolbarmenuimp.hxx b/svtools/source/control/toolbarmenuimp.hxx
index 8029dea5b303..6cecb4736afe 100644
--- a/svtools/source/control/toolbarmenuimp.hxx
+++ b/svtools/source/control/toolbarmenuimp.hxx
@@ -187,14 +187,14 @@ private:
/** Tell all listeners that the object is dying. This callback is
usually called from the WeakComponentImplHelper class.
*/
- virtual void SAL_CALL disposing (void) SAL_OVERRIDE;
+ virtual void SAL_CALL disposing() SAL_OVERRIDE;
/** Check whether or not the object has been disposed (or is in the
state of being disposed). If that is the case then
DisposedException is thrown to inform the (indirect) caller of the
foul deed.
*/
- void ThrowIfDisposed (void) throw (::com::sun::star::lang::DisposedException);
+ void ThrowIfDisposed() throw (::com::sun::star::lang::DisposedException);
};
@@ -260,7 +260,7 @@ private:
/** Tell all listeners that the object is dying. This callback is
usually called from the WeakComponentImplHelper class.
*/
- virtual void SAL_CALL disposing (void) SAL_OVERRIDE;
+ virtual void SAL_CALL disposing() SAL_OVERRIDE;
};