Update ooo320-m1
[ooovba.git] / applied_patches / 0412-autocorrect-accidental-caps-lock-sw.diff
blob8667bfe77a453b6d3432da4a4aa98f4485cbc3b6
1 diff -urp --exclude=CVS --exclude=unxlngi6.pro --exclude=sw.vpj sw.clean/source/core/edit/edws.cxx sw/source/core/edit/edws.cxx
2 --- sw.clean/source/core/edit/edws.cxx 2008-02-28 19:19:41.000000000 -0500
3 +++ sw/source/core/edit/edws.cxx 2008-02-28 22:12:10.000000000 -0500
4 @@ -364,7 +364,7 @@ void SwEditShell::AutoCorrect( SvxAutoCo
5 SwAutoCorrDoc aSwAutoCorrDoc( *this, *pCrsr, cChar );
6 rACorr.AutoCorrect( aSwAutoCorrDoc,
7 pTNd->GetTxt(), pCrsr->GetPoint()->nContent.GetIndex(),
8 - cChar, bInsert );
9 + cChar, bInsert, GetWin() );
10 if( cChar )
11 SaveTblBoxCntnt( pCrsr->GetPoint() );
12 EndAllAction();