diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-06-27 20:18:47 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-06-28 13:22:55 +0100 |
commit | 91e897bae2ed76df67403a2c563a2d1379f2e174 (patch) | |
tree | c3fd14ea57fa5a4e6ed785b0af5ee079e385d768 /include/editeng | |
parent | 8db808c5003cd10a87b99cbdb193171ce8d0869c (diff) |
coverity#1308483 Uncaught exception
Change-Id: I7d778173ecff7c343b289eb371b53b825f6cc301
Diffstat (limited to 'include/editeng')
-rw-r--r-- | include/editeng/AccessibleContextBase.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/AccessibleContextBase.hxx b/include/editeng/AccessibleContextBase.hxx index 5d2cb9c50a11..857e2e2a6661 100644 --- a/include/editeng/AccessibleContextBase.hxx +++ b/include/editeng/AccessibleContextBase.hxx @@ -316,7 +316,7 @@ protected: */ virtual OUString CreateAccessibleDescription() - throw (::com::sun::star::uno::RuntimeException); + throw (::com::sun::star::uno::RuntimeException, std::exception); void FireEvent (const ::com::sun::star::accessibility::AccessibleEventObject& aEvent); |