summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2014-10-02 16:55:14 +0100
committerMichael Meeks <michael.meeks@collabora.com>2014-10-11 20:49:58 +0100
commit6ba7f47de32074895b830e1ef3682fa1d0d1b6be (patch)
treeed345d5ddf30455f7ae2c9a7ef17b34f6f8c3448 /vcl
parentb384ee5442a18f3e7678a868e2cfe82782afaeb7 (diff)
vcl: whitespace cleanup.
Change-Id: I0e61ecfc32f13bba0fa992689604c8b79e6139e9
Diffstat (limited to 'vcl')
-rw-r--r--vcl/headless/svpgdi.cxx18
1 files changed, 9 insertions, 9 deletions
diff --git a/vcl/headless/svpgdi.cxx b/vcl/headless/svpgdi.cxx
index ef8f12639b17..6f993dbc29c9 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;
}