diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-06-10 15:07:05 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-06-10 16:08:04 +0100 |
commit | 668ed132188d30a73607129c95372d17fa90544d (patch) | |
tree | 3ff1339802289d0ac52c1bccf2ec0532a1603694 /sw/source/uibase/uno | |
parent | bdb59b76f1d7fcfdecbd5973165b910ab6a1fa81 (diff) |
coverity#1038491 Uncaught exception
Change-Id: Iacc0ef25b4fad7a28d52d4cfd620d00190cdd974
Diffstat (limited to 'sw/source/uibase/uno')
-rw-r--r-- | sw/source/uibase/uno/unomod.cxx | 6 |
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 ) { |