From c81f9104b6b6a91588c7a74bbb50a0c9c9729e1a Mon Sep 17 00:00:00 2001 From: Bjoern Michaelsen Date: Fri, 22 Jul 2011 21:07:24 +0200 Subject: postmerge fixes for gnumake4 --- basegfx/inc/basegfx/tools/unotools.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'basegfx/inc/basegfx') diff --git a/basegfx/inc/basegfx/tools/unotools.hxx b/basegfx/inc/basegfx/tools/unotools.hxx index e7bcc27fb561..52e2069075ee 100644 --- a/basegfx/inc/basegfx/tools/unotools.hxx +++ b/basegfx/inc/basegfx/tools/unotools.hxx @@ -44,10 +44,10 @@ class B2DPolyPolygon; namespace unotools { - B2DPolyPolygon polyPolygonBezierToB2DPolyPolygon(const ::com::sun::star::drawing::PolyPolygonBezierCoords& rSourcePolyPolygon) + BASEGFX_DLLPUBLIC B2DPolyPolygon polyPolygonBezierToB2DPolyPolygon(const ::com::sun::star::drawing::PolyPolygonBezierCoords& rSourcePolyPolygon) throw( ::com::sun::star::lang::IllegalArgumentException ); - void b2DPolyPolygonToPolyPolygonBezier( const B2DPolyPolygon& rPolyPoly, + BASEGFX_DLLPUBLIC void b2DPolyPolygonToPolyPolygonBezier( const B2DPolyPolygon& rPolyPoly, ::com::sun::star::drawing::PolyPolygonBezierCoords& rRetval ); } } -- cgit v1.2.3