From c30677731c55688c764a669ecea1b1c4d17ae57d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Tue, 11 Feb 2014 15:57:56 +0000 Subject: [PATCH] coverity#706253 Uncaught exception Change-Id: Id55f2ae36c03db59011ce11538fd45d9e909d5c0 --- canvas/source/simplecanvas/simplecanvasimpl.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/canvas/source/simplecanvas/simplecanvasimpl.cxx b/canvas/source/simplecanvas/simplecanvasimpl.cxx index 6f734b0dbec5..803de0585d0b 100644 --- a/canvas/source/simplecanvas/simplecanvasimpl.cxx +++ b/canvas/source/simplecanvas/simplecanvasimpl.cxx @@ -256,7 +256,8 @@ namespace 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 );