To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=93953
------- Additional comments from [email protected] Tue Feb 24 11:06:10 +0000 2009 ------- @weiz, looking at the code I found another problem. You change the model during view creation. The code in question is: xDestAxisProp->setPropertyValue( C2U( "NumberFormat" ), uno::makeAny( nNumberFormatKeySource ) ); That is forbidden! Creating a view on the model must not change the model. Please find a different solution to transport and use the necessary information. --------------------------------------------------------------------- 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]
