To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=66558
------- Additional comments from [EMAIL PROTECTED] Tue Aug 15 09:10:36 -0700 2006 ------- The reason for this problem is that the bitmaps stored in the com.sun.star.drawing.BitmapTable offered by the chart model, are stored just as URLs, not as XGraphic. Therefore, there is no object holding this object and the graphic manager drops the bitmap. Solution: Change the BitmapTable to contain com.sun.star.graphic.XGraphic instead of a URL string. --------------------------------------------------------------------- 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]
