Home
last modified time | relevance | path

Searched refs:sCurrentErrorText (Results 1 – 1 of 1) sorted by relevance

/trunk/main/cui/source/dialogs/
H A DSpellDialog.cxx545 String sCurrentErrorText = aSentenceED.GetErrorText(); in IMPL_LINK() local
554 if(sWrong == sCurrentErrorText && in IMPL_LINK()
558 sCurrentErrorText = aSuggestionLB.GetSelectEntry(); in IMPL_LINK()
560 if(sWrong != sCurrentErrorText) in IMPL_LINK()
562 SvxPrepareAutoCorrect( sWrong, sCurrentErrorText ); in IMPL_LINK()
564 rParent.AddAutoCorrection( sWrong, sCurrentErrorText, eLang ); in IMPL_LINK()