Tag: cws_src680_qiq User: fs Date: 2006/06/27 05:03:44 Modified: dba/dbaccess/source/core/inc/column.hxx
Log: RESYNC: (1.25-1.26); FILE MERGED 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.124.1&r2=1.25.124.2 Delta lines: +8 -3 ------------------- --- column.hxx 16 Jun 2006 11:47:40 -0000 1.25.124.1 +++ column.hxx 27 Jun 2006 12:03:41 -0000 1.25.124.2 @@ -194,6 +194,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; }; //************************************************************ @@ -371,6 +374,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]
