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

coverity#1210000 Uncaught exception

and

coverity#1210001 Uncaught exception

Change-Id: Ia6ef659ba6e62d56813a87c3fcf0fa4a5d26d9f9
üst 763a0d8a
......@@ -149,7 +149,7 @@ namespace connectivity
* versions.
*/
void rebuildIndexes()
throw (css::sdbc::SQLException, css::uno::RuntimeException);
throw (css::sdbc::SQLException, css::uno::RuntimeException, std::exception);
void buildTypeInfo()
throw (css::sdbc::SQLException);
......@@ -176,8 +176,9 @@ namespace connectivity
virtual void construct( const ::rtl::OUString& url,
const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& info)
throw(::com::sun::star::sdbc::SQLException,
::com::sun::star::uno::RuntimeException);
throw(css::sdbc::SQLException,
css::uno::RuntimeException,
std::exception);
::rtl::OUString getConnectionURL() const {return m_sConnectionURL;}
bool isEmbedded() const {return m_bIsEmbedded;}
......
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