summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/script/AllEventObject.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/script/AllEventObject.idl')
-rw-r--r--udkapi/com/sun/star/script/AllEventObject.idl7
1 files changed, 0 insertions, 7 deletions
diff --git a/udkapi/com/sun/star/script/AllEventObject.idl b/udkapi/com/sun/star/script/AllEventObject.idl
index 52d73b6c9ec6..25e771baf4ad 100644
--- a/udkapi/com/sun/star/script/AllEventObject.idl
+++ b/udkapi/com/sun/star/script/AllEventObject.idl
@@ -24,11 +24,9 @@
#include <com/sun/star/reflection/XIdlClass.idl>
-//=============================================================================
module com { module sun { module star { module script {
-//=============================================================================
/** This event is a wrapper for an original event in a forwarding event.
<p> Usually the original event is the first argument in the
@@ -36,7 +34,6 @@
*/
published struct AllEventObject: com::sun::star::lang::EventObject
{
- //-------------------------------------------------------------------------
/** A helper value for the implementation that can be used arbitrarily.
<p>This field reflects the third parameter of the method
@@ -45,23 +42,19 @@ published struct AllEventObject: com::sun::star::lang::EventObject
*/
any Helper;
- //-------------------------------------------------------------------------
/** contains the type of the original listener.
*/
type ListenerType;
- //-------------------------------------------------------------------------
/** The original method name on which the event was fired.
*/
string MethodName;
- //-------------------------------------------------------------------------
/** The arguments of the original method.
*/
sequence<any> Arguments;
};
-//=============================================================================
}; }; }; };