summaryrefslogtreecommitdiff
path: root/sc/inc/nameuno.hxx
diff options
context:
space:
mode:
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()