diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-08-19 23:36:39 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-08-19 23:36:39 +0000 |
commit | bf3e8bd3e2567f462b9ce4e864e94e592404ec48 (patch) | |
tree | efbcbcc1a9e1d13b016ff69e6c3b92490e15faae /vcl/unx | |
parent | 95b3c6408c5f73d595b051f8be6fff2d49b28942 (diff) |
INTEGRATION: CWS aw033 (1.23.70); FILE MERGED
2008/07/11 11:43:40 aw 1.23.70.9: RESYNC: (1.30-1.32); FILE MERGED
2008/06/25 13:09:32 aw 1.23.70.8: RESYNC: (1.29-1.30); FILE MERGED
2008/05/14 15:07:38 aw 1.23.70.7: RESYNC: (1.27-1.29); FILE MERGED
2008/03/14 14:38:01 cl 1.23.70.6: RESYNC: (1.26-1.27); FILE MERGED
2007/12/13 16:44:19 aw 1.23.70.5: #i39532# AA work for unxlngi6
2007/12/04 17:18:06 aw 1.23.70.4: #i39532# changes after resync
2007/08/09 20:29:49 aw 1.23.70.3: RESYNC: (1.24-1.26); FILE MERGED
2007/06/27 18:49:07 aw 1.23.70.2: RESYNC: (1.23-1.24); FILE MERGED
2007/05/29 14:50:30 hdu 1.23.70.1: #i75669# fix warnings after RESYNC to SRC680_m212
Diffstat (limited to 'vcl/unx')
-rw-r--r-- | vcl/unx/source/gdi/pspgraphics.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/vcl/unx/source/gdi/pspgraphics.cxx b/vcl/unx/source/gdi/pspgraphics.cxx index 0012f7d913e1..60111ff2acd5 100644 --- a/vcl/unx/source/gdi/pspgraphics.cxx +++ b/vcl/unx/source/gdi/pspgraphics.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: pspgraphics.cxx,v $ - * $Revision: 1.32 $ + * $Revision: 1.33 $ * * This file is part of OpenOffice.org. * @@ -408,10 +408,10 @@ bool PspGraphics::drawPolyPolygon( const ::basegfx::B2DPolyPolygon&, double /*fT return false; } -bool PspGraphics::drawPolyLine( const ::basegfx::B2DPolygon&, const ::basegfx::B2DVector& /*rLineWidths*/ ) +bool PspGraphics::drawPolyLine( const basegfx::B2DPolygon&, const basegfx::B2DVector& /*rLineWidths*/, basegfx::B2DLineJoin /*eJoin*/) { - // TODO: implement and advertise OutDevSupport_B2DDraw support - return false; + // TODO: a PS printer can draw B2DPolyLines almost directly + return false; } sal_Bool PspGraphics::drawPolyLineBezier( ULONG nPoints, const SalPoint* pPtAry, const BYTE* pFlgAry ) |