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

coverity#1308536 Uncaught exception

Change-Id: I48cdbeb02ced68ee7033dc572f89f4ba9165c209
üst d1eb2694
......@@ -104,7 +104,7 @@ OUString AccessiblePresentationShape::CreateAccessibleBaseName()
OUString
AccessiblePresentationShape::CreateAccessibleDescription()
throw (::com::sun::star::uno::RuntimeException)
throw (::com::sun::star::uno::RuntimeException, std::exception)
{
// return createAccessibleName ();
DescriptionGenerator aDG (mxShape);
......
......@@ -54,7 +54,7 @@ public:
/// Create a description string that contains the accessible description.
virtual OUString
CreateAccessibleDescription ()
throw (::com::sun::star::uno::RuntimeException) SAL_OVERRIDE;
throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
OUString GetStyle() 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