User: vg Date: 05/02/24 06:38:31 Modified: /dba/connectivity/source/drivers/adabas/ BDriver.cxx
Log: INTEGRATION: CWS cmcfixes2 (1.17.56); FILE MERGED 2005/02/11 15:28:42 cmc 1.17.56.1: #i42421# iterators are not pointers File Changes: Directory: /dba/connectivity/source/drivers/adabas/ =================================================== File [changed]: BDriver.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/adabas/BDriver.cxx?r1=1.17&r2=1.18 Delta lines: +1 -2 ------------------- --- BDriver.cxx 2 Aug 2004 16:55:39 -0000 1.17 +++ BDriver.cxx 24 Feb 2005 14:38:29 -0000 1.18 @@ -58,7 +58,6 @@ * * ************************************************************************/ - #ifndef _CONNECTIVITY_ADABAS_BDRIVER_HXX_ #include "adabas/BDriver.hxx" #endif @@ -263,7 +262,7 @@ ,::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); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
