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

coverity#1308602 Uncaught exception

Change-Id: I5bee9695bbd294ff56ae7511f742b31e58bcc5bc
üst 7192cb0f
......@@ -1603,7 +1603,7 @@ uno::Sequence<sal_Int8> SAL_CALL
//===== internal ========================================================
OUString SAL_CALL ScAccessibleDocumentPagePreview::createAccessibleDescription()
throw (uno::RuntimeException)
throw (uno::RuntimeException, std::exception)
{
OUString sDescription = OUString(ScResId(STR_ACC_PREVIEWDOC_DESCR));
return sDescription;
......
......@@ -110,7 +110,7 @@ protected:
/// Return this object's description.
virtual OUString SAL_CALL
createAccessibleDescription()
throw (::com::sun::star::uno::RuntimeException) SAL_OVERRIDE;
throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
/// Return the object's current name.
virtual OUString SAL_CALL
......
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