diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-06-28 17:12:46 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-06-28 17:55:58 +0100 |
commit | d1eb269491e8e0d5dbc56374376966a5e6ea5890 (patch) | |
tree | 0087e3e4a0c27491b92765657d7c7d7606505470 /sw/inc | |
parent | 8e1dd507199696988ab8f6044b4bb07bab781fe1 (diff) |
coverity#1308534 Uncaught exception
Change-Id: Ia515fb55486cd5d3bb95ad3dbbb0cc554c0c1547
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/unocrsrhelper.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/unocrsrhelper.hxx b/sw/inc/unocrsrhelper.hxx index 02f5ca1fcf4d..5a82bd4602ba 100644 --- a/sw/inc/unocrsrhelper.hxx +++ b/sw/inc/unocrsrhelper.hxx @@ -219,7 +219,7 @@ namespace SwUnoCursorHelper const ::com::sun::star::uno::Any& rValue, SwDoc & rDoc, SfxItemSet & rSet); void SetTextFormatColl(const ::com::sun::star::uno::Any & rAny, SwPaM & rPaM) - throw (::com::sun::star::lang::IllegalArgumentException, css::uno::RuntimeException); + throw (css::lang::IllegalArgumentException, css::uno::RuntimeException, std::exception); bool SetCursorPropertyValue( SfxItemPropertySimpleEntry const& rEntry, ::com::sun::star::uno::Any const& rValue, |