diff options
author | Noel Grandin <noel@peralex.com> | 2013-09-04 15:29:16 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-09-05 08:55:12 +0200 |
commit | ef84ce9cec9fff75868433a862db8571440a10b4 (patch) | |
tree | cc1616889a3ea818654103be4b0d8f740df1edc9 /include | |
parent | 55a15541a17e5c9b49039b0db31473ab81c2456b (diff) |
convert svx/source/dialog/*.cxx from String to OUString
Change-Id: Icba1afdaf0d6ec16d2d09788ed3346160cb7564d
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/fontlb.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/fontlb.hxx b/include/svx/fontlb.hxx index 5d9cc80daa25..3961f2843f82 100644 --- a/include/svx/fontlb.hxx +++ b/include/svx/fontlb.hxx @@ -75,7 +75,7 @@ public: /** Inserts a list entry and sets the font used for this entry. @param pColor The font color. NULL = use default listbox text color. */ void InsertFontEntry( - const String& rString, const Font& rFont, const Color* pColor = NULL ); + const OUString& rString, const Font& rFont, const Color* pColor = NULL ); /** Selects/deselects an entry specified by its position in the list box. */ void SelectEntryPos( sal_uInt16 nPos, bool bSelect = true ); |