diff options
Diffstat (limited to 'vcl/unx/headless/svpgdi.cxx')
-rw-r--r-- | vcl/unx/headless/svpgdi.cxx | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/vcl/unx/headless/svpgdi.cxx b/vcl/unx/headless/svpgdi.cxx index 45cb3214ab7e..c3f4ce549e1e 100644 --- a/vcl/unx/headless/svpgdi.cxx +++ b/vcl/unx/headless/svpgdi.cxx @@ -372,7 +372,12 @@ void SvpSalGraphics::drawPolyPolygon( sal_uInt32 nPoly, dbgOut( m_aDevice ); } -bool SvpSalGraphics::drawPolyLine( const ::basegfx::B2DPolygon&, double /*fTransparency*/, const ::basegfx::B2DVector& /*rLineWidths*/, basegfx::B2DLineJoin /*eJoin*/ ) +bool SvpSalGraphics::drawPolyLine( + const ::basegfx::B2DPolygon&, + double /*fTransparency*/, + const ::basegfx::B2DVector& /*rLineWidths*/, + basegfx::B2DLineJoin /*eJoin*/, + com::sun::star::drawing::LineCap /*eLineCap*/) { // TODO: implement and advertise OutDevSupport_B2DDraw support return false; |