Tag: cws_src680_dba202a User: fs Date: 05/11/23 07:54:20 Modified: /dba/connectivity/source/drivers/mozab/ MResultSet.cxx
Log: #121589# some more safety against an m_pKeySet which is NULL File Changes: Directory: /dba/connectivity/source/drivers/mozab/ ================================================== File [changed]: MResultSet.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/mozab/MResultSet.cxx?r1=1.22.36.1&r2=1.22.36.2 Delta lines: +4 -4 ------------------- --- MResultSet.cxx 23 Nov 2005 15:43:31 -0000 1.22.36.1 +++ MResultSet.cxx 23 Nov 2005 15:54:17 -0000 1.22.36.2 @@ -4,9 +4,9 @@ * * $RCSfile: MResultSet.cxx,v $ * - * $Revision: 1.22.36.1 $ + * $Revision: 1.22.36.2 $ * - * last change: $Author: fs $ $Date: 2005/11/23 15:43:31 $ + * last change: $Author: fs $ $Date: 2005/11/23 15:54:17 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -215,7 +215,7 @@ // if this assertion fires, we might have an explanation for a number of crash reports, // which tell us that it *is* possible to have a m_pKeySet which is NULL, though we're not // yet disposed - throw DisposedException( ::rtl::OUString(), *this ) + throw DisposedException( ::rtl::OUString(), *this ); } } @@ -1947,7 +1947,7 @@ if (!m_nNewRow) //no new row now, insert one { - checkDisposed(OResultSet_BASE::rBHelper.bDisposed); + ::checkDisposed(OResultSet_BASE::rBHelper.bDisposed); checkPendingUpdate(); if (rowUpdated()) { --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
