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

coverity#1309266 Uncaught exception

Change-Id: Ic13df34772a448f654924ca6076cb5bc92ea3883
üst 0c2073ab
......@@ -122,7 +122,7 @@ protected:
*/
virtual OUString
CreateAccessibleName( )
throw(::com::sun::star::uno::RuntimeException) SAL_OVERRIDE;
throw(::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
/// Create a description string that contains the accessible description.
virtual OUString
......
......@@ -605,7 +605,7 @@ Reference< XAccessibleRelationSet > SAL_CALL AccessibleControlShape::getAccessib
return xSet;
}
OUString AccessibleControlShape::CreateAccessibleName() throw (RuntimeException)
OUString AccessibleControlShape::CreateAccessibleName() throw (RuntimeException, std::exception)
{
ensureControlModelAccess();
......
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