summaryrefslogtreecommitdiff
path: root/svx/source/sidebar/text
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-09-04 10:40:34 +0200
committerNoel Grandin <noel@peralex.com>2013-09-05 08:54:57 +0200
commit5ddc4cc6c57b49858bcd63ca455ee41385cf136c (patch)
treef5459fa1cdca91cdcf078da9eadd934c2ba95caf /svx/source/sidebar/text
parent11a3430c2164219aff123e71ec2e53c145acb820 (diff)
convert svx/.../sidebar/*.hxx from String to OUString
Change-Id: Id50f78d33608d76bf5142597d9cf2434ab03702d
Diffstat (limited to 'svx/source/sidebar/text')
-rw-r--r--svx/source/sidebar/text/SvxSBFontNameBox.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/sidebar/text/SvxSBFontNameBox.hxx b/svx/source/sidebar/text/SvxSBFontNameBox.hxx
index 558399f2febc..8c5fa2fbd18a 100644
--- a/svx/source/sidebar/text/SvxSBFontNameBox.hxx
+++ b/svx/source/sidebar/text/SvxSBFontNameBox.hxx
@@ -34,8 +34,8 @@ class SvxSBFontNameBox : public FontNameBox//, public SfxListener
private:
const FontList* pFontList;
Font aCurFont;
- String aCurText;
- sal_uInt16 nFtCount;
+ OUString aCurText;
+ sal_uInt16 nFtCount;
void EnableControls_Impl();
SfxBindings* pBindings;//
protected: