summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/awt/KeyModifier.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/KeyModifier.idl')
-rw-r--r--offapi/com/sun/star/awt/KeyModifier.idl6
1 files changed, 0 insertions, 6 deletions
diff --git a/offapi/com/sun/star/awt/KeyModifier.idl b/offapi/com/sun/star/awt/KeyModifier.idl
index 06da333d9486..88e4e10c156a 100644
--- a/offapi/com/sun/star/awt/KeyModifier.idl
+++ b/offapi/com/sun/star/awt/KeyModifier.idl
@@ -29,29 +29,24 @@
#define __com_sun_star_awt_KeyModifier_idl__
-//=============================================================================
module com { module sun { module star { module awt {
-//=============================================================================
/** These values are used to specify which modifier keys are pressed.
*/
published constants KeyModifier
{
- //-------------------------------------------------------------------------
/** refers to both shift keys.
*/
const short SHIFT = 1;
- //-------------------------------------------------------------------------
/** refers in the most cases to the "Ctrl" key (Cmd on Mac OS X).
*/
const short MOD1 = 2;
- //-------------------------------------------------------------------------
/** refers in the most cases to the "Alt" key.
*/
@@ -62,7 +57,6 @@ published constants KeyModifier
const short MOD3 = 8;
};
-//=============================================================================
}; }; }; };