diff options
author | Kohei Yoshida <kyoshida@novell.com> | 2010-09-29 16:11:18 -0400 |
---|---|---|
committer | Kohei Yoshida <kyoshida@novell.com> | 2010-09-29 16:11:18 -0400 |
commit | 3bd273aea8f29956c9bb5e8097bec1d4f5b871a6 (patch) | |
tree | 98536b1fbc266c0259ec1d4f88cc6b3a048c2ebb /offapi | |
parent | 82e19e2f2a6270144c3dbad40c902b5c51ff69c4 (diff) |
Ported autocorrect-accidental-caps-lock-offapi.diff from ooo-build.
Notes
Notes:
split repo tag: ure_linux-build-fridrich-20100930
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/awt/Key.idl | 12 |
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 8e1312d543aa..b9de53c497e3 100644 --- a/offapi/com/sun/star/awt/Key.idl +++ b/offapi/com/sun/star/awt/Key.idl @@ -448,6 +448,18 @@ published constants Key //------------------------------------------------------------------------- + const short CAPSLOCK = 1312; + + //------------------------------------------------------------------------- + + const short NUMLOCK = 1313; + + //------------------------------------------------------------------------- + + const short SCROLLLOCK = 1314; + + //------------------------------------------------------------------------- + const short DELETE_TO_BEGIN_OF_LINE = 1536; //------------------------------------------------------------------------- |