summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2002-08-08 06:08:29 +0000
committerOcke Janssen <oj@openoffice.org>2002-08-08 06:08:29 +0000
commit3e6e73f9a0e302cc2c9b7e929a37e80727712096 (patch)
tree6bbfe3f810efe03924d68dc2c0f9e47eba411d37
parent168206b54c27d74f2ec9d650c3d648effc2b4b9c (diff)
#98084# move dtor to protected
-rw-r--r--dbaccess/source/core/api/CRowSetDataColumn.hxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/dbaccess/source/core/api/CRowSetDataColumn.hxx b/dbaccess/source/core/api/CRowSetDataColumn.hxx
index d177d060a1a2..407f2fcaa69b 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.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: oj $ $Date: 2001-10-12 11:58:44 $
+ * last change: $Author: oj $ $Date: 2002-08-08 07:08:29 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -92,6 +92,8 @@ namespace dbaccess
::com::sun::star::uno::Any m_aOldValue;
::rtl::OUString m_aDescription; // description
+
+ virtual ~ORowSetDataColumn();
public:
ORowSetDataColumn(const ::com::sun::star::uno::Reference < ::com::sun::star::sdbc::XResultSetMetaData >& _xMetaData,
const ::com::sun::star::uno::Reference < ::com::sun::star::sdbc::XRow >& _xRow,
@@ -101,7 +103,7 @@ namespace dbaccess
const ORowSetCacheIterator& _rColumnValue,
ORowSetMatrix::iterator& _rEnd);
- ~ORowSetDataColumn();
+
// com::sun::star::lang::XTypeProvider
virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId() throw (::com::sun::star::uno::RuntimeException);
// comphelper::OPropertyArrayUsageHelper