diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-06-28 20:52:35 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-06-28 20:52:35 +0100 |
commit | 6f823d85f73ab149a65a0af81cf3691a0702039e (patch) | |
tree | b931ab2eb7ea833cd88fa1701226223e57bb7138 /include | |
parent | d7876aeb21244c8a55111c89f38e48acab01a2b7 (diff) |
coverity#1308548 Uncaught exception
Change-Id: I62d538799a814346df4de00dc232a04376e77ad7
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/ShapeTypeHandler.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/ShapeTypeHandler.hxx b/include/svx/ShapeTypeHandler.hxx index ec387257e742..29c8209494da 100644 --- a/include/svx/ShapeTypeHandler.hxx +++ b/include/svx/ShapeTypeHandler.hxx @@ -155,7 +155,7 @@ public: /// get the accessible base name for an object static OUString CreateAccessibleBaseName ( const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape >& rxShape) - throw (::com::sun::star::uno::RuntimeException); + throw (::com::sun::star::uno::RuntimeException, std::exception); protected: // Declare default constructor, copy constructor, destructor, and |