diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-06-29 09:20:58 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-06-29 09:43:34 +0100 |
commit | 1db55c30784d4b31211bd59c5644f01b5053130d (patch) | |
tree | 57e0067a367d195026df46f273328df00dc3d5d0 /sw/inc/unotbl.hxx | |
parent | 7462cfde6d3c8ce38455935c83261633c3a1d433 (diff) |
coverity#1308580 Uncaught exception
Change-Id: I13722acfcdf3d1706c26796c56158c99d3d844ba
Diffstat (limited to 'sw/inc/unotbl.hxx')
-rw-r--r-- | sw/inc/unotbl.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/unotbl.hxx b/sw/inc/unotbl.hxx index 4c94b4d9a377..9a1d41cc84e4 100644 --- a/sw/inc/unotbl.hxx +++ b/sw/inc/unotbl.hxx @@ -546,7 +546,7 @@ public: ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any > *pAnySeq, ::com::sun::star::uno::Sequence< OUString > *pTextSeq, ::com::sun::star::uno::Sequence< double > *pDblSeq, - bool bForceNumberResults = false ) throw (::com::sun::star::uno::RuntimeException); + bool bForceNumberResults = false ) throw (::com::sun::star::uno::RuntimeException, std::exception); }; |