From 6b29aa78b62fa4cb634e29d63f900e90ea9eda85 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Sat, 23 Feb 2013 19:38:47 +0100 Subject: Fix typo (beacuse/becasue)/because Change-Id: Ia7de2013ed72e2449525a4fe53ad2832c141e925 --- vcl/source/window/winproc.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcl') 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 ) { -- cgit