Kaydet (Commit) 0292b426 authored tarafından Thomas Arnhold's avatar Thomas Arnhold

cppcheck: Exception should be caught by reference

Change-Id: I14b26941a8f3115a5b3893593151c24684b24d60
üst ea6eae7a
......@@ -187,7 +187,7 @@ static void AccessBridgeHandleExistingWindow(const Reference< XMSAAService > &xA
}
}
}
catch (::com::sun::star::uno::RuntimeException e)
catch (::com::sun::star::uno::RuntimeException)
{
// Ignore show events that throw DisposedExceptions in getAccessibleContext(),
// but keep revoking these windows in hide(s).
......
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