summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-05-23 09:57:21 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-05-23 14:16:01 +0100
commit461af812918b35a7f0c37c486813ca553bb9d840 (patch)
tree1636ecd77660d6c8a5ef819a77d3e54a3057fd52 /include
parentc5d6aab13783aaa671b099f0813a1dd26ee9cdde (diff)
coverity#1210079 Uncaught exception
Change-Id: I135e6f7e744afbf6acdb1cfd636e301219ef1420
Diffstat (limited to 'include')
-rw-r--r--include/comphelper/accessibleselectionhelper.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/comphelper/accessibleselectionhelper.hxx b/include/comphelper/accessibleselectionhelper.hxx
index 161797f603d2..dbc4c20270ea 100644
--- a/include/comphelper/accessibleselectionhelper.hxx
+++ b/include/comphelper/accessibleselectionhelper.hxx
@@ -63,7 +63,7 @@ namespace comphelper
// select the specified child => watch for special ChildIndexes (ACCESSIBLE_SELECTION_CHILD_xxx)
virtual void
implSelect( sal_Int32 nAccessibleChildIndex, sal_Bool bSelect )
- throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::uno::RuntimeException) = 0;
+ throw (css::lang::IndexOutOfBoundsException, css::uno::RuntimeException, std::exception) = 0;
protected: