To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=79087
------- Additional comments from [EMAIL PROTECTED] Mon Jul 9 11:45:08 +0000 2007 ------- Interface test XChartDocument fails in setDiagram, because old and new type is the same (both pie). ->CN: Please check if the test is correct. In the old chart the XDiagram was no real interface. an ChXChartDocument::createInstance( "<diagram service>" ) already changed the chart type, setDiagram only changed the chart type again, in this case did probably nothing. It should work like this: 1. getDiagram() -> getType() -> old type 2. create a diagram via factory (pie) 3. setDiagram() -> getDiagram() (!important to retrieve the new diagram again, the old XDiagram is still the old type) -> getType() -> new type It should even work when 1. and 2. are interchanged. --------------------------------------------------------------------- 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]