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