Kaydet (Commit) b2ceee71 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Code clean up.

üst b149b043
...@@ -80,8 +80,7 @@ namespace basegfx ...@@ -80,8 +80,7 @@ namespace basegfx
bool lcl_getDoubleChar(double& o_fRetval, bool lcl_getDoubleChar(double& o_fRetval,
sal_Int32& io_rPos, sal_Int32& io_rPos,
const ::rtl::OUString& rStr, const ::rtl::OUString& rStr)
const sal_Int32 /*nLen*/)
{ {
sal_Unicode aChar( rStr[io_rPos] ); sal_Unicode aChar( rStr[io_rPos] );
::rtl::OUStringBuffer sNumberString; ::rtl::OUStringBuffer sNumberString;
...@@ -136,7 +135,7 @@ namespace basegfx ...@@ -136,7 +135,7 @@ namespace basegfx
const ::rtl::OUString& rStr, const ::rtl::OUString& rStr,
const sal_Int32 nLen ) const sal_Int32 nLen )
{ {
if( !lcl_getDoubleChar(o_fRetval, io_rPos, rStr, nLen) ) if( !lcl_getDoubleChar(o_fRetval, io_rPos, rStr) )
return false; return false;
lcl_skipSpacesAndCommas(io_rPos, rStr, nLen); lcl_skipSpacesAndCommas(io_rPos, rStr, nLen);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment