diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-02-10 10:11:08 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-10 11:21:06 +0000 |
commit | 6165535dc95f4868c86e3c71724c2f29b12ef292 (patch) | |
tree | 1ed5de560043531884e5a7e6b112fb620cd1df18 /vcl/qa/cppunit | |
parent | 2ce3912cab85e58c5addb0999e8b45b70ad22d1d (diff) |
coverity#1130450 Uncaught exception
Change-Id: I0155c6baafc302984a9af17434ec23b37606aa22
Diffstat (limited to 'vcl/qa/cppunit')
-rw-r--r-- | vcl/qa/cppunit/canvasbitmaptest.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/vcl/qa/cppunit/canvasbitmaptest.cxx b/vcl/qa/cppunit/canvasbitmaptest.cxx index b86507e888df..1bd9d74d60f4 100644 --- a/vcl/qa/cppunit/canvasbitmaptest.cxx +++ b/vcl/qa/cppunit/canvasbitmaptest.cxx @@ -450,8 +450,10 @@ private: return uno::Sequence< rendering::ARGBColor >(); } - virtual uno::Sequence< double > SAL_CALL convertFromRGB( const uno::Sequence< rendering::RGBColor >& ) throw (lang::IllegalArgumentException, - uno::RuntimeException) + virtual uno::Sequence< double > SAL_CALL convertFromRGB( const uno::Sequence< rendering::RGBColor >& ) + throw (lang::IllegalArgumentException, + uno::RuntimeException, + std::exception) { CPPUNIT_ASSERT_MESSAGE("convertFromRGB: method not implemented", false); return uno::Sequence< double >(); |