Re: Instance of soffice.bin remains running after closing OOo
Jan Rheinländer <[email protected]>
| Newsgroups | gmane.comp.openoffice.devel.general |
|---|---|
| Organization | RESAP |
| Message-ID | <1292236448.3557.38.camel@jan-laptop> |
Hello Mikhail, 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. Jan