Kaydet (Commit) 2ce3912c authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1130451 Uncaught exception

Change-Id: Id26567c2f2aceca2b681dfbc6a4de493fa331f3d
üst 51761324
...@@ -441,8 +441,10 @@ private: ...@@ -441,8 +441,10 @@ private:
return uno::Sequence< rendering::ARGBColor >(); return uno::Sequence< rendering::ARGBColor >();
} }
virtual uno::Sequence< rendering::ARGBColor > SAL_CALL convertToPARGB( const uno::Sequence< double >& ) throw (lang::IllegalArgumentException, virtual uno::Sequence< rendering::ARGBColor > SAL_CALL convertToPARGB( const uno::Sequence< double >& )
uno::RuntimeException) throw (lang::IllegalArgumentException,
uno::RuntimeException,
std::exception)
{ {
CPPUNIT_ASSERT_MESSAGE("convertToPARGB: method not implemented", false); CPPUNIT_ASSERT_MESSAGE("convertToPARGB: method not implemented", false);
return uno::Sequence< rendering::ARGBColor >(); return uno::Sequence< rendering::ARGBColor >();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment