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


User as changed the following:

                What    |Old value                 |New value
================================================================================
        Target milestone|OOo 3.0                   |OOo Later
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Fri May 30 07:54:50 +0000 
2008 -------
as: I'm not happy with a new interface providing a different way for closing the
office. 

Desktop.terminate() was implemented and thought as an UI related function asking
the user if there are some modified documents still open. Thats a fact and you
have to deal with that.

Desktop.dispoe() will normaly do the job you wish ... but it cant be called
because the desktop is an one instance UNO service. And those services are owned
by the global service manager and has to be destroyed by those manager only. As
a result of that dispose() isnt an option for you - because it has not to be
called by you.

A further Desktop.close() will make the code more complex ... but wont help you
in any case. OK - modified documents wont be a problem for you ... but what
should happen with an enabled quick starter, open dialogs, running print jobs,
still active extensions not supporting the right interface for ccaneling still
running operations.

We know that OOo needs a complete redesign of process liefetime handling. But
till now nobody have a real good solution. So implementing Desktop.close() isnt
an option for me (not at these moment).

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