From d63c3f0cf88cb369721939b79825dd56d1cc97de Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 16 Sep 2013 14:00:56 +0200 Subject: convert some more methods in SvxAutoCorrect to OUString Change-Id: I843784dbc63501cd533c19f7ed5151fbe8e48d83 --- include/editeng/svxacorr.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/editeng') diff --git a/include/editeng/svxacorr.hxx b/include/editeng/svxacorr.hxx index 7bdf81ab8edd..085c1c708f63 100644 --- a/include/editeng/svxacorr.hxx +++ b/include/editeng/svxacorr.hxx @@ -306,7 +306,7 @@ public: // nEnd - to check position - as of this item forward // rLang - Input: in which language is searched // Output: in which "language list" was it found - const SvxAutocorrWord* SearchWordsInList( const String& rTxt, + const SvxAutocorrWord* SearchWordsInList( const OUString& rTxt, xub_StrLen& rStt, xub_StrLen nEndPos, SvxAutoCorrDoc& rDoc, LanguageType& rLang ); @@ -322,7 +322,7 @@ public: void SetStartDoubleQuote( const sal_Unicode cStart ) { cStartDQuote = cStart; } void SetEndDoubleQuote( const sal_Unicode cEnd ) { cEndDQuote = cEnd; } - String GetQuote( SvxAutoCorrDoc& rDoc, xub_StrLen nInsPos, + OUString GetQuote( SvxAutoCorrDoc& rDoc, xub_StrLen nInsPos, sal_Unicode cInsChar, sal_Bool bSttQuote ); void InsertQuote( SvxAutoCorrDoc& rDoc, xub_StrLen nInsPos, sal_Unicode cInsChar, sal_Bool bSttQuote, sal_Bool bIns ); -- cgit