coverity#1130465 Uncaught exception
Change-Id: I67db69e52ac1dc5c1df5cda779be1a847838cce6
This commit is contained in:
parent
14b055d92c
commit
d0492482b4
@ -306,8 +306,11 @@ private:
|
|||||||
}
|
}
|
||||||
|
|
||||||
virtual uno::Sequence< ::sal_Int8 > SAL_CALL getPixel( rendering::IntegerBitmapLayout&,
|
virtual uno::Sequence< ::sal_Int8 > SAL_CALL getPixel( rendering::IntegerBitmapLayout&,
|
||||||
const geometry::IntegerPoint2D& ) throw (lang::IndexOutOfBoundsException,
|
const geometry::IntegerPoint2D& )
|
||||||
rendering::VolatileContentDestroyedException, uno::RuntimeException)
|
throw (lang::IndexOutOfBoundsException,
|
||||||
|
rendering::VolatileContentDestroyedException,
|
||||||
|
uno::RuntimeException,
|
||||||
|
std::exception)
|
||||||
{
|
{
|
||||||
CPPUNIT_ASSERT_MESSAGE("getPixel: method not implemented", false);
|
CPPUNIT_ASSERT_MESSAGE("getPixel: method not implemented", false);
|
||||||
return uno::Sequence< sal_Int8 >();
|
return uno::Sequence< sal_Int8 >();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user