summaryrefslogtreecommitdiff
path: root/vbahelper/source
diff options
context:
space:
mode:
Diffstat (limited to 'vbahelper/source')
-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 03c611e1012f..062f5613bb6e 100644
--- a/vbahelper/source/vbahelper/vbashape.cxx
+++ b/vbahelper/source/vbahelper/vbashape.cxx
@@ -205,7 +205,8 @@ ScVbaShape::getWidth() throw (uno::RuntimeException, std::exception)
}
void SAL_CALL
-ScVbaShape::setWidth( double _width ) throw (uno::RuntimeException, std::exception)
+ScVbaShape::setWidth(double _width)
+ throw (css::script::BasicErrorException, uno::RuntimeException, std::exception)
{
m_pShapeHelper->setWidth( _width );
}