diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-02-09 21:04:50 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-09 21:07:42 +0000 |
commit | 2c32e2f38366b4cfbdc56375cddaac188b80304e (patch) | |
tree | d2f8396213e5b03a6f26c57c84a259c928002c0f /vcl/qa/cppunit | |
parent | 7af08465168d49f072ec68c9544587c96861a92a (diff) |
coverity#1130459 Uncaught exception
Change-Id: I1192f6326cc19c076386f0f426ebce911dba184b
Diffstat (limited to 'vcl/qa/cppunit')
-rw-r--r-- | vcl/qa/cppunit/canvasbitmaptest.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vcl/qa/cppunit/canvasbitmaptest.cxx b/vcl/qa/cppunit/canvasbitmaptest.cxx index a833767fa7f2..16492d0b92cd 100644 --- a/vcl/qa/cppunit/canvasbitmaptest.cxx +++ b/vcl/qa/cppunit/canvasbitmaptest.cxx @@ -597,7 +597,8 @@ private: } virtual uno::Sequence< ::sal_Int8 > SAL_CALL convertIntegerFromARGB( const uno::Sequence< rendering::ARGBColor >& ) throw (lang::IllegalArgumentException, - uno::RuntimeException) + uno::RuntimeException, + std::exception) { CPPUNIT_ASSERT_MESSAGE("convertIntegerFromARGB: method not implemented", false); return uno::Sequence< sal_Int8 >(); |