coverity#1130457 Uncaught exception

Change-Id: Ie65cdb00ec8823db329d2330ed142f4d841b095a
This commit is contained in:
Caolán McNamara 2014-02-21 15:02:34 +00:00
parent ea89446d5d
commit f6fef3a970

View File

@ -613,8 +613,11 @@ private:
return aRes; return aRes;
} }
virtual uno::Sequence< ::sal_Int8 > SAL_CALL convertIntegerFromRGB( const uno::Sequence< rendering::RGBColor >& ) throw (lang::IllegalArgumentException, virtual uno::Sequence< ::sal_Int8 > SAL_CALL convertIntegerFromRGB(
uno::RuntimeException) const uno::Sequence< rendering::RGBColor >&)
throw (lang::IllegalArgumentException,
uno::RuntimeException,
std::exception)
{ {
CPPUNIT_ASSERT_MESSAGE("convertIntegerFromRGB: method not implemented", false); CPPUNIT_ASSERT_MESSAGE("convertIntegerFromRGB: method not implemented", false);
return uno::Sequence< sal_Int8 >(); return uno::Sequence< sal_Int8 >();