summaryrefslogtreecommitdiff
path: root/sc/source/ui/vba/vbarange.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-09-02 15:39:46 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-09-02 15:41:12 +0100
commit33927ae1208766d6fdb40fdc700afbe10ca91647 (patch)
treea6d06a7a45c929d79acb59919ff67a3bf8202193 /sc/source/ui/vba/vbarange.cxx
parentd375986dae5a685ebd8f4d7d011d24a838608e75 (diff)
coverity#707022 Uncaught exception
Change-Id: I0585582f485399d1c21492738d26f3ef3dc9af2a
Diffstat (limited to 'sc/source/ui/vba/vbarange.cxx')
-rw-r--r--sc/source/ui/vba/vbarange.cxx2
1 files changed, 1 insertions, 1 deletions
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 )
{