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

coverity#1308533 Uncaught exception

Change-Id: I141ccd478f08baef6bdf1091d1831fd5c2eaf88a
üst 49fb9186
......@@ -649,7 +649,7 @@ OUString
*/
OUString
AccessibleDocumentViewBase::CreateAccessibleDescription()
throw (::com::sun::star::uno::RuntimeException)
throw (::com::sun::star::uno::RuntimeException, std::exception)
{
OUString sDescription;
......
......@@ -274,7 +274,7 @@ OUString
*/
OUString
AccessibleOutlineView::CreateAccessibleDescription()
throw (::com::sun::star::uno::RuntimeException)
throw (::com::sun::star::uno::RuntimeException, std::exception)
{
SolarMutexGuard aGuard;
......
......@@ -330,7 +330,7 @@ protected:
*/
virtual OUString
CreateAccessibleDescription ()
throw (::com::sun::star::uno::RuntimeException) SAL_OVERRIDE;
throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
/** This method is called when (after) the frame containing this
document has been activated. Can be used to send FOCUSED state
......
......@@ -127,7 +127,7 @@ protected:
/// view mode.
virtual OUString
CreateAccessibleDescription ()
throw (::com::sun::star::uno::RuntimeException) SAL_OVERRIDE;
throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
private:
......
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