To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=67658
------- Additional comments from [EMAIL PROTECTED] Fri Nov 17 07:06:18 -0800 2006 ------- Catching exception doesn't help as the document is already in an invalid state. Correct fix in SfxViewFrame::ExecReload_Impl:: Before the "old" medium is closed create a copy in a temp file. Easiest procedure: use SfxMedium::CreateTempFile and close medium as usual. If loading the new file failed we try to go back to the "old" medium. This fails in the current case but will work if the medium now has its internal backup. --------------------------------------------------------------------- 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]
