From a00f5c01310fead4a1ba6ff964686108e83be63b Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 10 Feb 2014 10:11:39 +0000 Subject: coverity#1130449 Uncaught exception Change-Id: I3d357d1346da173f0ee40b6b316e26d7f75bd4d5 --- vcl/qa/cppunit/canvasbitmaptest.cxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'vcl') diff --git a/vcl/qa/cppunit/canvasbitmaptest.cxx b/vcl/qa/cppunit/canvasbitmaptest.cxx index 1bd9d74d60f4..ca039001cd14 100644 --- a/vcl/qa/cppunit/canvasbitmaptest.cxx +++ b/vcl/qa/cppunit/canvasbitmaptest.cxx @@ -412,7 +412,9 @@ private: return rendering::RenderingIntent::PERCEPTUAL; } - virtual uno::Sequence< beans::PropertyValue > SAL_CALL getProperties( ) throw (uno::RuntimeException) + virtual uno::Sequence< beans::PropertyValue > SAL_CALL getProperties() + throw (uno::RuntimeException, + std::exception) { CPPUNIT_ASSERT_MESSAGE("getProperties: method not implemented", false ); return uno::Sequence< ::beans::PropertyValue >(); -- cgit v1.2.3