diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-04-29 21:13:41 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-04-30 11:43:34 +0100 |
commit | 24ef62fcd40505f2c9d294b0ee60e59277718dea (patch) | |
tree | 1c457f535d1eba7a620e99e435360b6bf8a964b6 /include | |
parent | ee56bc89b42300e785d69e27bfbf7fa77686e670 (diff) |
coverity#1210087 Uncaught exception
Change-Id: Iedd8376ac8c28f8af34bb7817f101b43d526be10
Diffstat (limited to 'include')
-rw-r--r-- | include/canvas/base/integerbitmapbase.hxx | 2 |
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, |