summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore/unoobj.cxx
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/source/core/unocore/unoobj.cxx
parentac33fb8e740a35b62b6e23775712e23f3f7c65ea (diff)
coverity#1308467 Uncaught exception
Change-Id: I1daa61d04b91586450891e13462fbbbbafce823d
Diffstat (limited to 'sw/source/core/unocore/unoobj.cxx')
-rw-r--r--sw/source/core/unocore/unoobj.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/unocore/unoobj.cxx b/sw/source/core/unocore/unoobj.cxx
index ab03d80a9fef..85b187baa51f 100644
--- a/sw/source/core/unocore/unoobj.cxx
+++ b/sw/source/core/unocore/unoobj.cxx
@@ -1875,7 +1875,7 @@ SwUnoCursorHelper::GetPropertyStates(
SwPaM& rPaM, const SfxItemPropertySet& rPropSet,
const uno::Sequence< OUString >& rPropertyNames,
const SwGetPropertyStatesCaller eCaller)
-throw (beans::UnknownPropertyException, uno::RuntimeException)
+throw (beans::UnknownPropertyException, uno::RuntimeException, std::exception)
{
const OUString* pNames = rPropertyNames.getConstArray();
uno::Sequence< beans::PropertyState > aRet(rPropertyNames.getLength());