User: vg Date: 05/02/24 06:40:26 Modified: /dba/connectivity/source/drivers/odbc/ ODriver.cxx
Log: INTEGRATION: CWS cmcfixes2 (1.10.56); FILE MERGED 2005/02/11 15:28:47 cmc 1.10.56.1: #i42421# iterators are not pointers File Changes: Directory: /dba/connectivity/source/drivers/odbc/ ================================================= File [changed]: ODriver.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/odbc/ODriver.cxx?r1=1.10&r2=1.11 Delta lines: +1 -2 ------------------- --- ODriver.cxx 2 Aug 2004 17:09:23 -0000 1.10 +++ ODriver.cxx 24 Feb 2005 14:40:24 -0000 1.11 @@ -58,7 +58,6 @@ * * ************************************************************************/ - #ifndef _CONNECTIVITY_ODBC_ODRIVER_HXX_ #include "odbc/ODriver.hxx" #endif @@ -231,7 +230,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); return Sequence< DriverPropertyInfo >(); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
