From 7a887519852ed9b4d74df0ccbede771195592c96 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 27 Jan 2014 09:03:28 +0000 Subject: coverity#1158345 Uncaught exception Change-Id: I41e85755825ae90f1243597814b17d61e81adddb --- sc/inc/cellsuno.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sc/inc/cellsuno.hxx') diff --git a/sc/inc/cellsuno.hxx b/sc/inc/cellsuno.hxx index a58e281a18df..a474cb4fc6c4 100644 --- a/sc/inc/cellsuno.hxx +++ b/sc/inc/cellsuno.hxx @@ -1193,7 +1193,8 @@ public: std::exception); virtual void SAL_CALL showLevel( sal_Int16 nLevel, ::com::sun::star::table::TableOrientation nOrientation ) - throw(::com::sun::star::uno::RuntimeException); + throw(::com::sun::star::uno::RuntimeException, + std::exception); // XProtectable virtual void SAL_CALL protect( const OUString& aPassword ) -- cgit v1.2.3