Kaydet (Commit) 74c3aded authored tarafından Takeshi Abe's avatar Takeshi Abe

catch exception by const ref

... redoing 0292b426

Change-Id: Ie869d8cd011cdc64c87363a4c31e6afbd439808c
üst 1cda4728
...@@ -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) catch (::com::sun::star::uno::RuntimeException const&)
{ {
// 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