Kaydet (Commit) 2a5da1f2 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1308593 Uncaught exception

Change-Id: I3cf82f3f0e859b24d75f8ca8e0daf82b02becb0a
üst 92ca6ebe
...@@ -2366,7 +2366,7 @@ namespace ...@@ -2366,7 +2366,7 @@ namespace
} }
} }
void SAL_CALL ODbaseTable::renameImpl( const OUString& newName ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::container::ElementExistException, ::com::sun::star::uno::RuntimeException) void SAL_CALL ODbaseTable::renameImpl( const OUString& newName ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::container::ElementExistException, ::com::sun::star::uno::RuntimeException, std::exception)
{ {
::osl::MutexGuard aGuard(m_aMutex); ::osl::MutexGuard aGuard(m_aMutex);
......
...@@ -115,7 +115,7 @@ namespace connectivity ...@@ -115,7 +115,7 @@ namespace connectivity
bool AllocBuffer(); bool AllocBuffer();
void throwInvalidDbaseFormat(); void throwInvalidDbaseFormat();
void SAL_CALL renameImpl( const OUString& newName ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::container::ElementExistException, ::com::sun::star::uno::RuntimeException); void SAL_CALL renameImpl( const OUString& newName ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::container::ElementExistException, ::com::sun::star::uno::RuntimeException, std::exception);
void throwInvalidColumnType(const sal_uInt16 _nErrorId,const OUString& _sColumnName); void throwInvalidColumnType(const sal_uInt16 _nErrorId,const OUString& _sColumnName);
protected: protected:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment