summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/awt/XActionListener.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/XActionListener.idl')
-rw-r--r--offapi/com/sun/star/awt/XActionListener.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/awt/XActionListener.idl b/offapi/com/sun/star/awt/XActionListener.idl
index e9e774a794cc..712b1cbebabd 100644
--- a/offapi/com/sun/star/awt/XActionListener.idl
+++ b/offapi/com/sun/star/awt/XActionListener.idl
@@ -24,17 +24,14 @@
#include <com/sun/star/awt/ActionEvent.idl>
-//=============================================================================
module com { module sun { module star { module awt {
-//=============================================================================
/** makes it possible to receive action events.
*/
published interface XActionListener: com::sun::star::lang::XEventListener
{
- //-------------------------------------------------------------------------
/** is invoked when an action is performed.
*/
@@ -42,7 +39,6 @@ published interface XActionListener: com::sun::star::lang::XEventListener
};
-//=============================================================================
}; }; }; };