To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=47089
------- Additional comments from [EMAIL PROTECTED] Mon Apr 11 02:28:36 -0700 2005 ------- SdXShape::setPropertyValue() is called with properties unknown to the shape. These are passed on to the SvxShape member mpShape. The resulting UnknownPropertyException is not caught and aborts the loading (under Linux it may lead to the crash). Guarding the setting of the property at the SvxShape member with a try/catch black fixes the problem for me. Because I am new to this code I have to investigate further. --------------------------------------------------------------------- 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]
