[ooo-build-commit] .: offapi/com
Kohei Yoshida
kohei at kemper.freedesktop.org
Mon Oct 4 15:26:54 PDT 2010
offapi/com/sun/star/awt/Key.idl | 4 ++++
1 file changed, 4 insertions(+)
New commits:
commit c2800f2bba1a6aaa8a9bbb7f2caf1eac92fffb2d
Author: Kohei Yoshida <kyoshida at novell.com>
Date: Mon Oct 4 18:08:54 2010 -0400
Ported calc-insert-current-time-offapi.diff from ooo-build.
This is to make the semicolon key available for UNO API.
diff --git a/offapi/com/sun/star/awt/Key.idl b/offapi/com/sun/star/awt/Key.idl
index ec0b3b4..7b0e319 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;
More information about the ooo-build-commit
mailing list