coverity#1130453 Uncaught exception
Change-Id: I54f868c7ab88b3a9be0b91fcceee95d522a6b2f8
This commit is contained in:
@@ -462,8 +462,10 @@ private:
|
||||
return uno::Sequence< double >();
|
||||
}
|
||||
|
||||
virtual uno::Sequence< double > SAL_CALL convertFromPARGB( const uno::Sequence< rendering::ARGBColor >& ) throw (lang::IllegalArgumentException,
|
||||
uno::RuntimeException)
|
||||
virtual uno::Sequence< double > SAL_CALL convertFromPARGB( const uno::Sequence< rendering::ARGBColor >& )
|
||||
throw (lang::IllegalArgumentException,
|
||||
uno::RuntimeException,
|
||||
std::exception)
|
||||
{
|
||||
CPPUNIT_ASSERT_MESSAGE("convertFromPARGB: this method is not expected to be called!", false);
|
||||
return uno::Sequence< double >();
|
||||
|
Reference in New Issue
Block a user