From ee56bc89b42300e785d69e27bfbf7fa77686e670 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 29 Apr 2014 21:13:06 +0100 Subject: coverity#1210088 Uncaught exception Change-Id: If501c455a168c9f1e8721e87efd25f2dbaad756e --- include/canvas/base/integerbitmapbase.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/canvas') diff --git a/include/canvas/base/integerbitmapbase.hxx b/include/canvas/base/integerbitmapbase.hxx index 6b24afe03c2d..3c02186f2e6a 100644 --- a/include/canvas/base/integerbitmapbase.hxx +++ b/include/canvas/base/integerbitmapbase.hxx @@ -74,7 +74,7 @@ namespace canvas virtual void SAL_CALL setPixel( const ::com::sun::star::uno::Sequence< sal_Int8 >& color, const ::com::sun::star::rendering::IntegerBitmapLayout& bitmapLayout, - const ::com::sun::star::geometry::IntegerPoint2D& pos ) throw (::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::uno::RuntimeException) SAL_OVERRIDE + const ::com::sun::star::geometry::IntegerPoint2D& pos ) throw (::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE { tools::verifyArgs(bitmapLayout, pos, BOOST_CURRENT_FUNCTION, -- cgit