User: vg Date: 05/03/10 07:32:27 Modified: /dba/connectivity/source/drivers/odbc/ ODriver.cxx
Log: INTEGRATION: CWS dba24 (1.10.52); FILE MERGED 2005/03/08 07:54:14 fs 1.10.52.2: RESYNC: (1.10-1.11); FILE MERGED 2005/02/04 08:43:35 oj 1.10.52.1: STLPort fix from thb 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.11&r2=1.12 Delta lines: +1 -1 ------------------- --- ODriver.cxx 24 Feb 2005 14:40:24 -0000 1.11 +++ ODriver.cxx 10 Mar 2005 15:32:24 -0000 1.12 @@ -230,7 +230,7 @@ ,::rtl::OUString() ,Sequence< ::rtl::OUString >()) ); - return Sequence< DriverPropertyInfo >(&(aDriverInfo[0]),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]
