coverity#1130451 Uncaught exception

Change-Id: Id26567c2f2aceca2b681dfbc6a4de493fa331f3d
This commit is contained in:
Caolán McNamara
2014-02-10 10:10:33 +00:00
parent 517613241d
commit 2ce3912cab

View File

@@ -441,8 +441,10 @@ private:
return uno::Sequence< rendering::ARGBColor >();
}
virtual uno::Sequence< rendering::ARGBColor > SAL_CALL convertToPARGB( const uno::Sequence< double >& ) throw (lang::IllegalArgumentException,
uno::RuntimeException)
virtual uno::Sequence< rendering::ARGBColor > SAL_CALL convertToPARGB( const uno::Sequence< double >& )
throw (lang::IllegalArgumentException,
uno::RuntimeException,
std::exception)
{
CPPUNIT_ASSERT_MESSAGE("convertToPARGB: method not implemented", false);
return uno::Sequence< rendering::ARGBColor >();