summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/awt/KeyEvent.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/KeyEvent.idl')
-rw-r--r--offapi/com/sun/star/awt/KeyEvent.idl6
1 files changed, 0 insertions, 6 deletions
diff --git a/offapi/com/sun/star/awt/KeyEvent.idl b/offapi/com/sun/star/awt/KeyEvent.idl
index e3d1754e0438..66a6cfb4beb6 100644
--- a/offapi/com/sun/star/awt/KeyEvent.idl
+++ b/offapi/com/sun/star/awt/KeyEvent.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/awt/InputEvent.idl>
-//=============================================================================
module com { module sun { module star { module awt {
-//=============================================================================
/** specifies a key event.
@@ -34,7 +32,6 @@
*/
published struct KeyEvent: com::sun::star::awt::InputEvent
{
- //-------------------------------------------------------------------------
/** contains the integer code representing the key of the event.
@@ -42,13 +39,11 @@ published struct KeyEvent: com::sun::star::awt::InputEvent
*/
short KeyCode;
- //-------------------------------------------------------------------------
/** contains the Unicode character generated by this event or 0.
*/
char KeyChar;
- //-------------------------------------------------------------------------
/** contains the function type of the key event.
@@ -59,7 +54,6 @@ published struct KeyEvent: com::sun::star::awt::InputEvent
};
-//=============================================================================
}; }; }; };