summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/api/RowSetCache.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 01:36:41 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 01:36:41 +0000
commit3b9b59b3a945dbebfa047345e18b748e9a44483f (patch)
tree88cd9c5c78ae64f31d909c9e7a97472ff06b7143 /dbaccess/source/core/api/RowSetCache.hxx
parentf9eed1e3a34af235da1c996bbfdc99a27bc8be4e (diff)
INTEGRATION: CWS warnings01 (1.25.50); FILE MERGED
2006/04/07 20:45:39 sb 1.25.50.2: RESYNC: (1.25-1.28); FILE MERGED 2006/03/24 15:35:46 fs 1.25.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)
Diffstat (limited to 'dbaccess/source/core/api/RowSetCache.hxx')
-rw-r--r--dbaccess/source/core/api/RowSetCache.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/dbaccess/source/core/api/RowSetCache.hxx b/dbaccess/source/core/api/RowSetCache.hxx
index 74e3571d0b8f..7841a778efc7 100644
--- a/dbaccess/source/core/api/RowSetCache.hxx
+++ b/dbaccess/source/core/api/RowSetCache.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: RowSetCache.hxx,v $
*
- * $Revision: 1.28 $
+ * $Revision: 1.29 $
*
- * last change: $Author: rt $ $Date: 2006-02-06 16:54:44 $
+ * last change: $Author: hr $ $Date: 2006-06-20 02:36:41 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -186,7 +186,6 @@ namespace dbaccess
ORowSetCache(const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XResultSet >&,
const ::com::sun::star::uno::Reference< ::com::sun::star::sdb::XSingleSelectQueryAnalyzer >& _xAnalyzer,
const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& _xServiceFactory,
- const ORowSetValueVector& _rParameterRow,
const ::rtl::OUString& _rUpdateTableName,
sal_Bool& _bModified,
sal_Bool& _bNew);