User: hr Date: 06/06/19 19:03:32 Modified: /dba/connectivity/source/inc/java/lang/ Object.hxx
Log: INTEGRATION: CWS warnings01 (1.10.30); FILE MERGED 2005/11/21 10:07:57 fs 1.10.30.1: #i57457# warning-free code on unx* File Changes: Directory: /dba/connectivity/source/inc/java/lang/ ================================================== File [changed]: Object.hxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/inc/java/lang/Object.hxx?r1=1.10&r2=1.11 Delta lines: +1 -1 ------------------- --- Object.hxx 8 Sep 2005 07:18:53 -0000 1.10 +++ Object.hxx 20 Jun 2006 02:03:30 -0000 1.11 @@ -130,7 +130,7 @@ java_lang_Class * getClass(); - ::rtl::OUString toString(); + virtual ::rtl::OUString toString() const; ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > getORB() { return m_xFactory; } static void ThrowSQLException(JNIEnv * pEnv,const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface> & _rContext) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
