sync two translations of the same fundamental comment
Change-Id: I4da6683489c87fe06d45474dfc20351cb31ed000
This commit is contained in:
@@ -172,11 +172,12 @@ static sal_Bool lcl_IsInAsciiArr( const sal_Char* pArr, const sal_Unicode c )
|
||||
SvxAutoCorrDoc::~SvxAutoCorrDoc()
|
||||
{
|
||||
}
|
||||
// Is called by the functions:
|
||||
// - FnCptlSttWrd
|
||||
// - FnCptlSttSntnc
|
||||
// after the exchange of characters. then the words can maybe be inserted
|
||||
// into the exception list.
|
||||
|
||||
// Called by the functions:
|
||||
// - FnCptlSttWrd
|
||||
// - FnCptlSttSntnc
|
||||
// after the exchange of characters. Then the words, if necessary, can be inserted
|
||||
// into the exception list.
|
||||
void SvxAutoCorrDoc::SaveCpltSttWord( sal_uLong, xub_StrLen, const String&,
|
||||
sal_Unicode )
|
||||
{
|
||||
|
@@ -404,11 +404,11 @@ sal_Bool SwAutoCorrDoc::ChgAutoCorrWord( xub_StrLen & rSttPos, xub_StrLen nEndPo
|
||||
}
|
||||
|
||||
|
||||
// is being called after the exchange of the character from the functions
|
||||
// - FnCptlSttWrd
|
||||
// - FnCptlSttSntnc
|
||||
// Then, the words if necessary be added to the exception
|
||||
// list.
|
||||
// Called by the functions:
|
||||
// - FnCptlSttWrd
|
||||
// - FnCptlSttSntnc
|
||||
// after the exchange of characters. Then the words, if necessary, can be inserted
|
||||
// into the exception list.
|
||||
void SwAutoCorrDoc::SaveCpltSttWord( sal_uLong nFlag, xub_StrLen nPos,
|
||||
const String& rExceptWord,
|
||||
sal_Unicode cChar )
|
||||
|
Reference in New Issue
Block a user