From 5f484b31d9b8ac6c07a85bbeb122b8ad5cc9af0b Mon Sep 17 00:00:00 2001 From: Armin Weiss Date: Mon, 13 Aug 2007 14:30:25 +0000 Subject: #i39532# changes after resync --- drawinglayer/source/primitive2d/textdecoratedprimitive2d.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'drawinglayer') diff --git a/drawinglayer/source/primitive2d/textdecoratedprimitive2d.cxx b/drawinglayer/source/primitive2d/textdecoratedprimitive2d.cxx index 3ac175daa175..f03fc284179c 100644 --- a/drawinglayer/source/primitive2d/textdecoratedprimitive2d.cxx +++ b/drawinglayer/source/primitive2d/textdecoratedprimitive2d.cxx @@ -4,9 +4,9 @@ * * $RCSfile: textdecoratedprimitive2d.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: aw $ $Date: 2007-08-08 15:27:53 $ + * last change: $Author: aw $ $Date: 2007-08-13 15:30:25 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -234,9 +234,9 @@ namespace drawinglayer // and ymin/ymax at {x=0.25*fW or 0.75*fW} const int n = aWavePoly.count(); - aWavePoly.setControlPointA( n-1, aPoint + aCtrlOffset ); + aWavePoly.setNextControlPoint( n-1, aPoint + aCtrlOffset ); aWavePoly.append(aPoint += ::basegfx::B2DPoint( fWaveWidth, 0.0 ) ); - aWavePoly.setControlPointB( n-1, aPoint - aCtrlOffset ); + aWavePoly.setPrevControlPoint( n-1, aPoint - aCtrlOffset ); } // adjust stroke style -- cgit