From 77458487b0c2ca7903530a8d448b117cb7411ab2 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Mon, 2 Aug 2004 13:59:22 +0000 Subject: [PATCH] INTEGRATION: CWS insight01 (1.10.108); FILE MERGED 2004/02/12 16:15:20 oj 1.10.108.1: #111075# fix refcount problem --- dbaccess/source/core/api/CRowSetDataColumn.hxx | 6 ++---- 1 file 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(this); } - virtual void fireValueChange(const ::connectivity::ORowSetValue& _rOldValue); }; // -------------------------------------------------------------------------