User: vg Date: 05/02/24 06:39:16 Modified: /dba/connectivity/source/drivers/flat/ EDriver.cxx
Log: INTEGRATION: CWS cmcfixes2 (1.5.56); FILE MERGED 2005/02/11 15:28:44 cmc 1.5.56.1: #i42421# iterators are not pointers File Changes: Directory: /dba/connectivity/source/drivers/flat/ ================================================= File [changed]: EDriver.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/flat/EDriver.cxx?r1=1.5&r2=1.6 Delta lines: +1 -2 ------------------- --- EDriver.cxx 2 Aug 2004 17:04:22 -0000 1.5 +++ EDriver.cxx 24 Feb 2005 14:39:12 -0000 1.6 @@ -58,7 +58,6 @@ * * ************************************************************************/ - #ifndef _CONNECTIVITY_FLAT_EDRIVER_HXX_ #include "flat/EDriver.hxx" #endif @@ -179,7 +178,7 @@ ,::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("0")) ,aBoolean) ); - return ::comphelper::concatSequences(OFileDriver::getPropertyInfo(url,info ),Sequence< DriverPropertyInfo >(aDriverInfo.begin(),aDriverInfo.size())); + return ::comphelper::concatSequences(OFileDriver::getPropertyInfo(url,info ),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]
