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()
|
SvxAutoCorrDoc::~SvxAutoCorrDoc()
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
// Is called by the functions:
|
|
||||||
// - FnCptlSttWrd
|
// Called by the functions:
|
||||||
// - FnCptlSttSntnc
|
// - FnCptlSttWrd
|
||||||
// after the exchange of characters. then the words can maybe be inserted
|
// - FnCptlSttSntnc
|
||||||
// into the exception list.
|
// 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&,
|
void SvxAutoCorrDoc::SaveCpltSttWord( sal_uLong, xub_StrLen, const String&,
|
||||||
sal_Unicode )
|
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
|
// Called by the functions:
|
||||||
// - FnCptlSttWrd
|
// - FnCptlSttWrd
|
||||||
// - FnCptlSttSntnc
|
// - FnCptlSttSntnc
|
||||||
// Then, the words if necessary be added to the exception
|
// after the exchange of characters. Then the words, if necessary, can be inserted
|
||||||
// list.
|
// into the exception list.
|
||||||
void SwAutoCorrDoc::SaveCpltSttWord( sal_uLong nFlag, xub_StrLen nPos,
|
void SwAutoCorrDoc::SaveCpltSttWord( sal_uLong nFlag, xub_StrLen nPos,
|
||||||
const String& rExceptWord,
|
const String& rExceptWord,
|
||||||
sal_Unicode cChar )
|
sal_Unicode cChar )
|
||||||
|
Reference in New Issue
Block a user