From 3f94ccfe58b3c65d172767a7f9e7874a08b7a209 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 25 Feb 2014 10:15:30 +0000 Subject: coverity#737643 Uncaught exception Change-Id: Ie200b47adae43844fcb6be349bec51b949e65675 --- sc/inc/nameuno.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sc/inc/nameuno.hxx') diff --git a/sc/inc/nameuno.hxx b/sc/inc/nameuno.hxx index cbd06fe9e4ca..3f2ee9226f0f 100644 --- a/sc/inc/nameuno.hxx +++ b/sc/inc/nameuno.hxx @@ -101,7 +101,8 @@ public: 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); + throw (::com::sun::star::uno::RuntimeException, + std::exception); /// XNamed virtual OUString SAL_CALL getName() throw(::com::sun::star::uno::RuntimeException); -- cgit