INTEGRATION: CWS aw051 (1.15.24); FILE MERGED
2007/05/10 09:48:43 aw 1.15.24.1: #i76891#
This commit is contained in:
parent
5eb8c8fe3a
commit
d001033f9d
1 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue