Re: Instance of soffice.bin remains running after closing OOo
Jan private <[email protected]>
| Newsgroups | gmane.comp.openoffice.devel.general |
|---|---|
| Message-ID | <1292081434.14068.29.camel@jan-laptop> |
Hello Mikhail, > it be possible for you to provide a small testcase that allows to > reproduce the problem? the problem disappeared in the testcase, in other words, I simplified it away... But now I have added a ".uno:CloseDoc" dispatch at the end of the destructor (after closing background.odt with .uno:CloseWin) and this kind of works around the problem. The drawback is that the whole office is closed down, not just myDocument.odt . So if other documents are open then they will ask for recovery the next time OOo is started. At the moment, I don't have the time to complexify the testcase again until the error turns up ... so I will try to live with the situation for now. Thank you for your help! Jan