coverity#1130453 Uncaught exception

Change-Id: I54f868c7ab88b3a9be0b91fcceee95d522a6b2f8
This commit is contained in:
Caolán McNamara
2014-02-10 10:09:15 +00:00
parent c7e6509d47
commit 7cc3998290

View File

@@ -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 >();