coverity#1130457 Uncaught exception
Change-Id: Ie65cdb00ec8823db329d2330ed142f4d841b095a
This commit is contained in:
parent
ea89446d5d
commit
f6fef3a970
@ -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 >();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user