loplugin:defaultparams

Change-Id: I44f3c4c2b6adf766f569f90367dcc294ec734616
This commit is contained in:
Stephan Bergmann 2015-10-20 11:44:45 +02:00
parent 2da77f3e13
commit f5ee3b398e

View File

@ -114,8 +114,7 @@ namespace basegfx
o_fRetval = ::rtl::math::stringToDouble( sNumberString.makeStringAndClear(),
'.',
',',
&eStatus,
NULL );
&eStatus );
return ( eStatus == rtl_math_ConversionStatus_Ok );
}