To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=75974
------- Additional comments from [EMAIL PROTECTED] Tue Apr 3 17:31:44 +0000 2007 ------- AW: Load may have to do with ImplSvxPointSequenceSequenceToB2DPolyPolygon. It is also possible that it is more complex: At save, i see that the B2DPolygon is closed. But this is not true. It should be open but have four points. If exporting to API, the changed B2DPolyPolygonToSvxPointSequenceSequence will work since it will only add the first point again when the polygon is closed. At import, ImplSvxPointSequenceSequenceToB2DPolyPolygon uses basegfx::tools::checkClosed() to correct API polygons which are interpreted as closed since first and last point are the same, so it gets closed. This may be wrong. In SdrPathObj::TRSetBaseGeometry(), setClosed(IsClosed()) is used to apply the object-type-dependent closed state to the polygon data. This is 'false' (not closed) for the simple triangle i am experimenting with. I have to think about if the correction (checkClosed) is better done there. I will thoroughly evaluate tomorrow... --------------------------------------------------------------------- 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]