User: vg Date: 05/02/24 06:39:41 Modified: /dba/connectivity/source/drivers/jdbc/ JDriver.cxx
Log: INTEGRATION: CWS cmcfixes2 (1.30.56); FILE MERGED 2005/02/11 15:28:45 cmc 1.30.56.1: #i42421# iterators are not pointers File Changes: Directory: /dba/connectivity/source/drivers/jdbc/ ================================================= File [changed]: JDriver.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/jdbc/JDriver.cxx?r1=1.31&r2=1.32 Delta lines: +1 -2 ------------------- --- JDriver.cxx 17 Feb 2005 10:15:29 -0000 1.31 +++ JDriver.cxx 24 Feb 2005 14:39:39 -0000 1.32 @@ -58,7 +58,6 @@ * * ************************************************************************/ - #ifndef _CONNECTIVITY_JAVA_SQL_DRIVER_HXX_ #include "java/sql/Driver.hxx" #endif @@ -219,7 +218,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]
