Kaydet (Commit) 6b29aa78 authored tarafından Julien Nabet's avatar Julien Nabet

Fix typo (beacuse/becasue)/because

Change-Id: Ia7de2013ed72e2449525a4fe53ad2832c141e925
üst eb7185a1
......@@ -180,7 +180,7 @@ public class FinalizedMandatoryTest
// testobject must new created for every test.
// We change in a loop the container and try to flush this changes.
// If we get an expected exception this container is corrupt. It's
// similar to a document which could not be saved beacuse of invalid
// similar to a document which could not be saved because of invalid
// contend. While you don't remove the invalid conted you will never
// be able to save the document. Same here.
try
......
......@@ -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 )
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment