From d001033f9d1f059acb6e5ca6aa79702c657431fb Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Wed, 18 Jul 2007 10:03:30 +0000 Subject: INTEGRATION: CWS aw051 (1.15.24); FILE MERGED 2007/05/10 09:48:43 aw 1.15.24.1: #i76891# --- basegfx/inc/basegfx/polygon/b2dpolypolygontools.hxx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'basegfx') 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 -- cgit