summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/frame/DispatchResultEvent.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/frame/DispatchResultEvent.idl')
-rw-r--r--offapi/com/sun/star/frame/DispatchResultEvent.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/frame/DispatchResultEvent.idl b/offapi/com/sun/star/frame/DispatchResultEvent.idl
index f7685242f09f..d4be833bbccf 100644
--- a/offapi/com/sun/star/frame/DispatchResultEvent.idl
+++ b/offapi/com/sun/star/frame/DispatchResultEvent.idl
@@ -32,11 +32,9 @@
#include <com/sun/star/lang/EventObject.idl>
#include <com/sun/star/util/URL.idl>
-//=============================================================================
module com { module sun { module star { module frame {
-//=============================================================================
/** contains the result of the dispatch action, if State is set to SUCCESS
<p>
@@ -51,18 +49,15 @@
*/
published struct DispatchResultEvent: com::sun::star::lang::EventObject
{
- //-------------------------------------------------------------------------
/** describes state of dispatch
*/
short State;
- //-------------------------------------------------------------------------
/** describes result for given <var>State</var>
*/
any Result;
};
-//=============================================================================
}; }; }; };