summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/script/XAllListener.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/script/XAllListener.idl')
-rw-r--r--udkapi/com/sun/star/script/XAllListener.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/udkapi/com/sun/star/script/XAllListener.idl b/udkapi/com/sun/star/script/XAllListener.idl
index 0d8b170878e3..2072b39c43e8 100644
--- a/udkapi/com/sun/star/script/XAllListener.idl
+++ b/udkapi/com/sun/star/script/XAllListener.idl
@@ -26,11 +26,9 @@
#include <com/sun/star/reflection/InvocationTargetException.idl>
-//=============================================================================
module com { module sun { module star { module script {
-//=============================================================================
/** specifies a listener combining all methods
of a listener interface in a single generic call.
@@ -39,12 +37,10 @@
*/
published interface XAllListener: com::sun::star::lang::XEventListener
{
- //-------------------------------------------------------------------------
/** gets called when an event occurs at the object.
*/
[oneway] void firing( [in] com::sun::star::script::AllEventObject iaEvent );
- //-------------------------------------------------------------------------
/** gets called when a "vetoable event" occurs at the object.
<p>That happens when the listener method raises an exception,
@@ -54,7 +50,6 @@ published interface XAllListener: com::sun::star::lang::XEventListener
raises( com::sun::star::reflection::InvocationTargetException );
};
-//=============================================================================
}; }; }; };