Kaydet (Commit) c7e6509d authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1130454 Uncaught exception

Change-Id: Iec9368acec5c2ce529da54fcc6656f6d071bc337
üst 7d93cc44
......@@ -419,7 +419,9 @@ private:
}
virtual uno::Sequence< double > SAL_CALL convertColorSpace( const uno::Sequence< double >&,
const uno::Reference< rendering::XColorSpace >& ) throw (uno::RuntimeException)
const uno::Reference< rendering::XColorSpace >& )
throw (uno::RuntimeException,
std::exception)
{
CPPUNIT_ASSERT_MESSAGE("convertColorSpace: method not implemented", false);
return uno::Sequence< double >();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment