diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-08-19 23:38:13 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-08-19 23:38:13 +0000 |
commit | 2feb46538208cd4bf66978cfa75f6b22b1b6a83c (patch) | |
tree | 8a6691d6ab1365c2fbec00460301a937ca9f9221 /vcl | |
parent | 768afadbb12a7b882aef4ab60bb633721cba25e1 (diff) |
INTEGRATION: CWS aw033 (1.32.10); FILE MERGED
2008/07/11 11:41:44 aw 1.32.10.6: RESYNC: (1.34-1.35); FILE MERGED
2008/06/25 13:10:10 aw 1.32.10.5: RESYNC: (1.33-1.34); FILE MERGED
2008/05/14 15:09:27 aw 1.32.10.4: RESYNC: (1.32-1.33); FILE MERGED
2007/12/13 16:44:30 aw 1.32.10.3: #i39532# AA work for unxlngi6
2007/11/07 17:21:18 aw 1.32.10.2: #i39532# checking in to create a working version for HDU
2007/05/29 14:50:31 hdu 1.32.10.1: #i75669# fix warnings after RESYNC to SRC680_m212
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/win/source/gdi/salgdi.cxx | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/vcl/win/source/gdi/salgdi.cxx b/vcl/win/source/gdi/salgdi.cxx index 7193a2e45908..5a8a51ddd741 100644 --- a/vcl/win/source/gdi/salgdi.cxx +++ b/vcl/win/source/gdi/salgdi.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: salgdi.cxx,v $ - * $Revision: 1.35 $ + * $Revision: 1.36 $ * * This file is part of OpenOffice.org. * @@ -1434,9 +1434,12 @@ bool WinSalGraphics::drawPolyPolygon( const ::basegfx::B2DPolyPolygon&, double / // ----------------------------------------------------------------------- -bool WinSalGraphics::drawPolyLine( const ::basegfx::B2DPolygon&, const ::basegfx::B2DVector& /*rLineWidths*/ ) +bool WinSalGraphics::drawPolyLine( + const basegfx::B2DPolygon& /*rPolygon*/, + const basegfx::B2DVector& /*rLineWidths*/, + basegfx::B2DLineJoin /*eLineJoin*/) { - // TODO: implement and advertise OutDevSupport_B2DDraw support + // TODO: implement return false; } |