summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/frame/XDispatchResultListener.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/frame/XDispatchResultListener.idl')
-rw-r--r--offapi/com/sun/star/frame/XDispatchResultListener.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/frame/XDispatchResultListener.idl b/offapi/com/sun/star/frame/XDispatchResultListener.idl
index b49cdac7eb56..b0952f61e321 100644
--- a/offapi/com/sun/star/frame/XDispatchResultListener.idl
+++ b/offapi/com/sun/star/frame/XDispatchResultListener.idl
@@ -22,18 +22,15 @@
#include <com/sun/star/lang/XEventListener.idl>
#include <com/sun/star/frame/DispatchResultEvent.idl>
-//=============================================================================
module com { module sun { module star { module frame {
-//=============================================================================
/** listener for results of <member>XNotifyingDispatch::dispatchWithNotification()</member>
@see XNotifyingDispatch
*/
published interface XDispatchResultListener: com::sun::star::lang::XEventListener
{
- //-------------------------------------------------------------------------
/** indicates finished dispatch
@param Result
@@ -44,7 +41,6 @@ published interface XDispatchResultListener: com::sun::star::lang::XEventListene
void dispatchFinished( [in] DispatchResultEvent Result );
};
-//=============================================================================
}; }; }; };