summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-08-15 09:27:41 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-08-15 09:27:41 +0000
commitd19ee06ef46b44e25d58fe88e894b249125a2a6f (patch)
tree957afcae80a227067c6525d470eb88411551178e /connectivity
parent3f057a972abc7e9f0d02e69be48490fc1eb740cc (diff)
INTEGRATION: CWS dba30 (1.17.68); FILE MERGED
2006/07/19 09:50:03 fs 1.17.68.3: RESYNC: (1.18-1.20); FILE MERGED 2005/09/28 10:45:11 fs 1.17.68.2: RESYNC: (1.17-1.18); FILE MERGED 2005/04/06 07:10:22 fs 1.17.68.1: #i46768# some assertions on the type of connection properties
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/drivers/adabas/BConnection.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/drivers/adabas/BConnection.cxx b/connectivity/source/drivers/adabas/BConnection.cxx
index e70ae4a67bc5..09eee11ccbee 100644
--- a/connectivity/source/drivers/adabas/BConnection.cxx
+++ b/connectivity/source/drivers/adabas/BConnection.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: BConnection.cxx,v $
*
- * $Revision: 1.20 $
+ * $Revision: 1.21 $
*
- * last change: $Author: obo $ $Date: 2006-07-10 14:21:30 $
+ * last change: $Author: hr $ $Date: 2006-08-15 10:27:41 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -126,7 +126,7 @@ SQLRETURN OAdabasConnection::Construct( const ::rtl::OUString& url,const Sequenc
else if(0 == pBegin->Name.compareToAscii("CharSet"))
{
::rtl::OUString sIanaName;
- pBegin->Value >>= sIanaName;
+ OSL_VERIFY( pBegin->Value >>= sIanaName );
::dbtools::OCharsetMap aLookupIanaName;
::dbtools::OCharsetMap::const_iterator aLookup = aLookupIanaName.find(sIanaName, ::dbtools::OCharsetMap::IANA());