vcl: whitespace cleanup.

Change-Id: I0e61ecfc32f13bba0fa992689604c8b79e6139e9
This commit is contained in:
Michael Meeks 2014-10-02 16:55:14 +01:00
parent b384ee5442
commit 6ba7f47de3

View file

@ -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;
}