summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/api/CRowSetDataColumn.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-01-25 12:42:37 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-01-25 12:42:37 +0000
commit053db0f26ecf7162988d0fad4ad0e0a564e71604 (patch)
tree15a4f6f3a486a9ff29b7d2b4f0ab83535ecb0f52 /dbaccess/source/core/api/CRowSetDataColumn.hxx
parentbdf6697dfbac97d706a2fe0c051fa76e6ee4a777 (diff)
INTEGRATION: CWS stlusagefix01 (1.14.16); FILE MERGED
2006/01/16 13:47:15 oj 1.14.16.1: #i60480# fix stl usage
Diffstat (limited to 'dbaccess/source/core/api/CRowSetDataColumn.hxx')
-rw-r--r--dbaccess/source/core/api/CRowSetDataColumn.hxx9
1 files changed, 4 insertions, 5 deletions
diff --git a/dbaccess/source/core/api/CRowSetDataColumn.hxx b/dbaccess/source/core/api/CRowSetDataColumn.hxx
index b5b569402e89..cc0b96c0ced6 100644
--- a/dbaccess/source/core/api/CRowSetDataColumn.hxx
+++ b/dbaccess/source/core/api/CRowSetDataColumn.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: CRowSetDataColumn.hxx,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: obo $ $Date: 2005-12-19 17:13:47 $
+ * last change: $Author: hr $ $Date: 2006-01-25 13:42:37 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -62,10 +62,10 @@ namespace dbaccess
{
protected:
ORowSetCacheIterator m_aColumnValue;
- ORowSetMatrix::iterator& m_rEnd; // end of the matrix to when we reach the end
::com::sun::star::uno::Any m_aOldValue;
::rtl::OUString m_aDescription; // description
+ ORowSetBase* m_pRowSet;
virtual ~ORowSetDataColumn();
public:
@@ -75,8 +75,7 @@ namespace dbaccess
sal_Int32 _nPos,
const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XDatabaseMetaData >& _rxDBMeta,
const ::rtl::OUString& _rDescription,
- const ORowSetCacheIterator& _rColumnValue,
- ORowSetMatrix::iterator& _rEnd);
+ const ORowSetCacheIterator& _rColumnValue);
// com::sun::star::lang::XTypeProvider