summaryrefslogtreecommitdiff
path: root/vcl/qa/cppunit
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-02-10 10:09:52 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-02-10 11:21:05 +0000
commit517613241d2d961c8edbb732f494821263c38e90 (patch)
tree3bf68f504acb064961fc398a3c499d2cafd27ec5 /vcl/qa/cppunit
parent7cc3998290a63db6beb6af1bbbd4860e5100fe5f (diff)
coverity#1130452 Uncaught exception
Change-Id: I700a73af9f25ea92a45c0f9218c4267fc885773e
Diffstat (limited to 'vcl/qa/cppunit')
-rw-r--r--vcl/qa/cppunit/canvasbitmaptest.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/vcl/qa/cppunit/canvasbitmaptest.cxx b/vcl/qa/cppunit/canvasbitmaptest.cxx
index 9ade183b6537..be8828483028 100644
--- a/vcl/qa/cppunit/canvasbitmaptest.cxx
+++ b/vcl/qa/cppunit/canvasbitmaptest.cxx
@@ -455,8 +455,10 @@ private:
return uno::Sequence< double >();
}
- virtual uno::Sequence< double > SAL_CALL convertFromARGB( const uno::Sequence< rendering::ARGBColor >& ) throw (lang::IllegalArgumentException,
- uno::RuntimeException)
+ virtual uno::Sequence< double > SAL_CALL convertFromARGB( const uno::Sequence< rendering::ARGBColor >& )
+ throw (lang::IllegalArgumentException,
+ uno::RuntimeException,
+ std::exception)
{
CPPUNIT_ASSERT_MESSAGE("convertFromARGB: this method is not expected to be called!", false);
return uno::Sequence< double >();