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 --- include/svx/unoshape.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/svx/unoshape.hxx') diff --git a/include/svx/unoshape.hxx b/include/svx/unoshape.hxx index 1fa5696ceef7..247b3e19a77e 100644 --- a/include/svx/unoshape.hxx +++ b/include/svx/unoshape.hxx @@ -642,7 +642,7 @@ public: // Local support functions ::com::sun::star::drawing::PolygonKind GetPolygonKind() const throw(); - void SetPolygon(const basegfx::B2DPolyPolygon & rNew) throw(); + void SetPolygon(const basegfx::B2DPolyPolygon & rNew) throw(css::uno::RuntimeException); basegfx::B2DPolyPolygon GetPolygon() const throw(); // XServiceInfo -- cgit