Author: damjan Date: Sat Mar 19 18:33:00 2016 New Revision: 1735793 URL: http://svn.apache.org/viewvc?rev=1735793&view=rev Log: Fix some DLL export typos in main/basegfx/inc/basegfx/polygon/b2dpolygontools.hxx
Patch by: me Modified: openoffice/branches/gbuild-reintegration/main/basegfx/inc/basegfx/polygon/b2dpolygontools.hxx Modified: openoffice/branches/gbuild-reintegration/main/basegfx/inc/basegfx/polygon/b2dpolygontools.hxx URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/basegfx/inc/basegfx/polygon/b2dpolygontools.hxx?rev=1735793&r1=1735792&r2=1735793&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/basegfx/inc/basegfx/polygon/b2dpolygontools.hxx (original) +++ openoffice/branches/gbuild-reintegration/main/basegfx/inc/basegfx/polygon/b2dpolygontools.hxx Sat Mar 19 18:33:00 2016 @@ -224,11 +224,11 @@ namespace basegfx The sumed-up length of the rDotDashArray. If zero, it will be calculated internally. */ - BASEGFX_DLLPUBLIC BASEGFX_DLLPUBLIC void applyLineDashing( + BASEGFX_DLLPUBLIC void applyLineDashing( const B2DPolygon& rCandidate, const ::std::vector<double>& rDotDashArray, B2DPolyPolygon* pLineTarget, - BASEGFX_DLLPUBLIC B2DPolyPolygon* pGapTarget = 0, + B2DPolyPolygon* pGapTarget = 0, double fFullDashDotLen = 0.0); // test if point is inside epsilon-range around an edge defined