summaryrefslogtreecommitdiff
path: root/basegfx/source/polygon
diff options
context:
space:
mode:
authorThorsten Behrens <thb@openoffice.org>2003-11-12 11:09:52 +0000
committerThorsten Behrens <thb@openoffice.org>2003-11-12 11:09:52 +0000
commitd29fb24a43fc4d8477181c2b693e163d97c07218 (patch)
tree6fb6740004e788c9dae1f6ef9244a045771c3196 /basegfx/source/polygon
parentdb78936286f5b9adf396e92383041b4f515b0edd (diff)
Added second adaptive subdivision method (this time with an angle differences as the stopping criterion
Diffstat (limited to 'basegfx/source/polygon')
-rw-r--r--basegfx/source/polygon/b2dpolygontools.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/basegfx/source/polygon/b2dpolygontools.cxx b/basegfx/source/polygon/b2dpolygontools.cxx
index bef74f8389ef..28aa2bd7aeab 100644
--- a/basegfx/source/polygon/b2dpolygontools.cxx
+++ b/basegfx/source/polygon/b2dpolygontools.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: b2dpolygontools.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: aw $ $Date: 2003-11-11 09:48:13 $
+ * last change: $Author: thb $ $Date: 2003-11-12 12:09:52 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -293,7 +293,7 @@ namespace basegfx
}
// call adaptive subdivide
- ::basegfx::curve::adaptiveSubdivide(aRetval, aBezier, fBound);
+ ::basegfx::curve::adaptiveSubdivideByDistance(aRetval, aBezier, fBound);
}
else
{