summaryrefslogtreecommitdiff
path: root/sw/inc/unocrsrhelper.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-06-27 17:33:00 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-06-27 18:25:06 +0100
commita49e332dd4750c7f6aa3db95feb851e49349e14c (patch)
tree865c40eb0ecdfdc2ce73d16ae29f1340c931f240 /sw/inc/unocrsrhelper.hxx
parentac33fb8e740a35b62b6e23775712e23f3f7c65ea (diff)
coverity#1308467 Uncaught exception
Change-Id: I1daa61d04b91586450891e13462fbbbbafce823d
Diffstat (limited to 'sw/inc/unocrsrhelper.hxx')
-rw-r--r--sw/inc/unocrsrhelper.hxx3
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,