To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=70236


User er changed the following:

                What    |Old value                 |New value
================================================================================
                      CC|'ab,fst,kpalagin'         |'ab,er,kpalagin'
--------------------------------------------------------------------------------
             Assigned to|er                        |ab
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Tue Apr  3 13:30:12 +0000 
2007 -------
Andreas,

I think I found the culprit. The ImpScan() function that is internally used to
scan values from strings tries to be smart by removing group separators,
changing the decimal separator to a dot and then call atof() on the string. That
doesn't work, as on some systems functions like atof and strtof/strtod are
localized.

Please use ::rtl::math::stringToDouble() from rtl/math.hxx instead, which may as
well replace the entire while-loop except the 'D' Basic specialty.

  Eike

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to