summaryrefslogtreecommitdiff
path: root/sc/source/ui/vba/vbawindow.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-01-24 13:04:06 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-01-24 14:01:58 +0000
commit8be64b9ffc76b5ee3bfff0716e2d7ae3e87e24af (patch)
tree080bc653150d6e22f5c0608481f696dd9c83ec89 /sc/source/ui/vba/vbawindow.cxx
parent9a5f95bd64d6920c55055506dd21824772d1d31f (diff)
coverity#1158386 Uncaught exception
Change-Id: I51a5ef561e3a9f3f53567cb781a294a14712f97b
Diffstat (limited to 'sc/source/ui/vba/vbawindow.cxx')
-rw-r--r--sc/source/ui/vba/vbawindow.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/vba/vbawindow.cxx b/sc/source/ui/vba/vbawindow.cxx
index 544e14971561..be4792b0c4bb 100644
--- a/sc/source/ui/vba/vbawindow.cxx
+++ b/sc/source/ui/vba/vbawindow.cxx
@@ -764,8 +764,8 @@ ScVbaWindow::getZoom() throw (uno::RuntimeException)
return uno::Any();
}
-void SAL_CALL
-ScVbaWindow::setZoom( const uno::Any& _zoom ) throw (uno::RuntimeException)
+void SAL_CALL ScVbaWindow::setZoom(const uno::Any& _zoom)
+ throw (uno::RuntimeException, std::exception)
{
sal_Int16 nZoom = 100;
_zoom >>= nZoom;