summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/script/XScriptListener.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/script/XScriptListener.idl')
-rw-r--r--udkapi/com/sun/star/script/XScriptListener.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/udkapi/com/sun/star/script/XScriptListener.idl b/udkapi/com/sun/star/script/XScriptListener.idl
index 6c106078ec79..d669c5e8f436 100644
--- a/udkapi/com/sun/star/script/XScriptListener.idl
+++ b/udkapi/com/sun/star/script/XScriptListener.idl
@@ -29,13 +29,13 @@
module com { module sun { module star { module script {
-/** makes it possible to receive <type>ScriptEvent</type>s.
+/** makes it possible to receive ScriptEvents.
*/
published interface XScriptListener: com::sun::star::lang::XEventListener
{
/** gets called when an event takes place. For that a
- <type>ScriptEventDescriptor</type> is registered at and
- attached to an object by an <type>XEventAttacherManager</type>.
+ ScriptEventDescriptor is registered at and
+ attached to an object by an XEventAttacherManager.
*/
void firing( [in] com::sun::star::script::ScriptEvent aEvent );