summaryrefslogtreecommitdiff
path: root/vcl/unx/inc/saldisp.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2010-09-29 16:21:04 -0400
committerKohei Yoshida <kyoshida@novell.com>2010-09-29 16:21:04 -0400
commit49b7f991a509528302d2d1987d3f6c38bd108798 (patch)
treec205628d3f47dc5b8dc7fe79c74263bc3b5eea4a /vcl/unx/inc/saldisp.hxx
parent13b0fc7375271ed58f563306ef57f81808ac9289 (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.hxx2
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;