From f7679803dae2ea72b7c51d2d02f41afa971a43f2 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 27 May 2014 09:13:59 +0200 Subject: cid#707251 Uncaught exception Change-Id: I77a606e3200da94fcf2268c5cd6c396068a82e47 --- svx/source/unodraw/unoshap2.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svx/source') diff --git a/svx/source/unodraw/unoshap2.cxx b/svx/source/unodraw/unoshap2.cxx index 2de75ecea083..19930f9c2881 100644 --- a/svx/source/unodraw/unoshap2.cxx +++ b/svx/source/unodraw/unoshap2.cxx @@ -1403,7 +1403,7 @@ drawing::PolygonKind SvxShapePolyPolygonBezier::GetPolygonKind() const throw() } -void SvxShapePolyPolygonBezier::SetPolygon(const basegfx::B2DPolyPolygon& rNew) throw() +void SvxShapePolyPolygonBezier::SetPolygon(const basegfx::B2DPolyPolygon& rNew) throw(uno::RuntimeException) { ::SolarMutexGuard aGuard; -- cgit