summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/awt/KeyStroke.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/KeyStroke.idl')
-rw-r--r--offapi/com/sun/star/awt/KeyStroke.idl7
1 files changed, 0 insertions, 7 deletions
diff --git a/offapi/com/sun/star/awt/KeyStroke.idl b/offapi/com/sun/star/awt/KeyStroke.idl
index 4697bde42555..592a20aeac2c 100644
--- a/offapi/com/sun/star/awt/KeyStroke.idl
+++ b/offapi/com/sun/star/awt/KeyStroke.idl
@@ -20,11 +20,9 @@
#define __com_sun_star_awt_KeyStroke_idl__
-//=============================================================================
module com { module sun { module star { module awt {
-//=============================================================================
/** Describes a key stroke for hotkeys etc.
@@ -32,7 +30,6 @@ module com { module sun { module star { module awt {
*/
published struct KeyStroke
{
- //-------------------------------------------------------------------------
/** contains the modifier keys which were pressed while the event occurred.
@@ -41,7 +38,6 @@ published struct KeyStroke
*/
short Modifiers;
- //-------------------------------------------------------------------------
/** contains the integer code representing the key of the event.
@@ -50,13 +46,11 @@ published struct KeyStroke
*/
short KeyCode;
- //-------------------------------------------------------------------------
/** contains the Unicode character generated by this event or 0.
*/
char KeyChar;
- //-------------------------------------------------------------------------
/** contains the function type of the key event.
@@ -66,7 +60,6 @@ published struct KeyStroke
short KeyFunc;
};
-//=============================================================================
}; }; }; };