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

Modified:
 /dba/connectivity/source/drivers/dbase/
  DDriver.cxx

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

File Changes:

Directory: /dba/connectivity/source/drivers/dbase/
==================================================

File [changed]: DDriver.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/dbase/DDriver.cxx?r1=1.6&r2=1.7
Delta lines:  +1 -2
-------------------
--- DDriver.cxx 2 Aug 2004 16:59:35 -0000       1.6
+++ DDriver.cxx 24 Feb 2005 14:38:43 -0000      1.7
@@ -58,7 +58,6 @@
  *
  *
  ************************************************************************/
-
 #ifndef _CONNECTIVITY_DBASE_DDRIVER_HXX_
 #include "dbase/DDriver.hxx"
 #endif
@@ -153,7 +152,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);




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to