summaryrefslogtreecommitdiff
path: root/svx/source/tbxctrls/tbunocontroller.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-09-04 12:45:04 +0200
committerNoel Grandin <noel@peralex.com>2013-09-05 08:55:04 +0200
commit7471f789c0ff44cfbfad555ecaa23e99f6506b96 (patch)
treeb71587ccbeb1626a2a30f6d8be38d925418e5945 /svx/source/tbxctrls/tbunocontroller.cxx
parent2f2518e662e2ef5155c6987de28bb61a9314c52f (diff)
convert svx/source/tbxctrls/*.cxx from String to OUString
Change-Id: I2f59ac54fda1e11353d81e8d5bd9fe5993c9ffdb
Diffstat (limited to 'svx/source/tbxctrls/tbunocontroller.cxx')
-rw-r--r--svx/source/tbxctrls/tbunocontroller.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/tbxctrls/tbunocontroller.cxx b/svx/source/tbxctrls/tbunocontroller.cxx
index dc7e1dd1c361..6131c24ebc56 100644
--- a/svx/source/tbxctrls/tbunocontroller.cxx
+++ b/svx/source/tbxctrls/tbunocontroller.cxx
@@ -61,7 +61,7 @@ protected:
private:
FontHeightToolBoxControl* m_pCtrl;
- String m_aCurText;
+ OUString m_aCurText;
Size m_aLogicalSize;
bool m_bRelease;
uno::Reference< frame::XDispatchProvider > m_xDispatchProvider;
@@ -91,7 +91,7 @@ SvxFontSizeBox_Impl::SvxFontSizeBox_Impl(
{
SetSizePixel( LogicToPixel( m_aLogicalSize, MAP_APPFONT ));
SetValue( 0 );
- SetText( String() );
+ SetText( "" );
}
// -----------------------------------------------------------------------
@@ -149,7 +149,7 @@ void SvxFontSizeBox_Impl::statusChanged_Impl( long nPoint, bool bErase )
{
// Wert in der Anzeige l"oschen
SetValue( -1L );
- SetText( String() );
+ SetText( "" );
}
SaveValue();
}