User: vg Date: 05/03/10 07:31:19 Modified: /dba/connectivity/source/drivers/mysql/ YDriver.cxx
Log: INTEGRATION: CWS dba24 (1.10.44); FILE MERGED 2005/03/08 07:54:05 fs 1.10.44.2: RESYNC: (1.10-1.11); FILE MERGED 2005/02/04 08:43:35 oj 1.10.44.1: STLPort fix from thb 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.11&r2=1.12 Delta lines: +1 -1 ------------------- --- YDriver.cxx 24 Feb 2005 14:40:05 -0000 1.11 +++ YDriver.cxx 10 Mar 2005 15:31:16 -0000 1.12 @@ -350,7 +350,7 @@ ); } } - return Sequence< DriverPropertyInfo >(&(aDriverInfo[0]),aDriverInfo.size()); + return Sequence< DriverPropertyInfo >(&aDriverInfo[0],aDriverInfo.size()); } //-------------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
