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:
Oliver Bolte
2005-04-18 08:09:03 +00:00
parent 46f1018120
commit 1f6d7ccf48
2 changed files with 4 additions and 4 deletions

View File

@@ -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 );
}