Kaydet (Commit) 43c98e48 authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS tl33 (1.136.80); FILE MERGED

2006/11/16 12:06:36 pb 1.136.80.2: fix: #i67261# use new static method of SvxAutoCorrect::IsAutoCorrectChar()
2006/11/13 11:34:30 tl 1.136.80.1: #i67261# fixed list of characters used by auto-correction
üst ec232af6
......@@ -4,9 +4,9 @@
*
* $RCSfile: edtwin.cxx,v $
*
* $Revision: 1.137 $
* $Revision: 1.138 $
*
* last change: $Author: ihi $ $Date: 2006-11-14 15:16:19 $
* last change: $Author: vg $ $Date: 2006-11-22 11:24:52 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -2273,7 +2273,7 @@ KEYINPUT_CHECKTABLE_INSDEL:
}
BOOL bIsAutoCorrectChar = SvxIsAutoCorrectChar( aCh );
BOOL bIsAutoCorrectChar = SvxAutoCorrect::IsAutoCorrectChar( aCh );
if( !aKeyEvent.GetRepeat() && pACorr && bIsAutoCorrectChar &&
pACfg->IsAutoFmtByInput() &&
(( pACorr->IsAutoCorrFlag( ChgWeightUnderl ) &&
......
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