summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/adabas/BDriver.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-02-24 13:38:29 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-02-24 13:38:29 +0000
commit77f8bfcecba6efa9bb8772ee34f11b0907cd4c71 (patch)
tree13cb290153de500e7462b7faa9d239dc90b87cce /connectivity/source/drivers/adabas/BDriver.cxx
parent466e4a2b22de40a439a65a6806fd12aeeda00168 (diff)
INTEGRATION: CWS cmcfixes2 (1.17.56); FILE MERGED
2005/02/11 15:28:42 cmc 1.17.56.1: #i42421# iterators are not pointers
Diffstat (limited to 'connectivity/source/drivers/adabas/BDriver.cxx')
-rw-r--r--connectivity/source/drivers/adabas/BDriver.cxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/connectivity/source/drivers/adabas/BDriver.cxx b/connectivity/source/drivers/adabas/BDriver.cxx
index bb33099051..bc03bb506e 100644
--- a/connectivity/source/drivers/adabas/BDriver.cxx
+++ b/connectivity/source/drivers/adabas/BDriver.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: BDriver.cxx,v $
*
- * $Revision: 1.17 $
+ * $Revision: 1.18 $
*
- * last change: $Author: hr $ $Date: 2004-08-02 16:55:39 $
+ * last change: $Author: vg $ $Date: 2005-02-24 14:38:29 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -58,7 +58,6 @@
*
*
************************************************************************/
-
#ifndef _CONNECTIVITY_ADABAS_BDRIVER_HXX_
#include "adabas/BDriver.hxx"
#endif
@@ -263,7 +262,7 @@ Sequence< DriverPropertyInfo > SAL_CALL ODriver::getPropertyInfo( const ::rtl::O
,::rtl::OUString()
,Sequence< ::rtl::OUString >())
);
- return Sequence< DriverPropertyInfo >(aDriverInfo.begin(),aDriverInfo.size());
+ return Sequence< DriverPropertyInfo >(&(aDriverInfo[0]),aDriverInfo.size());
}
::dbtools::throwGenericSQLException(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Invalid URL!")) ,*this);