diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-08-15 09:29:14 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-08-15 09:29:14 +0000 |
commit | 8834007bd00e86c650099bcfa4514ccb7de26802 (patch) | |
tree | df3372ca9d89d1539e6b3d71a03bbc03a2b8c317 /connectivity/source/drivers/mozab/MConnection.cxx | |
parent | 3ff327962223b549785287cdbae97f52e5bdc346 (diff) |
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
Diffstat (limited to 'connectivity/source/drivers/mozab/MConnection.cxx')
-rw-r--r-- | connectivity/source/drivers/mozab/MConnection.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
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") ) { |