User: vg Date: 05/02/24 06:40:07 Modified: /dba/connectivity/source/drivers/mysql/ YDriver.cxx
Log: INTEGRATION: CWS cmcfixes2 (1.10.48); FILE MERGED 2005/02/11 15:28:46 cmc 1.10.48.1: #i42421# iterators are not pointers File Changes: Directory: /dba/connectivity/source/drivers/mysql/ ================================================== File [changed]: YDriver.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/mysql/YDriver.cxx?r1=1.10&r2=1.11 Delta lines: +1 -2 ------------------- --- YDriver.cxx 8 Sep 2004 16:21:50 -0000 1.10 +++ YDriver.cxx 24 Feb 2005 14:40:05 -0000 1.11 @@ -58,7 +58,6 @@ * * ************************************************************************/ - #ifndef CONNECTIVITY_MYSQL_DRIVER_HXX #include "mysql/YDriver.hxx" #endif @@ -351,7 +350,7 @@ ); } } - return Sequence< DriverPropertyInfo >(aDriverInfo.begin(),aDriverInfo.size()); + return Sequence< DriverPropertyInfo >(&(aDriverInfo[0]),aDriverInfo.size()); } //-------------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
