vcl/headless/svpgdi.cxx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-)
New commits: commit 6ba7f47de32074895b830e1ef3682fa1d0d1b6be Author: Michael Meeks <[email protected]> Date: Thu Oct 2 16:55:14 2014 +0100 vcl: whitespace cleanup. Change-Id: I0e61ecfc32f13bba0fa992689604c8b79e6139e9 diff --git a/vcl/headless/svpgdi.cxx b/vcl/headless/svpgdi.cxx index ef8f126..6f993db 100644 --- a/vcl/headless/svpgdi.cxx +++ b/vcl/headless/svpgdi.cxx @@ -510,28 +510,28 @@ bool SvpSalGraphics::drawPolyLine( basegfx::B2DLineJoin /*eJoin*/, com::sun::star::drawing::LineCap /*eLineCap*/) { - // TODO: implement and advertise OutDevSupport_B2DDraw support - return false; + // TODO: implement and advertise OutDevSupport_B2DDraw support + return false; } bool SvpSalGraphics::drawPolyLineBezier( sal_uInt32, - const SalPoint*, - const sal_uInt8* ) + const SalPoint*, + const sal_uInt8* ) { return false; } bool SvpSalGraphics::drawPolygonBezier( sal_uInt32, - const SalPoint*, - const sal_uInt8* ) + const SalPoint*, + const sal_uInt8* ) { return false; } bool SvpSalGraphics::drawPolyPolygonBezier( sal_uInt32, - const sal_uInt32*, - const SalPoint* const*, - const sal_uInt8* const* ) + const sal_uInt32*, + const SalPoint* const*, + const sal_uInt8* const* ) { return false; } _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
