[ooo-build-commit] .: sw/source
Kohei Yoshida
kohei at kemper.freedesktop.org
Wed Sep 29 13:23:23 PDT 2010
sw/source/core/edit/edws.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit c885b0a968d383f3ab9dc610f524efda8073cc36
Author: Kohei Yoshida <kyoshida at novell.com>
Date: Wed Sep 29 16:13:16 2010 -0400
Ported autocorrect-accidental-caps-lock-sw.diff from ooo-build.
diff --git a/sw/source/core/edit/edws.cxx b/sw/source/core/edit/edws.cxx
index 3584929..0dd9fa3 100644
--- a/sw/source/core/edit/edws.cxx
+++ b/sw/source/core/edit/edws.cxx
@@ -344,7 +344,7 @@ void SwEditShell::AutoCorrect( SvxAutoCorrect& rACorr, sal_Bool bInsert,
SwAutoCorrDoc aSwAutoCorrDoc( *this, *pCrsr, cChar );
rACorr.AutoCorrect( aSwAutoCorrDoc,
pTNd->GetTxt(), pCrsr->GetPoint()->nContent.GetIndex(),
- cChar, bInsert );
+ cChar, bInsert, GetWin() );
if( cChar )
SaveTblBoxCntnt( pCrsr->GetPoint() );
EndAllAction();
More information about the ooo-build-commit
mailing list