From 0292b4269ec370818bb1ed48222fade636374a4a Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Thu, 22 May 2014 11:53:23 +0200 Subject: cppcheck: Exception should be caught by reference Change-Id: I14b26941a8f3115a5b3893593151c24684b24d60 --- winaccessibility/source/service/msaaservice_impl.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winaccessibility') diff --git a/winaccessibility/source/service/msaaservice_impl.cxx b/winaccessibility/source/service/msaaservice_impl.cxx index 0e10e8799ed2..408771d0895b 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 e) + catch (::com::sun::star::uno::RuntimeException) { // Ignore show events that throw DisposedExceptions in getAccessibleContext(), // but keep revoking these windows in hide(s). -- cgit