diff options
author | Kohei Yoshida <kyoshida@novell.com> | 2010-09-29 16:21:04 -0400 |
---|---|---|
committer | Kohei Yoshida <kyoshida@novell.com> | 2010-09-29 16:21:04 -0400 |
commit | 49b7f991a509528302d2d1987d3f6c38bd108798 (patch) | |
tree | c205628d3f47dc5b8dc7fe79c74263bc3b5eea4a /vcl/unx/inc/saldisp.hxx | |
parent | 13b0fc7375271ed58f563306ef57f81808ac9289 (diff) |
Ported autocorrect-accidental-caps-lock-vcl.diff from ooo-build.
Diffstat (limited to 'vcl/unx/inc/saldisp.hxx')
-rw-r--r-- | vcl/unx/inc/saldisp.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/unx/inc/saldisp.hxx b/vcl/unx/inc/saldisp.hxx index 3734cbec6ef7..2558f899c558 100644 --- a/vcl/unx/inc/saldisp.hxx +++ b/vcl/unx/inc/saldisp.hxx @@ -445,6 +445,8 @@ public: void Beep() const; void ModifierMapping(); + void SimulateKeyPress( USHORT nKeyCode ); + USHORT GetIndicatorState() const; String GetKeyNameFromKeySym( KeySym keysym ) const; XubString GetKeyName( USHORT nKeyCode ) const; USHORT GetKeyCode( KeySym keysym, char*pcPrintable ) const; |