To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=72177
User aw changed the following: What |Old value |New value ================================================================================ Status|NEW |STARTED -------------------------------------------------------------------------------- ------- Additional comments from [EMAIL PROTECTED] Fri Dec 1 07:42:50 -0800 2006 ------- AW: Checked, problem is that the types "com.sun.star.drawing.OpenFreeHandShape" and "com.sun.star.drawing.ClosedFreeHandShape" exist all the time, but were previously (read: before aw024) not really used. Freehand objects (filled and unfilled) were set to the according bezier classes directly after creation. Not by using to API types above, but by using the good old SdrObjKind (OBJ_FREELINE, OBJ_FREEFILL, ...). In aw024 i changed this since there were complaints that the shape comment (e.g. visible when selected in the status text at the bottom) is wrong (bezier curve instead of freehand curve). The solution is simple: Export the two types as XmlShapeTypeDrawOpenBezierShape/ XmlShapeTypeDrawClosedBezierShape, respectively. It is good anyways (and was missing) to map those types for XML shape export. AW: Adding XMLOFF, changing, testing... --------------------------------------------------------------------- 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]