To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111715
User aw changed the following:
What |Old value |New value
================================================================================
Status|STARTED |RESOLVED
--------------------------------------------------------------------------------
Resolution| |FIXED
--------------------------------------------------------------------------------
Target milestone|OOo Later |OOo 3.3
--------------------------------------------------------------------------------
------- Additional comments from [email protected] Thu May 27 10:39:13 +0000
2010 -------
AW: Fixed (b) by using fTools::equal instead of fTools::equalZero in
findCutsAndTouchesAndCommonForBezier; this increases numerical correctness by
internally using rtl::math::approxEqual instead of the bigger epsilon-value used
from equalZero. All three cases work when doing so (as expected).
Fixed (a) by not using F_PI1800 directly in SdrCircObj::ImpCalcXPolyCirc, but
first dividing by 18000.0 and then multiplying by F_PI. Also fixes all three
cases.
Also checked usage of F_PI1800, but there are too many to safely review each of
them. For a bugfix, i'll keep it on changing the current one.
AW: Committed, done.
AW->jes: The thanks to to jes. That's how OpenSource should work; You use OOo,
but when finding something looking wrong, You take the burden to register and
file a task for it. This will make OOo better again. Thanks for the examples!
---------------------------------------------------------------------
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]