User: hr Date: 06/06/19 19:04:10 Modified: /dba/connectivity/source/inc/java/sql/ ResultSet.hxx
Log: INTEGRATION: CWS warnings01 (1.8.30); FILE MERGED 2005/11/21 10:07:58 fs 1.8.30.1: #i57457# warning-free code on unx* File Changes: Directory: /dba/connectivity/source/inc/java/sql/ ================================================= File [changed]: ResultSet.hxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/inc/java/sql/ResultSet.hxx?r1=1.8&r2=1.9 Delta lines: +3 -0 ------------------- --- ResultSet.hxx 8 Sep 2005 07:22:51 -0000 1.8 +++ ResultSet.hxx 20 Jun 2006 02:04:08 -0000 1.9 @@ -234,6 +234,9 @@ virtual void SAL_CALL updateNumericObject( sal_Int32 columnIndex, const ::com::sun::star::uno::Any& x, sal_Int32 scale ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException); // XColumnLocate virtual sal_Int32 SAL_CALL findColumn( const ::rtl::OUString& columnName ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException); + + public: + using ::cppu::OPropertySetHelper::getFastPropertyValue; }; } #endif // _CONNECTIVITY_JAVA_SQL_RESULTSET_HXX_ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
