Tag: cws_src680_dba24 User: fs Date: 05/03/07 23:45:08 Modified: /dba/connectivity/source/drivers/file/ FDriver.cxx
Log: RESYNC: (1.9-1.10); FILE MERGED File Changes: Directory: /dba/connectivity/source/drivers/file/ ================================================= File [changed]: FDriver.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/file/FDriver.cxx?r1=1.9.52.1&r2=1.9.52.2 Delta lines: +4 -5 ------------------- --- FDriver.cxx 4 Feb 2005 08:43:38 -0000 1.9.52.1 +++ FDriver.cxx 8 Mar 2005 07:45:05 -0000 1.9.52.2 @@ -58,7 +58,6 @@ * * ************************************************************************/ - #ifndef _CONNECTIVITY_FILE_ODRIVER_HXX_ #include "file/FDriver.hxx" #endif @@ -205,7 +204,7 @@ ,::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("0")) ,aBoolean) ); - 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]
