summaryrefslogtreecommitdiff
path: root/sw/source/uibase/uno/unomod.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-06-10 15:07:05 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-06-10 16:08:04 +0100
commit668ed132188d30a73607129c95372d17fa90544d (patch)
tree3ff1339802289d0ac52c1bccf2ec0532a1603694 /sw/source/uibase/uno/unomod.cxx
parentbdb59b76f1d7fcfdecbd5973165b910ab6a1fa81 (diff)
coverity#1038491 Uncaught exception
Change-Id: Iacc0ef25b4fad7a28d52d4cfd620d00190cdd974
Diffstat (limited to 'sw/source/uibase/uno/unomod.cxx')
-rw-r--r--sw/source/uibase/uno/unomod.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sw/source/uibase/uno/unomod.cxx b/sw/source/uibase/uno/unomod.cxx
index da6aef9ce862..0153a60f4743 100644
--- a/sw/source/uibase/uno/unomod.cxx
+++ b/sw/source/uibase/uno/unomod.cxx
@@ -786,8 +786,10 @@ void SwXViewSettings::_setSingleValue( const comphelper::PropertyInfo & rInfo, c
}
}
-void SwXViewSettings::_postSetValues ()
- throw(UnknownPropertyException, PropertyVetoException, IllegalArgumentException, WrappedTargetException )
+void SwXViewSettings::_postSetValues()
+ throw (UnknownPropertyException, PropertyVetoException,
+ IllegalArgumentException, WrappedTargetException,
+ RuntimeException )
{
if( pView )
{