summaryrefslogtreecommitdiff
path: root/sc/source/ui/vba/vbarange.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-06-13 12:00:55 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-06-13 12:16:26 +0100
commit2af58ba716a138ec26970a572134faf2cd29084b (patch)
treeeaa28d2a717015e5c290510024b663979131beeb /sc/source/ui/vba/vbarange.cxx
parente8f40ec98852a237552ec8a259038d0fc3b25c10 (diff)
coverity#707016 Uncaught exception
Change-Id: Ie2299485b8017232b6cfcb855b6f2dbff2c5db6e
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 3db5938f12cd..809be5139b66 100644
--- a/sc/source/ui/vba/vbarange.cxx
+++ b/sc/source/ui/vba/vbarange.cxx
@@ -4703,7 +4703,7 @@ ScVbaRange::Insert( const uno::Any& Shift, const uno::Any& /*CopyOrigin*/ ) thro
}
void SAL_CALL
-ScVbaRange::Autofit() throw (uno::RuntimeException, std::exception)
+ScVbaRange::Autofit() throw (script::BasicErrorException, uno::RuntimeException, std::exception)
{
sal_Int32 nLen = m_Areas->getCount();
if ( nLen > 1 )