diff options
author | Kohei Yoshida <kyoshida@novell.com> | 2010-10-04 18:04:55 -0400 |
---|---|---|
committer | Kohei Yoshida <kyoshida@novell.com> | 2010-10-04 18:04:55 -0400 |
commit | 761846c14403743e53ba8599d761e10e8c6804f7 (patch) | |
tree | 4435105a8791f4e40f79d7096350b7778fd05a54 /vcl/inc | |
parent | da2f4f8f88429c8656a7f7945e5854b9049bda1b (diff) |
Ported calc-insert-current-time-vcl.diff from ooo-build.
This is part of the feature that allows the users to insert current
date and time in Calc via single key stroke.
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/vcl/keycodes.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/inc/vcl/keycodes.hxx b/vcl/inc/vcl/keycodes.hxx index 8cbec63373d2..f89c8e0edc9b 100644 --- a/vcl/inc/vcl/keycodes.hxx +++ b/vcl/inc/vcl/keycodes.hxx @@ -157,6 +157,7 @@ #define KEY_QUOTELEFT ((USHORT)::com::sun::star::awt::Key::QUOTELEFT) #define KEY_BRACKETLEFT ((USHORT)::com::sun::star::awt::Key::BRACKETLEFT) #define KEY_BRACKETRIGHT ((USHORT)::com::sun::star::awt::Key::BRACKETRIGHT) +#define KEY_SEMICOLON ((USHORT)::com::sun::star::awt::Key::SEMICOLON) #define KEY_CAPSLOCK ((USHORT)::com::sun::star::awt::Key::CAPSLOCK) #define KEY_NUMLOCK ((USHORT)::com::sun::star::awt::Key::NUMLOCK) |