summaryrefslogtreecommitdiff
path: root/include/canvas
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-04-29 21:14:14 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-04-30 11:43:35 +0100
commitbb68bbc3ec5925011ab176fc45a9f54eedd335d9 (patch)
tree7521da409f138abd60f1d337be2900b261233654 /include/canvas
parent24ef62fcd40505f2c9d294b0ee60e59277718dea (diff)
coverity#1210086 Uncaught exception
Change-Id: I33b50aa5934e37adeae041ca8ad3751b3bdc8ac6
Diffstat (limited to 'include/canvas')
-rw-r--r--include/canvas/base/integerbitmapbase.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/canvas/base/integerbitmapbase.hxx b/include/canvas/base/integerbitmapbase.hxx
index 7c4ab6aaea2a..d0a650033397 100644
--- a/include/canvas/base/integerbitmapbase.hxx
+++ b/include/canvas/base/integerbitmapbase.hxx
@@ -57,7 +57,7 @@ namespace canvas
virtual void SAL_CALL setData( const ::com::sun::star::uno::Sequence< sal_Int8 >& data,
const ::com::sun::star::rendering::IntegerBitmapLayout& bitmapLayout,
- const ::com::sun::star::geometry::IntegerRectangle2D& rect ) throw (::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::uno::RuntimeException) SAL_OVERRIDE
+ const ::com::sun::star::geometry::IntegerRectangle2D& rect ) throw (::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE
{
tools::verifyArgs(bitmapLayout, rect,
BOOST_CURRENT_FUNCTION,