diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-08-19 23:35:42 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-08-19 23:35:42 +0000 |
commit | 2734623f4f00c2054a65c81a81309571a59a8038 (patch) | |
tree | 61556027da1922ed9d5dd5c6e22dd46c10cd23a0 /vcl/unx/inc/pspgraphics.h | |
parent | 80ff3614dc69b2bd74750ed122f19a47432b9611 (diff) |
INTEGRATION: CWS aw033 (1.13.70); FILE MERGED
2008/07/11 11:43:28 aw 1.13.70.9: RESYNC: (1.19-1.20); FILE MERGED
2008/06/25 13:09:50 aw 1.13.70.8: RESYNC: (1.18-1.19); FILE MERGED
2008/05/14 15:07:04 aw 1.13.70.7: RESYNC: (1.16-1.18); FILE MERGED
2008/03/14 14:37:14 cl 1.13.70.6: RESYNC: (1.15-1.16); FILE MERGED
2007/12/13 16:44:19 aw 1.13.70.5: #i39532# AA work for unxlngi6
2007/12/04 17:18:06 aw 1.13.70.4: #i39532# changes after resync
2007/08/09 20:22:02 aw 1.13.70.3: RESYNC: (1.14-1.15); FILE MERGED
2007/06/27 18:48:33 aw 1.13.70.2: RESYNC: (1.13-1.14); FILE MERGED
2007/05/29 14:50:30 hdu 1.13.70.1: #i75669# fix warnings after RESYNC to SRC680_m212
Diffstat (limited to 'vcl/unx/inc/pspgraphics.h')
-rw-r--r-- | vcl/unx/inc/pspgraphics.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/unx/inc/pspgraphics.h b/vcl/unx/inc/pspgraphics.h index eb2bc1de1bc2..5cc0d38090b2 100644 --- a/vcl/unx/inc/pspgraphics.h +++ b/vcl/unx/inc/pspgraphics.h @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: pspgraphics.h,v $ - * $Revision: 1.20 $ + * $Revision: 1.21 $ * * This file is part of OpenOffice.org. * @@ -157,7 +157,7 @@ public: const sal_uInt32* pPoints, PCONSTSALPOINT* pPtAry ); virtual bool drawPolyPolygon( const ::basegfx::B2DPolyPolygon&, double fTransparency ); - virtual bool drawPolyLine( const ::basegfx::B2DPolygon&, const ::basegfx::B2DVector& rLineWidths ); + virtual bool drawPolyLine( const basegfx::B2DPolygon&, const basegfx::B2DVector& rLineWidths, basegfx::B2DLineJoin); virtual sal_Bool drawPolyLineBezier( ULONG nPoints, const SalPoint* pPtAry, const BYTE* pFlgAry ); |