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





------- Additional comments from m...@openoffice.org Thu Aug 26 13:24:20 +0000 
2010 -------
ok, now i've found out where the NaNs become zeroes:
in SwXCell::getValue():

    if( ::rtl::math::isNan( fRet ) )
        fRet = 0.0;

after removing that the NaNs aren't stored as 0 anymore.


furthermore i've fixed the SwTblBoxValue pool item, which implemented its
operator== by comparing two doubles with ==, which doesn't work on NaNs.
i guess for the purpose of pooling two items with NaN should be equal.


the formatting issue does not seem to affect loading/storing the document,
so i think it can be fixed separately (not for 3.3).  filed issue 114125.

---------------------------------------------------------------------
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