summaryrefslogtreecommitdiff
path: root/include/canvas
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-04-29 21:13:41 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-04-30 11:43:34 +0100
commit24ef62fcd40505f2c9d294b0ee60e59277718dea (patch)
tree1c457f535d1eba7a620e99e435360b6bf8a964b6 /include/canvas
parentee56bc89b42300e785d69e27bfbf7fa77686e670 (diff)
coverity#1210087 Uncaught exception
Change-Id: Iedd8376ac8c28f8af34bb7817f101b43d526be10
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 3c02186f2e6a..7c4ab6aaea2a 100644
--- a/include/canvas/base/integerbitmapbase.hxx
+++ b/include/canvas/base/integerbitmapbase.hxx
@@ -90,7 +90,7 @@ namespace canvas
}
virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getPixel( ::com::sun::star::rendering::IntegerBitmapLayout& bitmapLayout,
- const ::com::sun::star::geometry::IntegerPoint2D& pos ) throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::rendering::VolatileContentDestroyedException, ::com::sun::star::uno::RuntimeException) SAL_OVERRIDE
+ const ::com::sun::star::geometry::IntegerPoint2D& pos ) throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::rendering::VolatileContentDestroyedException, ::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE
{
tools::verifyArgs(pos,
BOOST_CURRENT_FUNCTION,