summaryrefslogtreecommitdiff
path: root/sc/source/ui/cctrl/editfield.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/cctrl/editfield.cxx')
-rw-r--r--sc/source/ui/cctrl/editfield.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/cctrl/editfield.cxx b/sc/source/ui/cctrl/editfield.cxx
index d7b8013f8b12..71abbf914955 100644
--- a/sc/source/ui/cctrl/editfield.cxx
+++ b/sc/source/ui/cctrl/editfield.cxx
@@ -52,7 +52,7 @@ ScDoubleField::ScDoubleField( Window* pParent, const ResId& rResId ) :
bool ScDoubleField::GetValue( double& rfValue ) const
{
- rtl::OUString aStr(comphelper::string::strip(GetText(), ' '));
+ OUString aStr(comphelper::string::strip(GetText(), ' '));
bool bOk = !aStr.isEmpty();
if( bOk )
{