User: vg      
Date: 05/02/24 06:38:58

Modified:
 /dba/connectivity/source/drivers/file/
  FDriver.cxx

Log:
 INTEGRATION: CWS cmcfixes2 (1.9.56); FILE MERGED
 2005/02/11 15:28:43 cmc 1.9.56.1: #i42421# iterators are not pointers

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&r2=1.10
Delta lines:  +1 -2
-------------------
--- FDriver.cxx 2 Aug 2004 17:02:28 -0000       1.9
+++ FDriver.cxx 24 Feb 2005 14:38:55 -0000      1.10
@@ -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.begin(),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]

Reply via email to