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, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/awt/ActionEvent.idl b/offapi/com/sun/star/awt/ActionEvent.idl
index 67d0f5965912..2cff4f9ba4d5 100644
--- a/offapi/com/sun/star/awt/ActionEvent.idl
+++ b/offapi/com/sun/star/awt/ActionEvent.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/lang/EventObject.idl>
-//=============================================================================
module com { module sun { module star { module awt {
-//=============================================================================
/** a semantic event which indicates that a component-defined action occurred.
@@ -44,7 +42,6 @@
*/
published struct ActionEvent: com::sun::star::lang::EventObject
{
- //-------------------------------------------------------------------------
/** contains the command string associated with this action.
*/
@@ -52,7 +49,6 @@ published struct ActionEvent: com::sun::star::lang::EventObject
};
-//=============================================================================
}; }; }; };