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

coverity#1308577 Uncaught exception

Change-Id: I6de407255be2bd1cc12edb5bbcaba5dd2501f60d
üst 25283488
......@@ -607,7 +607,7 @@ OUString AccessibleDrawDocumentView::CreateAccessibleName()
*/
OUString
AccessibleDrawDocumentView::CreateAccessibleDescription()
throw (::com::sun::star::uno::RuntimeException)
throw (::com::sun::star::uno::RuntimeException, std::exception)
{
OUString sDescription;
......
......@@ -168,7 +168,7 @@ protected:
*/
virtual OUString
CreateAccessibleDescription ()
throw (::com::sun::star::uno::RuntimeException) SAL_OVERRIDE;
throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
/** Make sure that the currently focused shape sends a FOCUSED state
change event indicating that it has (regained) the focus.
......
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