diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-02-10 10:12:43 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-10 11:21:07 +0000 |
commit | 4adf4379aa908b987a5e1138df91dbcf80ed7572 (patch) | |
tree | 01e446d003510f732fee507e0ee5d7cb66bb0991 /vcl/qa/cppunit | |
parent | 5852f3471777e2c4ff176a764757d821bca78f23 (diff) |
coverity#1130447 Uncaught exception
Change-Id: Icb55ad131c9e69264b3cf1ed4d7220002816036d
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 0ebc9a6d2526..17208ba9b287 100644 --- a/vcl/qa/cppunit/canvasbitmaptest.cxx +++ b/vcl/qa/cppunit/canvasbitmaptest.cxx @@ -429,8 +429,10 @@ private: return uno::Sequence< double >(); } - virtual uno::Sequence< rendering::RGBColor > SAL_CALL convertToRGB( const uno::Sequence< double >& ) throw (lang::IllegalArgumentException, - uno::RuntimeException) + virtual uno::Sequence< rendering::RGBColor > SAL_CALL convertToRGB( const uno::Sequence< double >& ) + throw (lang::IllegalArgumentException, + uno::RuntimeException, + std::exception) { CPPUNIT_ASSERT_MESSAGE("convertToRGB: method not implemented", false); return uno::Sequence< rendering::RGBColor >(); |