summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/ActionEvent.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/ActionEvent.idl')
-rw-r--r--offapi/com/sun/star/awt/ActionEvent.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/awt/ActionEvent.idl b/offapi/com/sun/star/awt/ActionEvent.idl
index 2cff4f9ba4d5..f938e713dd79 100644
--- a/offapi/com/sun/star/awt/ActionEvent.idl
+++ b/offapi/com/sun/star/awt/ActionEvent.idl
@@ -30,11 +30,11 @@
<p>This high-level event is generated by a component (such as a Button)
when the component-specific action occurs (such as being pressed).
- The event is passed to every <type>XActionListener</type> object
+ The event is passed to every XActionListener object
that registered to receive such events using the component's
<code>addActionListener</code> method.</p>
- <p>The object that implements the <type>XActionListener</type> interface
+ <p>The object that implements the XActionListener interface
gets this ActionEvent when the event occurs. The listener is therefore
spared the details of processing individual mouse movements and mouse
clicks, and can instead process a "meaningful" (semantic) event like