diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-06-27 17:33:00 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-06-27 18:25:06 +0100 |
commit | a49e332dd4750c7f6aa3db95feb851e49349e14c (patch) | |
tree | 865c40eb0ecdfdc2ce73d16ae29f1340c931f240 /sw/inc/unocrsrhelper.hxx | |
parent | ac33fb8e740a35b62b6e23775712e23f3f7c65ea (diff) |
coverity#1308467 Uncaught exception
Change-Id: I1daa61d04b91586450891e13462fbbbbafce823d
Diffstat (limited to 'sw/inc/unocrsrhelper.hxx')
-rw-r--r-- | sw/inc/unocrsrhelper.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/inc/unocrsrhelper.hxx b/sw/inc/unocrsrhelper.hxx index 9550362f404c..64c65da24cd6 100644 --- a/sw/inc/unocrsrhelper.hxx +++ b/sw/inc/unocrsrhelper.hxx @@ -192,7 +192,8 @@ namespace SwUnoCursorHelper const SwGetPropertyStatesCaller eCaller = SW_PROPERTY_STATE_CALLER_DEFAULT) throw (::com::sun::star::beans::UnknownPropertyException, - ::com::sun::star::uno::RuntimeException); + ::com::sun::star::uno::RuntimeException, + std::exception); ::com::sun::star::beans::PropertyState GetPropertyState( SwPaM & rPaM, const SfxItemPropertySet & rPropSet, |