Fix typo (beacuse/becasue)/because
Change-Id: Ia7de2013ed72e2449525a4fe53ad2832c141e925
This commit is contained in:
parent
eb7185a168
commit
6b29aa78b6
@ -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 )
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user