summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-06-27 20:46:30 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-06-28 13:22:59 +0100
commit398d2f48347d0264bc1a6fe06c628818135c33ee (patch)
tree752f5af97558255d9dc7922712f46913bd7785da
parentab58227d1dda3af7765f907b390a292a2f3150dc (diff)
coverity#1308499 Uncaught exception
Change-Id: Ibcd1ce0e875993f9d5de33a5346e762f7b281380
-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 6d24e42b92f4..d3dcfa96c35c 100644
--- a/sw/source/core/unocore/unoparagraph.cxx
+++ b/sw/source/core/unocore/unoparagraph.cxx
@@ -159,7 +159,7 @@ public:
GetPropertyValues_Impl(
const uno::Sequence< OUString >& rPropertyNames)
throw (beans::UnknownPropertyException, lang::WrappedTargetException,
- uno::RuntimeException);
+ uno::RuntimeException, std::exception);
//UUUU
void GetSinglePropertyValue_Impl(
@@ -546,7 +546,7 @@ throw(uno::RuntimeException)
uno::Sequence< uno::Any > SwXParagraph::Impl::GetPropertyValues_Impl(
const uno::Sequence< OUString > & rPropertyNames )
throw (beans::UnknownPropertyException, lang::WrappedTargetException,
- uno::RuntimeException)
+ uno::RuntimeException, std::exception)
{
SwTextNode & rTextNode(GetTextNodeOrThrow());