summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/awt/InputEvent.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/InputEvent.idl')
-rw-r--r--offapi/com/sun/star/awt/InputEvent.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/awt/InputEvent.idl b/offapi/com/sun/star/awt/InputEvent.idl
index 069c2190a0e4..ba400075aaef 100644
--- a/offapi/com/sun/star/awt/InputEvent.idl
+++ b/offapi/com/sun/star/awt/InputEvent.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/lang/EventObject.idl>
-//=============================================================================
module com { module sun { module star { module awt {
-//=============================================================================
/** the root event class for all component-level input events.
@@ -37,7 +35,6 @@
*/
published struct InputEvent: com::sun::star::lang::EventObject
{
- //-------------------------------------------------------------------------
/** contains the modifier keys which were pressed while the event occurred.
@@ -48,7 +45,6 @@ published struct InputEvent: com::sun::star::lang::EventObject
};
-//=============================================================================
}; }; }; };