User: vg Date: 05/03/10 07:30:35 Modified: /dba/connectivity/source/drivers/mozab/ MDriver.cxx
Log: INTEGRATION: CWS dba24 (1.10.52); FILE MERGED 2005/03/08 07:46:17 fs 1.10.52.2: RESYNC: (1.10-1.12); FILE MERGED 2005/02/04 08:43:36 oj 1.10.52.1: STLPort fix from thb File Changes: Directory: /dba/connectivity/source/drivers/mozab/ ================================================== File [changed]: MDriver.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/mozab/MDriver.cxx?r1=1.12&r2=1.13 Delta lines: +1 -1 ------------------- --- MDriver.cxx 24 Feb 2005 14:39:53 -0000 1.12 +++ MDriver.cxx 10 Mar 2005 15:30:32 -0000 1.13 @@ -222,7 +222,7 @@ ,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); // if you have somthing special to say return it here :-) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
