To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=79962
------- Additional comments from [EMAIL PROTECTED] Tue Jul 24 17:53:37 +0000 2007 ------- The problem is that the container releases the added listeners while it is destroyed, but the Model will not know that it is being disposed until the end of the dispose() method. The correct fix would be to replace DELETEZ(m_pData); by IMPL_SfxBaseModel_DataContainer pData = m_pData; m_pData = 0; delete pData; Of course dbtools::isEmbeddedInDatabase() must be prepared for the DisposedException it will get! --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
