Tag: cws_dev300_dba30c User: fs Date: 2008-04-17 04:34:59+0000 Modified: dba/dbaccess/source/core/api/CacheSet.cxx dba/dbaccess/source/core/api/CacheSet.hxx
Log: setParameter should take a Reference&, not a Reference/copy File Changes: Directory: /dba/dbaccess/source/core/api/ ========================================= File [changed]: CacheSet.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/api/CacheSet.cxx?r1=1.45&r2=1.45.8.1 Delta lines: +3 -3 ------------------- --- CacheSet.cxx 2008-04-10 12:23:08+0000 1.45 +++ CacheSet.cxx 2008-04-17 04:34:51+0000 1.45.8.1 @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: CacheSet.cxx,v $ - * $Revision: 1.45 $ + * $Revision: 1.45.8.1 $ * * This file is part of OpenOffice.org. * @@ -483,7 +483,7 @@ } // ------------------------------------------------------------------------- void OCacheSet::setParameter(sal_Int32 nPos - ,Reference< XParameters > _xParameter + ,const Reference< XParameters >& _xParameter ,const ORowSetValue& _rValue ,sal_Int32 _nType ,sal_Int32 _nScale) File [changed]: CacheSet.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/api/CacheSet.hxx?r1=1.21&r2=1.21.8.1 Delta lines: +3 -3 ------------------- --- CacheSet.hxx 2008-04-10 12:23:23+0000 1.21 +++ CacheSet.hxx 2008-04-17 04:34:52+0000 1.21.8.1 @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: CacheSet.hxx,v $ - * $Revision: 1.21 $ + * $Revision: 1.21.8.1 $ * * This file is part of OpenOffice.org. * @@ -89,7 +89,7 @@ virtual ~OCacheSet(); void setParameter(sal_Int32 nPos - ,::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XParameters > _xParameter + ,const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XParameters >& _xParameter ,const connectivity::ORowSetValue& _rValue ,sal_Int32 _nType ,sal_Int32 _nScale --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
