To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=80213
User aw changed the following:
What |Old value |New value
================================================================================
Status|NEW |STARTED
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Tue Jul 31 10:19:41 +0000
2007 -------
AW: Indeed, for some reason i removed the explicit correction of a closed
polygon (adding the first point as last) to an open one in
SdrPathObj::ImpForceKind(), probably because i wanted to avoid the
basegfx::tools::checkClosed usage there.
Now this needs to be replaced with a pair of
basegfx::tools::openWithGeometryChange/basegfx::tools::closeWithGeometryChange
which does what we need: Adding/removing last points, changing open/closed state
and eventually correcting added control vectors. That symmetrical pair of
tooling methods was not available before aw051.
AW: Tested if all works well with usage of
openWithGeometryChange/closeWithGeometryChange, it does. Stopping aw052, this
task is best to be added there.
---------------------------------------------------------------------
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]