From c9c4536b46d7e429d5a0ebc3f195bf90a72dd13e Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 25 Feb 2014 10:12:18 +0000 Subject: coverity#737632 Uncaught exception Change-Id: I3faaddd4e9ecba80ab6dae8a20822374431b7c34 --- 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 463aafb99b97..5d817f71218d 100644 --- a/sc/inc/nameuno.hxx +++ b/sc/inc/nameuno.hxx @@ -82,7 +82,8 @@ public: /// XNamedRange virtual OUString SAL_CALL getContent() throw(::com::sun::star::uno::RuntimeException); virtual void SAL_CALL setContent( const OUString& aContent ) - throw(::com::sun::star::uno::RuntimeException); + throw (::com::sun::star::uno::RuntimeException, + std::exception); virtual ::com::sun::star::table::CellAddress SAL_CALL getReferencePosition() throw(::com::sun::star::uno::RuntimeException); virtual void SAL_CALL setReferencePosition( -- cgit