summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-06-27 20:53:03 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-06-28 13:23:01 +0100
commit39c3ea2d9bfb4414476d8b5b18181c2b39428262 (patch)
treefca21e0b292789c6b6a97092990ea56cdbe4128c
parent0a464eba00a34cccacbaa5eec3142334437c8b80 (diff)
coverity#1308504 Uncaught exception
Change-Id: I8c0c49f0a035229c4db8df96871afde218177aa5
-rw-r--r--sw/source/core/unocore/unoparagraph.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/unocore/unoparagraph.cxx b/sw/source/core/unocore/unoparagraph.cxx
index d3dcfa96c35c..6e48653321c3 100644
--- a/sw/source/core/unocore/unoparagraph.cxx
+++ b/sw/source/core/unocore/unoparagraph.cxx
@@ -172,7 +172,7 @@ public:
GetPropertyValuesTolerant_Impl(
const uno::Sequence< OUString >& rPropertyNames,
bool bDirectValuesOnly)
- throw (uno::RuntimeException);
+ throw (uno::RuntimeException, std::exception);
protected:
// SwClient
virtual void Modify(const SfxPoolItem *pOld, const SfxPoolItem *pNew) SAL_OVERRIDE;
@@ -764,7 +764,7 @@ uno::Sequence< beans::GetDirectPropertyTolerantResult >
SwXParagraph::Impl::GetPropertyValuesTolerant_Impl(
const uno::Sequence< OUString >& rPropertyNames,
bool bDirectValuesOnly )
-throw (uno::RuntimeException)
+throw (uno::RuntimeException, std::exception)
{
SolarMutexGuard aGuard;