From f354ba7a3aba1301f3951fdd9f74a38bd94255af Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 6 Nov 2012 16:39:47 +0200 Subject: Unbreak compilation of the iOS vcl code Note that this is code basically copy-pasted from the MacOSX ("aqua") back-end with some small edits, and it is not clear at all that it will eventually be used in this form at all. But until then, let's keep it compiling. Change-Id: Ia1bd63f2ecc621cd4ce699ffc754cab423321d42 --- vcl/inc/ios/salgdi.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'vcl/inc/ios') diff --git a/vcl/inc/ios/salgdi.h b/vcl/inc/ios/salgdi.h index 4743c88fa9d9..9456d71fa047 100644 --- a/vcl/inc/ios/salgdi.h +++ b/vcl/inc/ios/salgdi.h @@ -123,8 +123,12 @@ public: virtual sal_Bool drawPolygonBezier( sal_uLong nPoints, const SalPoint* pPtAry, const sal_uInt8* pFlgAry ); virtual sal_Bool drawPolyPolygonBezier( sal_uLong nPoly, const sal_uLong* pPoints, const SalPoint* const* pPtAry, const sal_uInt8* const* pFlgAry ); - virtual bool drawPolyLine( const ::basegfx::B2DPolygon&, double fTransparency, - const ::basegfx::B2DVector& rLineWidths, basegfx::B2DLineJoin ); + virtual bool drawPolyLine( + const ::basegfx::B2DPolygon&, + double fTransparency, + const ::basegfx::B2DVector& rLineWidths, + basegfx::B2DLineJoin, + com::sun::star::drawing::LineCap eLineCap); // CopyArea --> No RasterOp, but ClipRegion virtual void copyArea( long nDestX, long nDestY, long nSrcX, long nSrcY, long nSrcWidth, -- cgit