summaryrefslogtreecommitdiff
path: root/basegfx/source/polygon/b3dpolygonclipper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'basegfx/source/polygon/b3dpolygonclipper.cxx')
-rw-r--r--basegfx/source/polygon/b3dpolygonclipper.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/basegfx/source/polygon/b3dpolygonclipper.cxx b/basegfx/source/polygon/b3dpolygonclipper.cxx
index c0b36ccf5205..d8099b3e7b67 100644
--- a/basegfx/source/polygon/b3dpolygonclipper.cxx
+++ b/basegfx/source/polygon/b3dpolygonclipper.cxx
@@ -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
@@ -246,7 +246,7 @@ namespace basegfx
{
impAppendCopy(aNewPolygon, rCandidate, nNextIndex);
}
-
+
// pepare next step
aCurrent = aNext;
}
@@ -280,7 +280,7 @@ namespace basegfx
{
impAppendCopy(aNewPolygon, rCandidate, nNextIndex);
}
-
+
// pepare next step
aCurrent = aNext;
}
@@ -338,7 +338,7 @@ namespace basegfx
{
const B3DRange aCandidateRange3D(getRange(rCandidate));
const B2DRange aCandidateRange(
- aCandidateRange3D.getMinX(), aCandidateRange3D.getMinY(),
+ aCandidateRange3D.getMinX(), aCandidateRange3D.getMinY(),
aCandidateRange3D.getMaxX(), aCandidateRange3D.getMaxY());
if(rRange.isInside(aCandidateRange))