From 78f7d7bc10dd582bf198e8b2ecba5a5a05c3f89a Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sat, 22 Feb 2014 21:19:10 +0000 Subject: coverity#737636 Uncaught exception Change-Id: I80d01d49cd5198c4be92b0573f526fb0c190eda2 --- 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 244a1f2c1c1c..463aafb99b97 100644 --- a/sc/inc/nameuno.hxx +++ b/sc/inc/nameuno.hxx @@ -87,7 +87,8 @@ public: throw(::com::sun::star::uno::RuntimeException); virtual void SAL_CALL setReferencePosition( const ::com::sun::star::table::CellAddress& aReferencePosition ) - throw(::com::sun::star::uno::RuntimeException); + 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); -- cgit