summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2014-05-02 12:29:15 -0400
committerKohei Yoshida <kohei.yoshida@collabora.com>2014-05-02 15:43:46 -0400
commitdd9c9a69da7b22c4166391df082ac23878312a01 (patch)
tree46733d80da3c1b52c2c141867c95c45a6c795f28 /offapi
parentaf10cb2c9cf2ea331850a054095e94110670de96 (diff)
Add the "quoteright" key to the list of available keyboard shortcuts.
Change-Id: I24800c28b1513b883c42d9ce1c787eaf07815b92
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/awt/Key.idl3
1 files changed, 3 insertions, 0 deletions
diff --git a/offapi/com/sun/star/awt/Key.idl b/offapi/com/sun/star/awt/Key.idl
index 21636bb940fe..5c84843d002b 100644
--- a/offapi/com/sun/star/awt/Key.idl
+++ b/offapi/com/sun/star/awt/Key.idl
@@ -362,6 +362,9 @@ published constants Key
const short SEMICOLON = 1317;
+ const short QUOTERIGHT = 1318;
+
+
const short DELETE_TO_END_OF_PARAGRAPH = 1539;