summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/frame/XNotifyingDispatch.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/frame/XNotifyingDispatch.idl')
-rw-r--r--offapi/com/sun/star/frame/XNotifyingDispatch.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/frame/XNotifyingDispatch.idl b/offapi/com/sun/star/frame/XNotifyingDispatch.idl
index b5870e87b204..1d06826dc307 100644
--- a/offapi/com/sun/star/frame/XNotifyingDispatch.idl
+++ b/offapi/com/sun/star/frame/XNotifyingDispatch.idl
@@ -21,11 +21,9 @@
#include <com/sun/star/frame/XDispatch.idl>
#include <com/sun/star/frame/XDispatchResultListener.idl>
-//=============================================================================
module com { module sun { module star { module frame {
-//=============================================================================
/** dispatch with guaranteed notify (instead of <type>XDispatch</type>)
@see XDispatch
@@ -33,7 +31,6 @@ module com { module sun { module star { module frame {
*/
published interface XNotifyingDispatch: XDispatch
{
- //-------------------------------------------------------------------------
/** Do the same like <member>XDispatch::dispatch()</member> but notifies
listener in every case. Should be used if result must be known.
@@ -53,7 +50,6 @@ published interface XNotifyingDispatch: XDispatch
[in] XDispatchResultListener Listener);
};
-//=============================================================================
}; }; }; };