update dev300-m58
[ooovba.git] / applied_patches / 0400-autocorrect-accidental-caps-lock-offapi.diff
blob06185e9b3d1ee7e1990308003c8e56af17e4f3ed
1 diff --git offapi/com/sun/star/awt/Key.idl offapi/com/sun/star/awt/Key.idl
2 index c14af6d..7265d9d 100644
3 --- offapi/com/sun/star/awt/Key.idl
4 +++ offapi/com/sun/star/awt/Key.idl
5 @@ -449,6 +449,18 @@ published constants Key
7 const short QUOTELEFT = 1311;
9 + //-------------------------------------------------------------------------
11 + const short CAPSLOCK = 1312;
13 + //-------------------------------------------------------------------------
15 + const short NUMLOCK = 1313;
17 + //-------------------------------------------------------------------------
19 + const short SCROLLLOCK = 1314;
21 //-------------------------------------------------------------------------
23 const short DELETE_TO_BEGIN_OF_LINE = 1536;