summaryrefslogtreecommitdiff
path: root/sc/source/ui/vba/vbarange.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-01-28 09:58:32 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-01-28 11:29:21 +0000
commit1311835cb6033ca8ab693c546324c5e66697b6ce (patch)
treea66e3a4a286170d987b698120d5f52fba51cae49 /sc/source/ui/vba/vbarange.cxx
parentd83befd58d7713249e80ecfe74a16209dbda2ac7 (diff)
coverity#1158306 Uncaught exception
Change-Id: I899fed4be60366d77d50940cea670c75be41856c
Diffstat (limited to 'sc/source/ui/vba/vbarange.cxx')
-rw-r--r--sc/source/ui/vba/vbarange.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/source/ui/vba/vbarange.cxx b/sc/source/ui/vba/vbarange.cxx
index e18d74125cf2..5fb27fb072b9 100644
--- a/sc/source/ui/vba/vbarange.cxx
+++ b/sc/source/ui/vba/vbarange.cxx
@@ -3963,7 +3963,8 @@ ScVbaRange::BorderAround( const css::uno::Any& LineStyle, const css::uno::Any& W
}
uno::Any SAL_CALL
-ScVbaRange::getRowHeight() throw (uno::RuntimeException)
+ScVbaRange::getRowHeight()
+ throw (uno::RuntimeException, std::exception)
{
sal_Int32 nLen = m_Areas->getCount();
if ( nLen > 1 )