summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2010-09-29 16:11:18 -0400
committerKohei Yoshida <kyoshida@novell.com>2010-09-29 16:11:18 -0400
commit8031db0c24f061262df9c7274cbf6faf7c342137 (patch)
tree3b8a50208c38c6748461d26a5e131503836d8302
parent2844f65c7411b0ec5b18221fa2373560b9dfcf2e (diff)
Ported autocorrect-accidental-caps-lock-offapi.diff from ooo-build.linux-build-fridrich-20100930
-rw-r--r--offapi/com/sun/star/awt/Key.idl12
1 files changed, 12 insertions, 0 deletions
diff --git a/offapi/com/sun/star/awt/Key.idl b/offapi/com/sun/star/awt/Key.idl
index 26176d8b6..ec0b3b421 100644
--- a/offapi/com/sun/star/awt/Key.idl
+++ b/offapi/com/sun/star/awt/Key.idl
@@ -447,6 +447,18 @@ published constants Key
const short QUOTELEFT = 1311;
//-------------------------------------------------------------------------
+
+ const short CAPSLOCK = 1312;
+
+ //-------------------------------------------------------------------------
+
+ const short NUMLOCK = 1313;
+
+ //-------------------------------------------------------------------------
+
+ const short SCROLLLOCK = 1314;
+
+ //-------------------------------------------------------------------------
const short DELETE_TO_BEGIN_OF_LINE = 1536;