sync two translations of the same fundamental comment

Change-Id: I4da6683489c87fe06d45474dfc20351cb31ed000
This commit is contained in:
Caolán McNamara
2013-02-15 13:57:25 +00:00
parent 1dd8cffc10
commit 5c31e17e46
2 changed files with 11 additions and 10 deletions

View File

@@ -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 )
{

View File

@@ -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 )