User: obo Date: 06/01/19 09:18:52 Modified: /dba/connectivity/source/inc/dbase/ DTable.hxx
Log: INTEGRATION: CWS gcc41 (1.36.52); FILE MERGED 2005/12/07 12:51:47 pmladek 1.36.52.1: #i58967# Removed extra qualification to fix build with gcc-4.1 File Changes: Directory: /dba/connectivity/source/inc/dbase/ ============================================== File [changed]: DTable.hxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/inc/dbase/DTable.hxx?r1=1.36&r2=1.37 Delta lines: +1 -1 ------------------- --- DTable.hxx 8 Sep 2005 07:06:00 -0000 1.36 +++ DTable.hxx 19 Jan 2006 17:18:50 -0000 1.37 @@ -133,7 +133,7 @@ void throwInvalidDbaseFormat(); void SAL_CALL renameImpl( const ::rtl::OUString& newName ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::container::ElementExistException, ::com::sun::star::uno::RuntimeException); - void ODbaseTable::throwInvalidColumnType(const ::rtl::OUString& _sError,const ::rtl::OUString& _sColumnName); + void throwInvalidColumnType(const ::rtl::OUString& _sError,const ::rtl::OUString& _sColumnName); protected: virtual void FileClose(); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
