coverity#1130465 Uncaught exception

Change-Id: I67db69e52ac1dc5c1df5cda779be1a847838cce6
This commit is contained in:
Caolán McNamara 2014-02-10 10:05:51 +00:00
parent 14b055d92c
commit d0492482b4

View File

@ -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 >();