From 079abb8b46a53600352c6f99a391153684ed8a98 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 19 Jan 2017 18:01:07 +0100 Subject: New loplugin:dynexcspec: Add @throws documentation, basegfx Change-Id: I83cd12d9eb2d65ec5ff903b7536f28b2a0ae3c69 --- include/basegfx/tools/unotools.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/basegfx/tools') diff --git a/include/basegfx/tools/unotools.hxx b/include/basegfx/tools/unotools.hxx index f459622e0429..8d28ec82aaf7 100644 --- a/include/basegfx/tools/unotools.hxx +++ b/include/basegfx/tools/unotools.hxx @@ -25,7 +25,7 @@ class B2DPolyPolygon; namespace unotools { - + /// @throws css::lang::IllegalArgumentException BASEGFX_DLLPUBLIC B2DPolyPolygon polyPolygonBezierToB2DPolyPolygon(const css::drawing::PolyPolygonBezierCoords& rSourcePolyPolygon) throw( css::lang::IllegalArgumentException ); -- cgit