Kaydet (Commit) 48657c89 authored tarafından Thomas Arnhold's avatar Thomas Arnhold Kaydeden (comit) Fridrich Štrba

cppcheck: Exception should be caught by reference

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