Fix typo
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:
committed by
Julien Nabet
parent
607902dbcd
commit
cb99b44291
@@ -299,7 +299,7 @@ Reference< XHyphenatedWord > SAL_CALL Hyphenator::hyphenate( const OUString& aWo
|
|||||||
return nullptr;
|
return nullptr;
|
||||||
}
|
}
|
||||||
|
|
||||||
// other wise hyphenate the word with that dictionary
|
// otherwise hyphenate the word with that dictionary
|
||||||
dict = mvDicts[k].aPtr;
|
dict = mvDicts[k].aPtr;
|
||||||
eEnc = mvDicts[k].eEnc;
|
eEnc = mvDicts[k].eEnc;
|
||||||
CharClass * pCC = mvDicts[k].apCC.get();
|
CharClass * pCC = mvDicts[k].apCC.get();
|
||||||
@@ -539,7 +539,7 @@ Reference< XPossibleHyphens > SAL_CALL Hyphenator::createPossibleHyphens( const
|
|||||||
return nullptr;
|
return nullptr;
|
||||||
}
|
}
|
||||||
|
|
||||||
// other wise hyphenate the word with that dictionary
|
// otherwise hyphenate the word with that dictionary
|
||||||
dict = mvDicts[k].aPtr;
|
dict = mvDicts[k].aPtr;
|
||||||
rtl_TextEncoding eEnc = mvDicts[k].eEnc;
|
rtl_TextEncoding eEnc = mvDicts[k].eEnc;
|
||||||
CharClass* pCC = mvDicts[k].apCC.get();
|
CharClass* pCC = mvDicts[k].apCC.get();
|
||||||
|
Reference in New Issue
Block a user