To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=63270





------- Additional comments from [EMAIL PROTECTED] Fri Mar 17 03:05:16 -0800 
2006 -------
sw->thoriredd: the fact that xModifiable.setModified(false) doesn't return lets
me thinks that the office isn't properly working at this stage anymore, maybe
because of something that has been done beforehand.
Generally I would avoid to use "xComponent.dispose" to close the document and
instead query xCloseable from your xModel and use the method
"xCloseable.close(true)" instead. This way the possibility of a
CloseVetoException is given in case the document can't be closed for whatever
reason.
Could you check if changing your code this way avoids the "freeze" of your 
program ?

---------------------------------------------------------------------
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]

Reply via email to