Tag: cws_src680_dba23c User: fs Date: 2007-07-19 06:07:17+0000 Modified: dba/dbaccess/source/ui/browser/unodatbr.cxx
Log: proper assertion type (else product builds with debug info won't build) File Changes: Directory: /dba/dbaccess/source/ui/browser/ =========================================== File [changed]: unodatbr.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/browser/unodatbr.cxx?r1=1.189&r2=1.189.10.1 Delta lines: +4 -4 ------------------- --- unodatbr.cxx 2007-07-06 08:05:39+0000 1.189 +++ unodatbr.cxx 2007-07-19 06:07:14+0000 1.189.10.1 @@ -4,9 +4,9 @@ * * $RCSfile: unodatbr.cxx,v $ * - * $Revision: 1.189 $ + * $Revision: 1.189.10.1 $ * - * last change: $Author: rt $ $Date: 2007/07/06 08:05:39 $ + * last change: $Author: fs $ $Date: 2007/07/19 06:07:14 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -2920,7 +2920,7 @@ void SbaTableQueryBrowser::closeConnection(SvLBoxEntry* _pDSEntry,sal_Bool _bDisposeConnection) { DBG_ASSERT(_pDSEntry, "SbaTableQueryBrowser::closeConnection: invalid entry (NULL)!"); - OSL_ENSURE( impl_isDataSourceEntry( _pDSEntry ), "SbaTableQueryBrowser::closeConnection: invalid entry (not top-level)!"); + DBG_ASSERT( impl_isDataSourceEntry( _pDSEntry ), "SbaTableQueryBrowser::closeConnection: invalid entry (not top-level)!"); // if one of the entries of the given DS is displayed currently, unload the form if (m_pCurrentlyDisplayed && (m_pTreeView->getListBox()->GetRootLevelParent(m_pCurrentlyDisplayed) == _pDSEntry)) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
