diff options
author | Ivan Timofeev <timofeev.i.s@gmail.com> | 2013-08-11 21:36:15 +0400 |
---|---|---|
committer | Ivan Timofeev <timofeev.i.s@gmail.com> | 2013-08-11 21:53:59 +0400 |
commit | d08a76cf72e1d1db9add8b01f4e93c4b4ba4dd15 (patch) | |
tree | 4b30780ff8a05fadb413b7b01d34268875f40a16 /include/editeng | |
parent | de973a371c64ef796956d67fd18e4a62a451abc8 (diff) |
String->OUString
Change-Id: I49e0e589c4bad3706882c9e30fe4f6bf8bdd7f1d
Diffstat (limited to 'include/editeng')
-rw-r--r-- | include/editeng/editeng.hxx | 4 | ||||
-rw-r--r-- | include/editeng/outliner.hxx | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/include/editeng/editeng.hxx b/include/editeng/editeng.hxx index a3ba78d93e40..0246cbeaa47e 100644 --- a/include/editeng/editeng.hxx +++ b/include/editeng/editeng.hxx @@ -385,8 +385,8 @@ public: const SfxStyleSheet* GetStyleSheet( sal_Int32 nPara ) const; SfxStyleSheet* GetStyleSheet( sal_Int32 nPara ); - void SetWordDelimiters( const String& rDelimiters ); - String GetWordDelimiters() const; + void SetWordDelimiters( const OUString& rDelimiters ); + OUString GetWordDelimiters() const; void EraseVirtualDevice(); diff --git a/include/editeng/outliner.hxx b/include/editeng/outliner.hxx index c9c0b0bc1a23..0f1a540f76a2 100644 --- a/include/editeng/outliner.hxx +++ b/include/editeng/outliner.hxx @@ -385,7 +385,7 @@ public: // some thesaurus functionality to avoid code duplication in different projects... -bool EDITENG_DLLPUBLIC GetStatusValueForThesaurusFromContext( String &rStatusVal, LanguageType &rLang, const EditView &rEditView ); +bool EDITENG_DLLPUBLIC GetStatusValueForThesaurusFromContext( OUString &rStatusVal, LanguageType &rLang, const EditView &rEditView ); void EDITENG_DLLPUBLIC ReplaceTextWithSynonym( EditView &rEditView, const String &rSynonmText ); typedef ::std::vector< OutlinerView* > ViewList; @@ -857,8 +857,8 @@ public: EBulletInfo GetBulletInfo( sal_Int32 nPara ); - void SetWordDelimiters( const String& rDelimiters ); - String GetWordDelimiters() const; + void SetWordDelimiters( const OUString& rDelimiters ); + OUString GetWordDelimiters() const; String GetWord( sal_Int32 nPara, xub_StrLen nIndex ); void StripPortions(); |