User: vg      
Date: 05/02/24 06:39:55

Modified:
 /dba/connectivity/source/drivers/mozab/
  MDriver.cxx

Log:
 INTEGRATION: CWS cmcfixes2 (1.10.56); FILE MERGED
 2005/02/11 15:28:46 cmc 1.10.56.1: #i42421# iterators are not pointers

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.11&r2=1.12
Delta lines:  +1 -2
-------------------
--- MDriver.cxx 21 Feb 2005 12:22:03 -0000      1.11
+++ MDriver.cxx 24 Feb 2005 14:39:53 -0000      1.12
@@ -67,7 +67,6 @@
 #ifndef _DBHELPER_DBEXCEPTION_HXX_
 #include "connectivity/dbexception.hxx"
 #endif
-
 using namespace com::sun::star::uno;
 using namespace com::sun::star::lang;
 using namespace com::sun::star::beans;
@@ -223,7 +222,7 @@
                                        ,Sequence< ::rtl::OUString >())
                                        );
                }
-               return Sequence< DriverPropertyInfo 
>(aDriverInfo.begin(),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]

Reply via email to