From 8834007bd00e86c650099bcfa4514ccb7de26802 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Tue, 15 Aug 2006 09:29:14 +0000 Subject: 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 --- connectivity/source/drivers/mozab/MConnection.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'connectivity/source/drivers/mozab/MConnection.cxx') diff --git a/connectivity/source/drivers/mozab/MConnection.cxx b/connectivity/source/drivers/mozab/MConnection.cxx index cc7eca65dd92..3eb586da9859 100644 --- a/connectivity/source/drivers/mozab/MConnection.cxx +++ b/connectivity/source/drivers/mozab/MConnection.cxx @@ -4,9 +4,9 @@ * * $RCSfile: MConnection.cxx,v $ * - * $Revision: 1.21 $ + * $Revision: 1.22 $ * - * last change: $Author: hr $ $Date: 2006-06-20 01:41:49 $ + * last change: $Author: hr $ $Date: 2006-08-15 10:29:14 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -305,7 +305,7 @@ void OConnection::construct(const ::rtl::OUString& url,const Sequence< PropertyV } else if ( 0 == pInfo->Name.compareToAscii("PortNumber") ) { - pInfo->Value >>= nPortNumber; + OSL_VERIFY( pInfo->Value >>= nPortNumber ); } else if ( 0 == pInfo->Name.compareToAscii("MaxRowCount") ) { -- cgit