User: vg Date: 05/03/10 07:29:29 Modified: /dba/connectivity/source/drivers/hsqldb/ HDriver.cxx
Log: INTEGRATION: CWS dba24 (1.3.10); FILE MERGED 2005/03/08 07:45:37 fs 1.3.10.3: RESYNC: (1.5-1.6); FILE MERGED 2005/02/21 11:08:02 oj 1.3.10.2: RESYNC: (1.3-1.5); FILE MERGED 2005/02/04 08:43:37 oj 1.3.10.1: STLPort fix from thb 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.6&r2=1.7 Delta lines: +1 -1 ------------------- --- HDriver.cxx 24 Feb 2005 14:39:27 -0000 1.6 +++ HDriver.cxx 10 Mar 2005 15:29:26 -0000 1.7 @@ -350,7 +350,7 @@ ,Sequence< ::rtl::OUString >()) ); } - 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]
