From 33927ae1208766d6fdb40fdc700afbe10ca91647 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 2 Sep 2014 15:39:46 +0100 Subject: coverity#707022 Uncaught exception Change-Id: I0585582f485399d1c21492738d26f3ef3dc9af2a --- sc/source/ui/vba/vbarange.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc/source/ui/vba/vbarange.cxx') diff --git a/sc/source/ui/vba/vbarange.cxx b/sc/source/ui/vba/vbarange.cxx index b5ddb21761ac..7e33235844d4 100644 --- a/sc/source/ui/vba/vbarange.cxx +++ b/sc/source/ui/vba/vbarange.cxx @@ -5257,7 +5257,7 @@ ScVbaRange::UnMerge( ) throw (script::BasicErrorException, uno::RuntimeExceptio } uno::Any SAL_CALL -ScVbaRange::getStyle() throw (uno::RuntimeException, std::exception) +ScVbaRange::getStyle() throw (css::script::BasicErrorException, uno::RuntimeException, std::exception) { if ( m_Areas->getCount() > 1 ) { -- cgit