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 /include | |
parent | 8b6f54fe37533f48933af7636afa98178862e001 (diff) |
convert some more methods in SvxAutoCorrect to OUString
Change-Id: I843784dbc63501cd533c19f7ed5151fbe8e48d83
Diffstat (limited to 'include')
-rw-r--r-- | include/editeng/svxacorr.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
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 ); |