diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-04-29 21:14:47 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-04-30 11:43:36 +0100 |
commit | 03bc0110e2926c7246e113ae5d45e14f26c4fe73 (patch) | |
tree | 55e41f3bd4b260004998139f33ce371e54fe8a2f /include | |
parent | bb68bbc3ec5925011ab176fc45a9f54eedd335d9 (diff) |
coverity#1210085 Uncaught exception
Change-Id: Id73c7c0fcea319ddcb08ae95d28fb776e9bc05f3
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 d0a650033397..0acd079ba647 100644 --- a/include/canvas/base/integerbitmapbase.hxx +++ b/include/canvas/base/integerbitmapbase.hxx @@ -42,7 +42,7 @@ namespace canvas public: // XIntegerBitmap virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getData( ::com::sun::star::rendering::IntegerBitmapLayout& bitmapLayout, - const ::com::sun::star::geometry::IntegerRectangle2D& rect ) throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::rendering::VolatileContentDestroyedException, ::com::sun::star::uno::RuntimeException) SAL_OVERRIDE + const ::com::sun::star::geometry::IntegerRectangle2D& rect ) throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::rendering::VolatileContentDestroyedException, ::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE { tools::verifyArgs(rect, BOOST_CURRENT_FUNCTION, |