summaryrefslogtreecommitdiff
path: root/vbahelper/source/vbahelper/vbashape.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vbahelper/source/vbahelper/vbashape.cxx')
-rw-r--r--vbahelper/source/vbahelper/vbashape.cxx3
1 files changed, 2 insertions, 1 deletions
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 );
}