summaryrefslogtreecommitdiff
path: root/include/sfx2/controlwrapper.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-08-27 15:33:16 +0200
committerNoel Grandin <noel@peralex.com>2013-08-29 09:30:11 +0200
commitfc8f0f12805522504642a68af76b495d588883e4 (patch)
tree664481bbddf93849dac9f870d49c228c5e19113d /include/sfx2/controlwrapper.hxx
parent1a746566782a5c550019edb607138c74ba69ad95 (diff)
convert include/sfx2/controlwrapper.hxx from String to OUString
Change-Id: I181d31897cbb860f3701e406c33d371ac30c5c41
Diffstat (limited to 'include/sfx2/controlwrapper.hxx')
-rw-r--r--include/sfx2/controlwrapper.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sfx2/controlwrapper.hxx b/include/sfx2/controlwrapper.hxx
index 0a429b906638..18696240b1ac 100644
--- a/include/sfx2/controlwrapper.hxx
+++ b/include/sfx2/controlwrapper.hxx
@@ -560,7 +560,7 @@ template< typename ValueT >
void NumericFieldWrapper< ValueT >::SetControlDontKnow( bool bSet )
{
if( bSet )
- this->GetControl().SetText( String() );
+ this->GetControl().SetText( OUString() );
}
template< typename ValueT >
@@ -587,7 +587,7 @@ template< typename ValueT >
void MetricFieldWrapper< ValueT >::SetControlDontKnow( bool bSet )
{
if( bSet )
- this->GetControl().SetText( String() );
+ this->GetControl().SetText( OUString() );
}
template< typename ValueT >