summaryrefslogtreecommitdiff
path: root/basegfx/inc
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-07-22 21:07:24 +0200
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-07-22 21:07:24 +0200
commitc81f9104b6b6a91588c7a74bbb50a0c9c9729e1a (patch)
treebe3b7a4178a549d061ca397081fa5589ddbf8d03 /basegfx/inc
parenta233dac0653f3f3054f7ad2da114ed989747e89a (diff)
postmerge fixes for gnumake4
Diffstat (limited to 'basegfx/inc')
-rw-r--r--basegfx/inc/basegfx/tools/unotools.hxx4
1 files changed, 2 insertions, 2 deletions
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 );
}
}