diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-02-25 10:20:28 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-25 10:45:24 +0000 |
commit | 02b9b512f0071c46ae648482e9240a9c4c80d9ac (patch) | |
tree | 156ab3df04d659fca0205485b619fff5e93909bc /sc/inc | |
parent | 8c9d3a0317445abdb196733dde69ff8e7acc8a4a (diff) |
coverity#737700 Uncaught exception
Change-Id: I9a2954c038946f1ad47979ff65ac12983ddffab9
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/tokenuno.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/inc/tokenuno.hxx b/sc/inc/tokenuno.hxx index 408298d73059..1b8630010488 100644 --- a/sc/inc/tokenuno.hxx +++ b/sc/inc/tokenuno.hxx @@ -76,7 +76,8 @@ public: virtual ::com::sun::star::uno::Sequence< ::com::sun::star::sheet::FormulaToken > SAL_CALL parseFormula( const OUString& aFormula, const ::com::sun::star::table::CellAddress& rReferencePos ) - throw (::com::sun::star::uno::RuntimeException); + throw (::com::sun::star::uno::RuntimeException, + std::exception); virtual OUString SAL_CALL printFormula( const ::com::sun::star::uno::Sequence< ::com::sun::star::sheet::FormulaToken >& aTokens, const ::com::sun::star::table::CellAddress& rReferencePos ) |