summaryrefslogtreecommitdiff
path: root/accessibility
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-02-19 19:48:26 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-02-20 12:20:59 +0000
commit39d6e42ca461a115e218eca67e4ed4365b3cf511 (patch)
tree044464131ed6164f14187404de0ea7cd019d87e1 /accessibility
parentefbbf9b63cc80d1f1a749ccbc2312a1a76b3bac0 (diff)
WaE: ununsed variables
Diffstat (limited to 'accessibility')
-rw-r--r--accessibility/bridge/source/java/WindowsAccessBridgeAdapter.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/accessibility/bridge/source/java/WindowsAccessBridgeAdapter.cxx b/accessibility/bridge/source/java/WindowsAccessBridgeAdapter.cxx
index 835bcd38bce7..9ee03eb06bdb 100644
--- a/accessibility/bridge/source/java/WindowsAccessBridgeAdapter.cxx
+++ b/accessibility/bridge/source/java/WindowsAccessBridgeAdapter.cxx
@@ -168,7 +168,7 @@ Java_org_openoffice_accessibility_WindowsAccessBridgeAdapter_createMapping(JNIEn
}
}
- catch ( RuntimeException &e)
+ catch (const RuntimeException &)
{
OSL_TRACE("RuntimeException caught while initializing the mapping");
}
@@ -252,7 +252,7 @@ void handleWindowEvent(Window * pWindow, bool bShow)
}
}
}
- catch (::com::sun::star::uno::RuntimeException &e)
+ catch (const ::com::sun::star::uno::RuntimeException &)
{
// Ignore show events that throw DisposedExceptions in getAccessibleContext(),
// but keep revoking these windows in hide(s).