coverity#706253 Uncaught exception

Change-Id: Id55f2ae36c03db59011ce11538fd45d9e909d5c0
This commit is contained in:
Caolán McNamara
2014-02-11 15:57:56 +00:00
parent 3671f9f30c
commit c30677731c

View File

@@ -256,7 +256,8 @@ namespace
createStrokingRenderState()); createStrokingRenderState());
} }
virtual void SAL_CALL drawPolyPolygon( const uno::Reference< rendering::XPolyPolygon2D >& xPolyPolygon ) throw (uno::RuntimeException) virtual void SAL_CALL drawPolyPolygon( const uno::Reference< rendering::XPolyPolygon2D >& xPolyPolygon )
throw (uno::RuntimeException, std::exception)
{ {
::osl::MutexGuard aGuard( m_aMutex ); ::osl::MutexGuard aGuard( m_aMutex );