summaryrefslogtreecommitdiff
path: root/sc/inc/nameuno.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-02-25 10:13:57 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-02-25 10:45:22 +0000
commit617d45ee4aee174a330b5e9b1e5264d71bb42224 (patch)
treeff43b5f578b91496fa8cdfcfaff630fa85a19d48 /sc/inc/nameuno.hxx
parent97faf80004cc431b4d8ae7922d39c23f9c82f4af (diff)
coverity#737640 Uncaught exception
Change-Id: I0f393aff439f6cf051439cbb8b9df2323049b919
Diffstat (limited to 'sc/inc/nameuno.hxx')
-rw-r--r--sc/inc/nameuno.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/sc/inc/nameuno.hxx b/sc/inc/nameuno.hxx
index 01d42ff5bd10..f98169798bb7 100644
--- a/sc/inc/nameuno.hxx
+++ b/sc/inc/nameuno.hxx
@@ -91,7 +91,9 @@ public:
throw (::com::sun::star::uno::RuntimeException,
std::exception);
virtual sal_Int32 SAL_CALL getType() throw(::com::sun::star::uno::RuntimeException);
- virtual void SAL_CALL setType( sal_Int32 nType ) throw(::com::sun::star::uno::RuntimeException);
+ virtual void SAL_CALL setType( sal_Int32 nType )
+ throw (::com::sun::star::uno::RuntimeException,
+ std::exception);
/// XFormulaTokens
virtual ::com::sun::star::uno::Sequence< ::com::sun::star::sheet::FormulaToken > SAL_CALL getTokens()