diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-11-14 12:54:09 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-11-14 13:24:57 +0000 |
commit | b3bc0b369cee21f6fbe50e74534b21e9d968b1cd (patch) | |
tree | 7fdd02cf4bca47cdacdea8dc0708c9ab6526d81b /sw | |
parent | d78432e9a077725046419902c542ce4e5f515705 (diff) |
coverity#1339307 Uncaught exception
Change-Id: I1d8b40843de8d9bb9e4113442bc083c21a7b278d
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/unocore/unoobj.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/unocore/unoobj.cxx b/sw/source/core/unocore/unoobj.cxx index 57666238ef0d..76f85dc3d56a 100644 --- a/sw/source/core/unocore/unoobj.cxx +++ b/sw/source/core/unocore/unoobj.cxx @@ -208,7 +208,7 @@ void SwUnoCursorHelper::GetTextFromPam(SwPaM & rPam, OUString & rBuffer) static void lcl_setCharStyle(SwDoc *const pDoc, const uno::Any & rValue, SfxItemSet & rSet) - throw (lang::IllegalArgumentException, std::exception) + throw (lang::IllegalArgumentException, uno::RuntimeException, std::exception) { SwDocShell *const pDocSh = pDoc->GetDocShell(); if(pDocSh) |