summaryrefslogtreecommitdiff
path: root/include/canvas
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-04-29 21:13:06 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-04-30 11:43:33 +0100
commitee56bc89b42300e785d69e27bfbf7fa77686e670 (patch)
tree20cf332fb79e88be744e520a622b21ab16701c3a /include/canvas
parent27410e5cb51c27e683d2a9f04d4ad33fa6de8b1e (diff)
coverity#1210088 Uncaught exception
Change-Id: If501c455a168c9f1e8721e87efd25f2dbaad756e
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 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,