summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/api/CRowSetDataColumn.hxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2001-04-20 10:44:05 +0000
committerOcke Janssen <oj@openoffice.org>2001-04-20 10:44:05 +0000
commit56cd43bc41748f38611d846d36b16fb752989c22 (patch)
tree83f4864af6929fd95c9c490c676ee31c2a77b8ee /dbaccess/source/core/api/CRowSetDataColumn.hxx
parent4a0fcf6fcb2299b4050e6a8fcdb05e8b2b5116fc (diff)
#86024# reassign columns
Diffstat (limited to 'dbaccess/source/core/api/CRowSetDataColumn.hxx')
-rw-r--r--dbaccess/source/core/api/CRowSetDataColumn.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/dbaccess/source/core/api/CRowSetDataColumn.hxx b/dbaccess/source/core/api/CRowSetDataColumn.hxx
index 123877f59113..028727cea273 100644
--- a/dbaccess/source/core/api/CRowSetDataColumn.hxx
+++ b/dbaccess/source/core/api/CRowSetDataColumn.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: CRowSetDataColumn.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: oj $ $Date: 2001-01-22 07:38:23 $
+ * last change: $Author: oj $ $Date: 2001-04-20 11:44:05 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -150,6 +150,7 @@ namespace dbaccess
{}
// only the name is identical to ::cppu::OComponentHelper
virtual void SAL_CALL disposing(void);
+ void assign(const ORowSetDataColumns_COLLECTION& _rColumns,const ::std::vector< ::rtl::OUString> &_rVector);
};
}