summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore/unoobj.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-07-02 09:15:23 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-07-02 11:39:34 +0100
commit1d498fb0feca911fa063e96779b654c3aded2415 (patch)
treeaf68b46ac75ca322011739eda846d3c9d721e9c5 /sw/source/core/unocore/unoobj.cxx
parent3f2c6a02df51f5d548bb1100275860be5196b766 (diff)
some other coverity things
Change-Id: I89ffd2b918f8707cde1b1d015c1ad35ef484b69c
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 c2fbd477a3a9..dc0c45c8171c 100644
--- a/sw/source/core/unocore/unoobj.cxx
+++ b/sw/source/core/unocore/unoobj.cxx
@@ -1798,7 +1798,7 @@ void SwUnoCursorHelper::SetPropertyValues(
const SetAttrMode nAttrMode, const bool bTableMode)
throw (beans::UnknownPropertyException, beans::PropertyVetoException,
lang::IllegalArgumentException, lang::WrappedTargetException,
- uno::RuntimeException)
+ uno::RuntimeException, std::exception)
{
if (!rPropertyValues.getLength())
return;