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

coverity#1130458 Uncaught exception

Change-Id: I2fd30daef6df18d0ef25132f9c0e445f613da10f
üst c7a6e064
......@@ -572,8 +572,11 @@ private:
return aRes;
}
virtual uno::Sequence< rendering::ARGBColor > SAL_CALL convertIntegerToPARGB( const uno::Sequence< ::sal_Int8 >& deviceColor ) throw (lang::IllegalArgumentException,
uno::RuntimeException)
virtual uno::Sequence< rendering::ARGBColor > SAL_CALL convertIntegerToPARGB(
const uno::Sequence< ::sal_Int8 >& deviceColor)
throw (lang::IllegalArgumentException,
uno::RuntimeException,
std::exception)
{
const sal_Size nLen( deviceColor.getLength() );
const sal_Int32 nBytesPerPixel(mnBitsPerPixel == 8 ? 1 : 4);
......
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