diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-04-29 21:13:06 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-04-30 11:43:33 +0100 |
commit | ee56bc89b42300e785d69e27bfbf7fa77686e670 (patch) | |
tree | 20cf332fb79e88be744e520a622b21ab16701c3a | |
parent | 27410e5cb51c27e683d2a9f04d4ad33fa6de8b1e (diff) |
coverity#1210088 Uncaught exception
Change-Id: If501c455a168c9f1e8721e87efd25f2dbaad756e
-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 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, |