summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-09-16 14:00:56 +0200
committerNoel Grandin <noel@peralex.com>2013-09-17 09:06:04 +0200
commitd63c3f0cf88cb369721939b79825dd56d1cc97de (patch)
tree6b21d0b3a70825b43c7e3ccc8b0a94564ded9c4d /include
parentconvert fields in SvxAutoCorrect from String to OUString (diff)
downloadcore-d63c3f0cf88cb369721939b79825dd56d1cc97de.tar.gz
core-d63c3f0cf88cb369721939b79825dd56d1cc97de.zip
convert some more methods in SvxAutoCorrect to OUString
Change-Id: I843784dbc63501cd533c19f7ed5151fbe8e48d83
Diffstat (limited to 'include')
-rw-r--r--include/editeng/svxacorr.hxx4
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 );