To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=91830
------- Additional comments from [EMAIL PROTECTED] Tue Nov 11 13:51:29 +0000 2008 ------- note: After the fix, closing the document from within the macro will display a message box (from the Basic runtime) about a DisposedException being caught. This is because the macro in the form is wrong - closing a document by disposing its frame is Bad (TM), this can have all kind of strange side effects. The "close( true )" call, which is also in the macro, but commented out, is the proper solution, which (now) works and does not have the mentioned side effects. --------------------------------------------------------------------- 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]
