coverity#1130451 Uncaught exception
Change-Id: Id26567c2f2aceca2b681dfbc6a4de493fa331f3d
This commit is contained in:
@@ -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 >();
|
||||
|
Reference in New Issue
Block a user