diff options
Diffstat (limited to 'vcl/source/control/field.cxx')
-rw-r--r-- | vcl/source/control/field.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/control/field.cxx b/vcl/source/control/field.cxx index 4f36f466c9ef..14b68c355385 100644 --- a/vcl/source/control/field.cxx +++ b/vcl/source/control/field.cxx @@ -561,7 +561,7 @@ void NumericFormatter::SetValue( sal_Int64 nNewValue ) OUString NumericFormatter::CreateFieldText( sal_Int64 nValue ) const { - return OUString(ImplGetLocaleDataWrapper().getNum( nValue, GetDecimalDigits(), IsUseThousandSep(), IsShowTrailingZeros() )); + return ImplGetLocaleDataWrapper().getNum( nValue, GetDecimalDigits(), IsUseThousandSep(), IsShowTrailingZeros() ); } void NumericFormatter::ImplSetUserValue( sal_Int64 nNewValue, Selection* pNewSelection ) |