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





------- Additional comments from m...@openoffice.org Wed Aug 25 20:00:49 +0000 
2010 -------
this problem is caused by using Double.toString() (implicitly via String
concatenation), which apparently (if the number is sufficiently small/large)
writes an exponent.
using String.format("%f") does not seem to write an exponent.

so this problem probably occurs in other places where lengths are written.
this attribute has the type "positiveLength" in the schema.
the XMLSchema-2 "double" type, OTOH, apparently may have an exponent.

so it would be a good idea to review the code where other lengths could be
written in an invalid way.

---------------------------------------------------------------------
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: issues-unsubscr...@dba.openoffice.org
For additional commands, e-mail: issues-h...@dba.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to