diff options
author | Noel Grandin <noel@peralex.com> | 2013-08-19 16:27:07 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-08-22 10:49:25 +0200 |
commit | d09631bd9d7a614c9680df6823446bd430f6bba7 (patch) | |
tree | d9681a39019c5176a25b4abf7d919f3b5d430cdb /include/svtools/ctrlbox.hxx | |
parent | 823a6cb82555709e50f281a68ff64442001a011b (diff) |
convert include/svtools/ctrl*.hxx from String to OUString
Change-Id: I86b78137f02a11c5a2c34930b19cef22acd7ac69
Diffstat (limited to 'include/svtools/ctrlbox.hxx')
-rw-r--r-- | include/svtools/ctrlbox.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svtools/ctrlbox.hxx b/include/svtools/ctrlbox.hxx index dfc7efeb8863..d7864825b3b8 100644 --- a/include/svtools/ctrlbox.hxx +++ b/include/svtools/ctrlbox.hxx @@ -415,14 +415,14 @@ class SVT_DLLPUBLIC FontNameBox : public ComboBox private: ImplFontList* mpFontList; sal_Bool mbWYSIWYG; - String maFontMRUEntriesFile; + OUString maFontMRUEntriesFile; SVT_DLLPRIVATE void ImplCalcUserItemSize(); SVT_DLLPRIVATE void ImplDestroyFontList(); protected: - void LoadMRUEntries( const String& aFontMRUEntriesFile, sal_Unicode cSep = ';' ); - void SaveMRUEntries( const String& aFontMRUEntriesFile, sal_Unicode cSep = ';' ) const; + void LoadMRUEntries( const OUString& aFontMRUEntriesFile, sal_Unicode cSep = ';' ); + void SaveMRUEntries( const OUString& aFontMRUEntriesFile, sal_Unicode cSep = ';' ) const; public: FontNameBox( Window* pParent, WinBits nWinStyle = WB_SORT ); |