diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-10-20 11:44:45 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-10-20 11:44:45 +0200 |
commit | f5ee3b398e767058ffc0d439c3b7f123ebedf3cc (patch) | |
tree | 19db540966a79ae71d4603705fcec2424c961ebd /basegfx | |
parent | 2da77f3e1328d1c3689f97714a4157814d83b8a0 (diff) |
loplugin:defaultparams
Change-Id: I44f3c4c2b6adf766f569f90367dcc294ec734616
Diffstat (limited to 'basegfx')
-rw-r--r-- | basegfx/source/tools/stringconversiontools.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/basegfx/source/tools/stringconversiontools.cxx b/basegfx/source/tools/stringconversiontools.cxx index cd380f5ee9f4..f8181a625a34 100644 --- a/basegfx/source/tools/stringconversiontools.cxx +++ b/basegfx/source/tools/stringconversiontools.cxx @@ -114,8 +114,7 @@ namespace basegfx o_fRetval = ::rtl::math::stringToDouble( sNumberString.makeStringAndClear(), '.', ',', - &eStatus, - NULL ); + &eStatus ); return ( eStatus == rtl_math_ConversionStatus_Ok ); } |