From 7cc3998290a63db6beb6af1bbbd4860e5100fe5f Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 10 Feb 2014 10:09:15 +0000 Subject: coverity#1130453 Uncaught exception Change-Id: I54f868c7ab88b3a9be0b91fcceee95d522a6b2f8 --- vcl/qa/cppunit/canvasbitmaptest.cxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'vcl/qa') diff --git a/vcl/qa/cppunit/canvasbitmaptest.cxx b/vcl/qa/cppunit/canvasbitmaptest.cxx index ccae63c477bc..9ade183b6537 100644 --- a/vcl/qa/cppunit/canvasbitmaptest.cxx +++ b/vcl/qa/cppunit/canvasbitmaptest.cxx @@ -462,8 +462,10 @@ private: return uno::Sequence< double >(); } - virtual uno::Sequence< double > SAL_CALL convertFromPARGB( const uno::Sequence< rendering::ARGBColor >& ) throw (lang::IllegalArgumentException, - uno::RuntimeException) + virtual uno::Sequence< double > SAL_CALL convertFromPARGB( const uno::Sequence< rendering::ARGBColor >& ) + throw (lang::IllegalArgumentException, + uno::RuntimeException, + std::exception) { CPPUNIT_ASSERT_MESSAGE("convertFromPARGB: this method is not expected to be called!", false); return uno::Sequence< double >(); -- cgit v1.2.3