INTEGRATION: CWS presfixes03 (1.3.4); FILE MERGED
2005/04/03 19:19:02 thb 1.3.4.1: #i39245# Adaptions to changed bezier API
This commit is contained in:
@@ -188,7 +188,7 @@ public class CanvasUtils
|
||||
{
|
||||
try
|
||||
{
|
||||
com.sun.star.geometry.RealBezierSegment2D [][] points = poly.getPoints(0,-1,0,-1);
|
||||
com.sun.star.geometry.RealBezierSegment2D [][] points = poly.getBezierSegments(0,-1,0,-1);
|
||||
|
||||
return makeGenPathFromBezierPoints( points );
|
||||
}
|
||||
|
Reference in New Issue
Block a user