From 39fac0c7baa93ce46f871f1795c2f46c7be798f8 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 27 Jan 2014 09:22:36 +0000 Subject: coverity#1158328 Uncaught exception Change-Id: I143b5614a2fcc0d6ec9a956c619503730fb683d7 --- sc/inc/chartuno.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sc/inc/chartuno.hxx') diff --git a/sc/inc/chartuno.hxx b/sc/inc/chartuno.hxx index 1426f46406ab..ca667e2ac151 100644 --- a/sc/inc/chartuno.hxx +++ b/sc/inc/chartuno.hxx @@ -169,7 +169,8 @@ public: getRanges( ) throw(::com::sun::star::uno::RuntimeException); virtual void SAL_CALL setRanges( const ::com::sun::star::uno::Sequence< ::com::sun::star::table::CellRangeAddress >& aRanges ) - throw(::com::sun::star::uno::RuntimeException); + throw(::com::sun::star::uno::RuntimeException, + std::exception); // XEmbeddedObjectSupplier virtual ::com::sun::star::uno::Reference< ::com::sun::star::lang::XComponent > SAL_CALL -- cgit