summaryrefslogtreecommitdiff
path: root/basegfx/source/workbench/bezierclip.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'basegfx/source/workbench/bezierclip.hxx')
-rw-r--r--basegfx/source/workbench/bezierclip.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/basegfx/source/workbench/bezierclip.hxx b/basegfx/source/workbench/bezierclip.hxx
index 06294d174847..06436a21b817 100644
--- a/basegfx/source/workbench/bezierclip.hxx
+++ b/basegfx/source/workbench/bezierclip.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -42,13 +42,13 @@ struct Point2D
struct Bezier
{
- Point2D p0;
- Point2D p1;
- Point2D p2;
- Point2D p3;
+ Point2D p0;
+ Point2D p1;
+ Point2D p2;
+ Point2D p3;
- Point2D& operator[]( int i ) { return reinterpret_cast<Point2D*>(this)[i]; }
- const Point2D& operator[]( int i ) const { return reinterpret_cast<const Point2D*>(this)[i]; }
+ Point2D& operator[]( int i ) { return reinterpret_cast<Point2D*>(this)[i]; }
+ const Point2D& operator[]( int i ) const { return reinterpret_cast<const Point2D*>(this)[i]; }
};
struct FatLine