diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-07-18 10:03:30 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-07-18 10:03:30 +0000 |
commit | d001033f9d1f059acb6e5ca6aa79702c657431fb (patch) | |
tree | d8c73c6a76ded7a3f9eeadf65f6cc203e7fe567b /basegfx | |
parent | 5eb8c8fe3a6640899ed13bf2cfa7801e9287feeb (diff) |
INTEGRATION: CWS aw051 (1.15.24); FILE MERGED
2007/05/10 09:48:43 aw 1.15.24.1: #i76891#
Diffstat (limited to 'basegfx')
-rw-r--r-- | basegfx/inc/basegfx/polygon/b2dpolypolygontools.hxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/basegfx/inc/basegfx/polygon/b2dpolypolygontools.hxx b/basegfx/inc/basegfx/polygon/b2dpolypolygontools.hxx index b5b31c00f10c..591d9ec0beed 100644 --- a/basegfx/inc/basegfx/polygon/b2dpolypolygontools.hxx +++ b/basegfx/inc/basegfx/polygon/b2dpolypolygontools.hxx @@ -4,9 +4,9 @@ * * $RCSfile: b2dpolypolygontools.hxx,v $ * - * $Revision: 1.15 $ + * $Revision: 1.16 $ * - * last change: $Author: kz $ $Date: 2006-12-13 15:06:35 $ + * last change: $Author: obo $ $Date: 2007-07-18 11:03:30 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -208,6 +208,9 @@ namespace basegfx bool bUseRelativeCoordinates=true, bool bDetectQuadraticBeziers=true ); + // #i76891# Try to remove existing curve segments if they are simply edges + B2DPolyPolygon simplifyCurveSegments(const B2DPolyPolygon& rCandidate); + } // end of namespace tools } // end of namespace basegfx |