summaryrefslogtreecommitdiff
path: root/sc/inc/nameuno.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-02-25 10:14:46 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-02-25 10:45:22 +0000
commitf87bfc8d83015c028f10ca65e6fe11313bddedfc (patch)
tree4a7b2b1ea80ba21f942e2c7ccb01c88e14f0592c /sc/inc/nameuno.hxx
parent617d45ee4aee174a330b5e9b1e5264d71bb42224 (diff)
coverity#737641 Uncaught exception
Change-Id: I7f60b029269052aa255689959c773a4c638f0763
Diffstat (limited to 'sc/inc/nameuno.hxx')
-rw-r--r--sc/inc/nameuno.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/inc/nameuno.hxx b/sc/inc/nameuno.hxx
index f98169798bb7..cbd06fe9e4ca 100644
--- a/sc/inc/nameuno.hxx
+++ b/sc/inc/nameuno.hxx
@@ -97,7 +97,8 @@ public:
/// XFormulaTokens
virtual ::com::sun::star::uno::Sequence< ::com::sun::star::sheet::FormulaToken > SAL_CALL getTokens()
- throw (::com::sun::star::uno::RuntimeException);
+ throw (::com::sun::star::uno::RuntimeException,
+ std::exception);
virtual void SAL_CALL setTokens( const ::com::sun::star::uno::Sequence<
::com::sun::star::sheet::FormulaToken >& aTokens )
throw (::com::sun::star::uno::RuntimeException);