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
commite7d4f41f0584d8581c6c99cc77dfaf82480a2669 (patch)
treea9f9c861b83128a48bf32d9309ffb46b5362a904 /offapi
parent414045a1a6fdc7ef1142336961495f32a38d8a43 (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 b9de53c497e3..e8b8962444d5 100644
--- a/offapi/com/sun/star/awt/Key.idl
+++ b/offapi/com/sun/star/awt/Key.idl
@@ -480,6 +480,10 @@ published constants Key
//-------------------------------------------------------------------------
+ const short SEMICOLON = 1317;
+
+ //-------------------------------------------------------------------------
+
const short DELETE_TO_END_OF_PARAGRAPH = 1539;
//-------------------------------------------------------------------------