Yes, I seen this article. I guess, I don't understand why we would have to use XAsyncJob to close the document, if this is the solution.
-----Original Message----- From: Marcin Gutman [mailto:mgut...@op.pl] Sent: Wednesday, January 30, 2013 3:51 PM To: api@openoffice.apache.org; Steele, Raymond Subject: EXTERNAL: Re: soffice process still running Hi, > Any help here would be appreciated. > xCloseable.close(true) does not kill the soffice process off. > I found this: http://openoffice.2283327.n4.nabble.com/Instance-of-soffice-bin-remains-running-after-closing-OOo-td3032232.html Quotation: ============ "I solved the problem (or would that be a workaround) by adding an XAsyncJob that is called OnPrepareUnload which does an XCloseable->close() on background.odt This is called earlier than the destructor and everything closes cleanly as expected." Best Regards, Marcin