diff options
author | Noel Grandin <noel@peralex.com> | 2013-09-26 08:30:52 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-10-01 10:08:42 +0200 |
commit | ea2c80bdcd862f91dd7429184aea29d9a77f9774 (patch) | |
tree | be34aa41cac74b86ae6bcdd4e9b6b3563121a9b3 /cui/source/inc/SpellDialog.hxx | |
parent | 183f260e7ed86c30d99313cdb3267c18abb65bd3 (diff) |
convert CUI module from String to OUString
Change-Id: I79bdab414d448a0d619b80857d7b31633c116f81
Diffstat (limited to 'cui/source/inc/SpellDialog.hxx')
-rw-r--r-- | cui/source/inc/SpellDialog.hxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/cui/source/inc/SpellDialog.hxx b/cui/source/inc/SpellDialog.hxx index 10ce9b28b3fa..079f9f5c18a6 100644 --- a/cui/source/inc/SpellDialog.hxx +++ b/cui/source/inc/SpellDialog.hxx @@ -84,9 +84,9 @@ public: void SetText( const OUString& rStr ); bool MarkNextError( bool bIgnoreCurrentError ); - void ChangeMarkedWord(const String& rNewWord, LanguageType eLanguage); + void ChangeMarkedWord(const OUString& rNewWord, LanguageType eLanguage); void MoveErrorMarkTo(sal_uInt16 nErrorStart, sal_uInt16 nErrorEnd, bool bGrammar); - String GetErrorText() const; + OUString GetErrorText() const; void RestoreCurrentError(); void SetAlternatives( @@ -157,8 +157,8 @@ private: OUString m_sIgnoreOnceST; OUString m_sNoSuggestionsST; - String m_sTitleSpelling; - String m_sTitleSpellingGrammar; + OUString m_sTitleSpelling; + OUString m_sTitleSpellingGrammar; Link aDialogUndoLink; @@ -212,7 +212,7 @@ private: protected: virtual long Notify( NotifyEvent& rNEvt ); - String getReplacementString() const; + OUString getReplacementString() const; public: SpellDialog( |