summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/api/CRowSetDataColumn.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-08-02 13:59:22 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-08-02 13:59:22 +0000
commit77458487b0c2ca7903530a8d448b117cb7411ab2 (patch)
tree5fe040a36daf12c288cba4359daac8aa579e8b9b /dbaccess/source/core/api/CRowSetDataColumn.hxx
parent4e1aaf823af10c119eaac2ad524f8fbe59ee9aed (diff)
INTEGRATION: CWS insight01 (1.10.108); FILE MERGED
2004/02/12 16:15:20 oj 1.10.108.1: #111075# fix refcount problem
Diffstat (limited to 'dbaccess/source/core/api/CRowSetDataColumn.hxx')
-rw-r--r--dbaccess/source/core/api/CRowSetDataColumn.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/dbaccess/source/core/api/CRowSetDataColumn.hxx b/dbaccess/source/core/api/CRowSetDataColumn.hxx
index 407f2fcaa69b..b5fdbf060f0c 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.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: oj $ $Date: 2002-08-08 07:08:29 $
+ * last change: $Author: hr $ $Date: 2004-08-02 14:59:22 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -119,8 +119,6 @@ namespace dbaccess
virtual void SAL_CALL getFastPropertyValue( ::com::sun::star::uno::Any& rValue, sal_Int32 nHandle ) const;
virtual void SAL_CALL setFastPropertyValue_NoBroadcast(sal_Int32 nHandle,const ::com::sun::star::uno::Any& rValue )throw (::com::sun::star::uno::Exception);
- virtual OColumnSettings* getSettings() { return static_cast<ORowSetDataColumn*>(this); }
-
virtual void fireValueChange(const ::connectivity::ORowSetValue& _rOldValue);
};
// -------------------------------------------------------------------------