User: vg Date: 05/02/24 06:39:29 Modified: /dba/connectivity/source/drivers/hsqldb/ HDriver.cxx
Log: INTEGRATION: CWS cmcfixes2 (1.3.14); FILE MERGED 2005/02/11 15:28:45 cmc 1.3.14.1: #i42421# iterators are not pointers File Changes: Directory: /dba/connectivity/source/drivers/hsqldb/ =================================================== File [changed]: HDriver.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/hsqldb/HDriver.cxx?r1=1.5&r2=1.6 Delta lines: +1 -2 ------------------- --- HDriver.cxx 17 Feb 2005 10:15:06 -0000 1.5 +++ HDriver.cxx 24 Feb 2005 14:39:27 -0000 1.6 @@ -58,7 +58,6 @@ * * ************************************************************************/ - #ifndef CONNECTIVITY_HSQLDB_DRIVER_HXX #include "hsqldb/HDriver.hxx" #endif @@ -351,7 +350,7 @@ ,Sequence< ::rtl::OUString >()) ); } - 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]
