From b6804259c5664f1d749717cf270ccb80ddfd2f41 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 24 Apr 2014 11:01:34 +0100 Subject: coverity#707478 Uncaught exception Change-Id: Ib967053b7d306d18c69843da39646d69540f081f --- vbahelper/source/vbahelper/vbashape.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'vbahelper') diff --git a/vbahelper/source/vbahelper/vbashape.cxx b/vbahelper/source/vbahelper/vbashape.cxx index d97b61e7929f..03c611e1012f 100644 --- a/vbahelper/source/vbahelper/vbashape.cxx +++ b/vbahelper/source/vbahelper/vbashape.cxx @@ -192,7 +192,8 @@ ScVbaShape::getHeight() throw (uno::RuntimeException, std::exception) } void SAL_CALL -ScVbaShape::setHeight( double _height ) throw (uno::RuntimeException, std::exception) +ScVbaShape::setHeight(double _height) + throw (script::BasicErrorException, uno::RuntimeException, std::exception) { m_pShapeHelper->setHeight( _height ); } -- cgit