User: rt      
Date: 05/09/05 01:58:42

Modified:
 /dba/dbaccess/source/core/dataaccess/
  datasource.cxx

Log:
 INTEGRATION: CWS hr18 (1.60.34); FILE MERGED
 2005/08/10 16:46:41 hr 1.60.34.1: #i51878#,#i53108#: cleanup STL iterator usage

File Changes:

Directory: /dba/dbaccess/source/core/dataaccess/
================================================

File [changed]: datasource.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/dataaccess/datasource.cxx?r1=1.60&r2=1.61
Delta lines:  +1 -1
-------------------
--- datasource.cxx      8 Jul 2005 10:36:39 -0000       1.60
+++ datasource.cxx      5 Sep 2005 08:58:39 -0000       1.61
@@ -506,7 +506,7 @@
                                        }
                                }
                                
-                               return Sequence< PropertyValue 
>(aRet.begin(),aRet.size()); 
+                               return Sequence< PropertyValue 
>(&(*aRet.begin()),aRet.size()); 
                        }
                        return Sequence< PropertyValue >();
                }




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

Reply via email to