[ooo-build-commit] .: offapi/com

Fridrich Strba fridrich at kemper.freedesktop.org
Thu Sep 16 01:40:53 PDT 2010


 offapi/com/sun/star/awt/Key.idl |    8 ++++++++
 1 file changed, 8 insertions(+)

New commits:
commit 61367bf3c05c8acf2dba1f60e9717b2329844c0e
Author: Kohei Yoshida <kyoshida at novell.com>
Date:   Thu Sep 16 10:38:21 2010 +0200

    calc-jump-on-formula-ref-offapi.diff: Migrated
    
    n#464359, i#101018
    
    allow ctrl-[ and ctrl-] to jump to references used in a formula expression.

diff --git a/offapi/com/sun/star/awt/Key.idl b/offapi/com/sun/star/awt/Key.idl
index d34b3f4..26176d8 100644
--- a/offapi/com/sun/star/awt/Key.idl
+++ b/offapi/com/sun/star/awt/Key.idl
@@ -459,6 +459,14 @@ published constants Key
     const short DELETE_TO_BEGIN_OF_PARAGRAPH = 1538;
     
     //-------------------------------------------------------------------------
+
+    const short BRACKETLEFT = 1315;
+
+    //-------------------------------------------------------------------------
+
+    const short BRACKETRIGHT = 1316;
+
+    //-------------------------------------------------------------------------
     
     const short DELETE_TO_END_OF_PARAGRAPH = 1539;
     


More information about the ooo-build-commit mailing list