summaryrefslogtreecommitdiff
path: root/vbahelper/source/msforms/vbaimage.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vbahelper/source/msforms/vbaimage.cxx')
-rw-r--r--vbahelper/source/msforms/vbaimage.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vbahelper/source/msforms/vbaimage.cxx b/vbahelper/source/msforms/vbaimage.cxx
index 3093cbeace30..0a27269eb0fe 100644
--- a/vbahelper/source/msforms/vbaimage.cxx
+++ b/vbahelper/source/msforms/vbaimage.cxx
@@ -45,12 +45,12 @@ ScVbaImage::getServiceNames()
return aServiceNames;
}
-sal_Int32 SAL_CALL ScVbaImage::getBackColor() throw (uno::RuntimeException)
+sal_Int32 SAL_CALL ScVbaImage::getBackColor() throw (uno::RuntimeException, std::exception)
{
return ScVbaControl::getBackColor();
}
-void SAL_CALL ScVbaImage::setBackColor( sal_Int32 nBackColor ) throw (uno::RuntimeException)
+void SAL_CALL ScVbaImage::setBackColor( sal_Int32 nBackColor ) throw (uno::RuntimeException, std::exception)
{
ScVbaControl::setBackColor( nBackColor );
}