Change-Id: I542d694bbab6ce8d07bee9345db70a64a2fc0963
Reviewed-on: https://gerrit.libreoffice.org/75924
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
Andrea Gelmini 2019-07-11 22:22:52 +00:00 committed by Julien Nabet
parent 607902dbcd
commit cb99b44291

View File

@ -299,7 +299,7 @@ Reference< XHyphenatedWord > SAL_CALL Hyphenator::hyphenate( const OUString& aWo
return nullptr;
}
// other wise hyphenate the word with that dictionary
// otherwise hyphenate the word with that dictionary
dict = mvDicts[k].aPtr;
eEnc = mvDicts[k].eEnc;
CharClass * pCC = mvDicts[k].apCC.get();
@ -539,7 +539,7 @@ Reference< XPossibleHyphens > SAL_CALL Hyphenator::createPossibleHyphens( const
return nullptr;
}
// other wise hyphenate the word with that dictionary
// otherwise hyphenate the word with that dictionary
dict = mvDicts[k].aPtr;
rtl_TextEncoding eEnc = mvDicts[k].eEnc;
CharClass* pCC = mvDicts[k].apCC.get();