Tag: cws_src680_dba24 User: oj Date: 05/02/24 05:29:06 Modified: /dba/dbaccess/source/core/dataaccess/ databasedocument.cxx
Log: #i40349# don't acces the impl structure in close anymore File Changes: Directory: /dba/dbaccess/source/core/dataaccess/ ================================================ File [changed]: databasedocument.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/dataaccess/databasedocument.cxx?r1=1.8.2.8&r2=1.8.2.9 Delta lines: +3 -3 ------------------- --- databasedocument.cxx 23 Feb 2005 13:23:09 -0000 1.8.2.8 +++ databasedocument.cxx 24 Feb 2005 13:29:02 -0000 1.8.2.9 @@ -2,9 +2,9 @@ * * $RCSfile: databasedocument.cxx,v $ * - * $Revision: 1.8.2.8 $ + * $Revision: 1.8.2.9 $ * - * last change: $Author: oj $ $Date: 2005/02/23 13:23:09 $ + * last change: $Author: oj $ $Date: 2005/02/24 13:29:02 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -699,7 +699,7 @@ xFrame->close(bDeliverOwnership); } } - m_pImpl->m_aControllers.clear(); +// m_pImpl->m_aControllers.clear(); dispose(); { NOTIFY_LISTERNERS(m_aCloseListener,com::sun::star::util::XCloseListener,notifyClosing); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
