diff options
-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") ) { |