User: hr Date: 2006/08/15 03:29:16 Modified: dba/connectivity/source/drivers/mozab/MConnection.cxx
Log: INTEGRATION: CWS dba30 (1.18.6); FILE MERGED 2006/07/19 10:25:04 fs 1.18.6.4: RESYNC: (1.20-1.21); FILE MERGED 2006/04/18 13:10:17 oj 1.18.6.3: RESYNC: (1.19-1.20); FILE MERGED 2005/09/28 12:11:44 fs 1.18.6.2: RESYNC: (1.18-1.19); FILE MERGED 2005/04/06 07:10:24 fs 1.18.6.1: #i46768# some assertions on the type of connection properties File Changes: Directory: /dba/connectivity/source/drivers/mozab/ ================================================== File [changed]: MConnection.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/mozab/MConnection.cxx?r1=1.21&r2=1.22 Delta lines: +1 -1 ------------------- --- MConnection.cxx 20 Jun 2006 01:41:49 -0000 1.21 +++ MConnection.cxx 15 Aug 2006 10:29:14 -0000 1.22 @@ -305,7 +305,7 @@ } else if ( 0 == pInfo->Name.compareToAscii("PortNumber") ) { - pInfo->Value >>= nPortNumber; + OSL_VERIFY( pInfo->Value >>= nPortNumber ); } else if ( 0 == pInfo->Name.compareToAscii("MaxRowCount") ) { --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
