diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2013-02-23 19:38:47 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2013-02-23 19:38:47 +0100 |
commit | 6b29aa78b62fa4cb634e29d63f900e90ea9eda85 (patch) | |
tree | 1894346f68b466aeffc944084802de1b151a3281 /vcl | |
parent | eb7185a168dbe454891c8d4be610935e6ff0008b (diff) |
Fix typo (beacuse/becasue)/because
Change-Id: Ia7de2013ed72e2449525a4fe53ad2832c141e925
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/window/winproc.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/window/winproc.cxx b/vcl/source/window/winproc.cxx index d6d2e1c0eefd..e04597f0db91 100644 --- a/vcl/source/window/winproc.cxx +++ b/vcl/source/window/winproc.cxx @@ -953,7 +953,7 @@ static long ImplHandleKey( Window* pWindow, sal_uInt16 nSVEvent, // allow application key listeners to remove the key event // but make sure we're not forwarding external KeyEvents, (ie where bForward is sal_False) - // becasue those are coming back from the listener itself and MUST be processed + // because those are coming back from the listener itself and MUST be processed KeyEvent aKeyEvent( (sal_Unicode)nCharCode, aKeyCode, nRepeat ); if( bForward ) { |