diff options
author | Noel Grandin <noel@peralex.com> | 2013-09-16 14:00:56 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-09-17 09:06:04 +0200 |
commit | d63c3f0cf88cb369721939b79825dd56d1cc97de (patch) | |
tree | 6b21d0b3a70825b43c7e3ccc8b0a94564ded9c4d /editeng/source | |
parent | 8b6f54fe37533f48933af7636afa98178862e001 (diff) |
convert some more methods in SvxAutoCorrect to OUString
Change-Id: I843784dbc63501cd533c19f7ed5151fbe8e48d83
Diffstat (limited to 'editeng/source')
-rw-r--r-- | editeng/source/misc/svxacorr.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editeng/source/misc/svxacorr.cxx b/editeng/source/misc/svxacorr.cxx index f4664363c4bc..fce15768b79b 100644 --- a/editeng/source/misc/svxacorr.cxx +++ b/editeng/source/misc/svxacorr.cxx @@ -1179,7 +1179,7 @@ void SvxAutoCorrect::InsertQuote( SvxAutoCorrDoc& rDoc, xub_StrLen nInsPos, rDoc.Replace( nInsPos, sChg ); } -String SvxAutoCorrect::GetQuote( SvxAutoCorrDoc& rDoc, xub_StrLen nInsPos, +OUString SvxAutoCorrect::GetQuote( SvxAutoCorrDoc& rDoc, xub_StrLen nInsPos, sal_Unicode cInsChar, sal_Bool bSttQuote ) { LanguageType eLang = rDoc.GetLanguage( nInsPos, sal_False ); @@ -1673,7 +1673,7 @@ static const SvxAutocorrWord* lcl_SearchWordsInList( // the search for the words in the substitution table const SvxAutocorrWord* SvxAutoCorrect::SearchWordsInList( - const String& rTxt, xub_StrLen& rStt, xub_StrLen nEndPos, + const OUString& rTxt, xub_StrLen& rStt, xub_StrLen nEndPos, SvxAutoCorrDoc&, LanguageType& rLang ) { LanguageType eLang = rLang; |