summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2014-05-23 19:21:16 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2014-05-23 19:52:21 +0900
commit74c3aded1a7f61b12a334271ae9c9dafea5e05c4 (patch)
treeb8f6cdcfbb7ec736b5242468eeec24524808276b
parent1cda4728bf668351f25595570592fe112e763cff (diff)
catch exception by const ref
... redoing 0292b4269ec370818bb1ed48222fade636374a4a Change-Id: Ie869d8cd011cdc64c87363a4c31e6afbd439808c
-rw-r--r--winaccessibility/source/service/msaaservice_impl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/winaccessibility/source/service/msaaservice_impl.cxx b/winaccessibility/source/service/msaaservice_impl.cxx
index 408771d0895b..88b78e05c2a3 100644
--- a/winaccessibility/source/service/msaaservice_impl.cxx
+++ b/winaccessibility/source/service/msaaservice_impl.cxx
@@ -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(),
// but keep revoking these windows in hide(s).