summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2010-10-04 18:08:54 -0400
committerKohei Yoshida <kyoshida@novell.com>2010-10-04 18:08:54 -0400
commitc2800f2bba1a6aaa8a9bbb7f2caf1eac92fffb2d (patch)
tree1243c647ec49c468ab84b3a413df37d11f68f59c /offapi
parent5195d8c4e9041d541455889f64cb17f4167aa568 (diff)
Ported calc-insert-current-time-offapi.diff from ooo-build.
This is to make the semicolon key available for UNO API.
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/awt/Key.idl4
1 files changed, 4 insertions, 0 deletions
diff --git a/offapi/com/sun/star/awt/Key.idl b/offapi/com/sun/star/awt/Key.idl
index ec0b3b421..7b0e31913 100644
--- a/offapi/com/sun/star/awt/Key.idl
+++ b/offapi/com/sun/star/awt/Key.idl
@@ -479,6 +479,10 @@ published constants Key
const short BRACKETRIGHT = 1316;
//-------------------------------------------------------------------------
+
+ const short SEMICOLON = 1317;
+
+ //-------------------------------------------------------------------------
const short DELETE_TO_END_OF_PARAGRAPH = 1539;