User: hr Date: 06/06/19 19:46:39 Modified: /dba/dbaccess/source/core/inc/ column.hxx
Log: INTEGRATION: CWS warnings01 (1.25.50); FILE MERGED 2006/03/24 15:35:54 fs 1.25.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro) File Changes: Directory: /dba/dbaccess/source/core/inc/ ========================================= File [changed]: column.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/inc/column.hxx?r1=1.25&r2=1.26 Delta lines: +6 -1 ------------------- --- column.hxx 8 Sep 2005 13:34:52 -0000 1.25 +++ column.hxx 20 Jun 2006 02:46:37 -0000 1.26 @@ -195,6 +195,9 @@ virtual void SAL_CALL setName( const ::rtl::OUString& _rName ) throw(::com::sun::star::uno::RuntimeException); virtual void fireValueChange(const ::connectivity::ORowSetValue& _rOldValue); + + protected: + using ::cppu::OPropertySetHelper::getFastPropertyValue; }; //************************************************************ @@ -253,7 +256,7 @@ virtual OColumn* createColumn(const ::rtl::OUString& _rName) const = 0; virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > createEmptyObject() = 0; virtual void columnDropped(const ::rtl::OUString& _sName) = 0; - virtual void columnCloned(const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _xClone){} + virtual void columnCloned(const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _xClone) = 0; }; //============================================================ @@ -359,6 +362,8 @@ // only the name is identical to ::cppu::OComponentHelper virtual void SAL_CALL disposing(void); + private: + using OColumns_BASE::setParent; }; } #endif // _DBA_COREAPI_COLUMN_HXX_ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
