INTEGRATION: CWS insight01 (1.10.108); FILE MERGED

2004/02/12 16:15:20 oj 1.10.108.1: #111075# fix refcount problem
This commit is contained in:
Jens-Heiner Rechtien 2004-08-02 13:59:22 +00:00
parent 4e1aaf823a
commit 77458487b0

View file

@ -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);
};
// -------------------------------------------------------------------------