INTEGRATION: CWS cmcfixes2 (1.9.56); FILE MERGED

2005/02/11 15:28:43 cmc 1.9.56.1: #i42421# iterators are not pointers
This commit is contained in:
Vladimir Glazounov 2005-02-24 13:38:55 +00:00
parent bcb1778ed9
commit bfe6518da4

View file

@ -2,9 +2,9 @@
*
* $RCSfile: FDriver.cxx,v $
*
* $Revision: 1.9 $
* $Revision: 1.10 $
*
* last change: $Author: hr $ $Date: 2004-08-02 17:02:28 $
* last change: $Author: vg $ $Date: 2005-02-24 14:38:55 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -58,7 +58,6 @@
*
*
************************************************************************/
#ifndef _CONNECTIVITY_FILE_ODRIVER_HXX_
#include "file/FDriver.hxx"
#endif
@ -205,7 +204,7 @@ Sequence< DriverPropertyInfo > SAL_CALL OFileDriver::getPropertyInfo( const ::rt
,::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 >();