INTEGRATION: CWS cmcfixes2 (1.3.14); FILE MERGED

2005/02/11 15:28:45 cmc 1.3.14.1: #i42421# iterators are not pointers
This commit is contained in:
Vladimir Glazounov 2005-02-24 13:39:27 +00:00
parent 3f1cff22f8
commit 77c86e4a3a

View file

@ -2,9 +2,9 @@
*
* $RCSfile: HDriver.cxx,v $
*
* $Revision: 1.5 $
* $Revision: 1.6 $
*
* last change: $Author: vg $ $Date: 2005-02-17 10:15:06 $
* last change: $Author: vg $ $Date: 2005-02-24 14:39:27 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -58,7 +58,6 @@
*
*
************************************************************************/
#ifndef CONNECTIVITY_HSQLDB_DRIVER_HXX
#include "hsqldb/HDriver.hxx"
#endif
@ -351,7 +350,7 @@ namespace connectivity
,Sequence< ::rtl::OUString >())
);
}
return Sequence< DriverPropertyInfo >(aDriverInfo.begin(),aDriverInfo.size());
return Sequence< DriverPropertyInfo >(&(aDriverInfo[0]), aDriverInfo.size());
}
//--------------------------------------------------------------------