Issue 49862 - API: fwk.Desktop::com::sun::star::lang::XComponent
Summary: API: fwk.Desktop::com::sun::star::lang::XComponent
Status: CLOSED DUPLICATE of issue 8242
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All All
: P3 Trivial
Target Milestone: ---
Assignee: chne
QA Contact: issues@api
URL:
Keywords: oooqa
Depends on:
Blocks:
 
Reported: 2005-05-25 15:31 UTC by chne
Modified: 2013-02-24 21:06 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description chne 2005-05-25 15:31:11 UTC
1.) while calling method dispose() some message boxes pop up to save the document.
2.) after I have handeld the boxes manually all frames are gone but the office
process is still alive.

To reproduce this behavior just start your office with parameter

"-accept=socket,host=0,port=8100;urp;" 

and call inside a solar shell:

checkapi -o fwk.Desktop::com::sun::star::lang::XComponent
Comment 1 andreas.schluens 2005-05-26 14:16:23 UTC
AS->CN This task is duplicate to #i8242#. 
a)
It's not allowed to call XDesktop::dispose(). Becuase it's an one instance service 
and such services are owned by the global uno service manager. And only this 
manager can dispose these services.

b)
On the other side only XDesktop::terminate() shutdown the office. Because 
XDesktop::dispose() can be called only from the uno service manager, if this 
manager is disposed too. And this will happen only if XDesktop::terminate() 
shutdown the office. .-)

c)
By fixing #i8242# we will change the meaning of XDesktop::terminate() / XDesktop::
dispose() and may be implement a XDesktop::close() .. or something similar.
Comment 2 andreas.schluens 2005-05-26 14:16:56 UTC
.

*** This issue has been marked as a duplicate of 8242 ***
Comment 3 ace_dent 2008-05-17 20:58:26 UTC
The Issue you raised has been marked as 'Resolved' and not updated within the
last 1 year+. I am therefore setting this issue to 'Verified' as the first step
towards Closing it. If you feel this is incorrect, please re-open the issue and
add any comments.

Many thanks,
Andrew
 
Cleaning-up and Closing old Issues
~ The Grand Bug Squash, pre v3 ~
http://marketing.openoffice.org/3.0/announcementbeta.html
Comment 4 ace_dent 2008-05-17 22:59:51 UTC
As per previous posting: Verified -> Closed.
A Closed Issue is a Happy Issue (TM).

Regards,
Andrew