New loplugin:dynexcspec: Add @throws documentation, basegfx

Change-Id: I83cd12d9eb2d65ec5ff903b7536f28b2a0ae3c69
This commit is contained in:
Stephan Bergmann
2017-01-19 18:01:07 +01:00
parent ff46e53358
commit 079abb8b46

View File

@@ -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 );