diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-06-06 12:57:57 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-06-06 12:57:57 +0000 |
commit | 9cc7579ab9d0b8c9da03172ab7e59b20a4926ee1 (patch) | |
tree | 266f856a87d9b9eaae919a39ea2bdc7db384d8a7 /dbaccess | |
parent | c17f05e4e8c3663b072fd305a996d9a48353ea55 (diff) |
INTEGRATION: CWS dba30c (1.21.8); FILE MERGED
2008/04/17 04:34:52 fs 1.21.8.1: setParameter should take a Reference&, not a Reference/copy
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/core/api/CacheSet.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dbaccess/source/core/api/CacheSet.hxx b/dbaccess/source/core/api/CacheSet.hxx index 23f832796640..be096aa31289 100644 --- a/dbaccess/source/core/api/CacheSet.hxx +++ b/dbaccess/source/core/api/CacheSet.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: CacheSet.hxx,v $ - * $Revision: 1.21 $ + * $Revision: 1.22 $ * * This file is part of OpenOffice.org. * @@ -89,7 +89,7 @@ namespace dbaccess 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 |