vcl: whitespace cleanup.
Change-Id: I0e61ecfc32f13bba0fa992689604c8b79e6139e9
This commit is contained in:
parent
b384ee5442
commit
6ba7f47de3
1 changed files with 9 additions and 9 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue