User: vg Date: 05/03/10 07:29:45 Modified: /dba/connectivity/source/drivers/jdbc/ JDriver.cxx
Log: INTEGRATION: CWS dba24 (1.30.52); FILE MERGED 2005/03/08 07:45:45 fs 1.30.52.3: RESYNC: (1.31-1.32); FILE MERGED 2005/02/21 11:11:58 oj 1.30.52.2: RESYNC: (1.30-1.31); FILE MERGED 2005/02/04 08:43:36 oj 1.30.52.1: STLPort fix from thb 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.32&r2=1.33 Delta lines: +1 -1 ------------------- --- JDriver.cxx 24 Feb 2005 14:39:39 -0000 1.32 +++ JDriver.cxx 10 Mar 2005 15:29:42 -0000 1.33 @@ -218,7 +218,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]
