From d0492482b41dcab52769b9b4c33a94cba6ab09b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Mon, 10 Feb 2014 10:05:51 +0000 Subject: [PATCH] coverity#1130465 Uncaught exception Change-Id: I67db69e52ac1dc5c1df5cda779be1a847838cce6 --- vcl/qa/cppunit/canvasbitmaptest.cxx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/vcl/qa/cppunit/canvasbitmaptest.cxx b/vcl/qa/cppunit/canvasbitmaptest.cxx index 16492d0b92cd..a9a5172d09c7 100644 --- a/vcl/qa/cppunit/canvasbitmaptest.cxx +++ b/vcl/qa/cppunit/canvasbitmaptest.cxx @@ -306,8 +306,11 @@ private: } virtual uno::Sequence< ::sal_Int8 > SAL_CALL getPixel( rendering::IntegerBitmapLayout&, - const geometry::IntegerPoint2D& ) throw (lang::IndexOutOfBoundsException, - rendering::VolatileContentDestroyedException, uno::RuntimeException) + const geometry::IntegerPoint2D& ) + throw (lang::IndexOutOfBoundsException, + rendering::VolatileContentDestroyedException, + uno::RuntimeException, + std::exception) { CPPUNIT_ASSERT_MESSAGE("getPixel: method not implemented", false); return uno::Sequence< sal_Int8 >();