diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-06-17 09:41:17 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-06-17 10:57:57 +0100 |
commit | edf57ee27b9cbc8eb544cc2f57d72f53e42c43a5 (patch) | |
tree | 1aa62a35705110dfb3244c3123956fe27932c5ef /sc/inc | |
parent | e43c672597a4ec274c11f63c699c25c82988f80e (diff) |
coverity#1223091 Uncaught exception
Change-Id: I7aacf97a32360ea3c7e17e19d7f5e51e96fcc070
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/cellsuno.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/inc/cellsuno.hxx b/sc/inc/cellsuno.hxx index d7648f199658..ce7fe849bf08 100644 --- a/sc/inc/cellsuno.hxx +++ b/sc/inc/cellsuno.hxx @@ -679,7 +679,8 @@ public: virtual void SetArrayFormulaWithGrammar( const OUString& rFormula, const OUString& rFormulaNmsp, const formula::FormulaGrammar::Grammar ) - throw(::com::sun::star::uno::RuntimeException); + throw (css::uno::RuntimeException, + std::exception); // XCellRangeAddressable virtual ::com::sun::star::table::CellRangeAddress SAL_CALL getRangeAddress() |