To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=63156
User as changed the following:
What |Old value |New value
================================================================================
Status|NEW |STARTED
--------------------------------------------------------------------------------
Issue type|PATCH |ENHANCEMENT
--------------------------------------------------------------------------------
OS/Version|All |Unix, X11
--------------------------------------------------------------------------------
Summary|let user save documents on|ask user to cancel session
|session shutdown |shutdown on unix
--------------------------------------------------------------------------------
Target milestone|--- |OOo Later
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Wed Mar 15 00:39:37 -0800
2006 -------
Hello radekdoulik!
First thank you for contributing OOo. I've already started a deeper
investigation into
your patch
and I have some questions/hints regarding it:
a)
This is an RFE (request for enhancement) instead of a "normal bugfix patch" -
because it
changes the behaviour of OOo. Such changes cant be made without changing the
corresponding
specification also. So first I have to clarify if this RFE will be integrated
into OOo as
new default behaviour for session shutdown or if it must be integrated as an
optional feature.
Please stay tuned till I have the right answer available.
b)
Changing the c++ part of the session code isnt a problem / if it works .-)
But changing of a published UNO API (interface) isnt possible in general.
It's a feature of OOo that the API is stable.
So changing the interface XSessionManagerClient must be refactored.
The only possible solution: Please create a new interface XSessionManagerClient2
or similar one.
On the other side I dont see the need for changing this interface.
Why it's better to have this parameter "CancelShutdown" on interactionDone()
instead of using an explicit call cancelShutdown() ?
BTW: The "headline" of this bug isnt realy the right one.
All open documents will be saved by OOo in case a session shutdown occure.
Your patch let the user decide only, if he allow such shutdown or not.
So I've changed this ...
Regards
Andreas
---------------------------------------------------------------------
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]