summaryrefslogtreecommitdiff
path: root/drawinglayer
diff options
context:
space:
mode:
authorArmin Weiss <aw@openoffice.org>2007-08-13 14:30:25 +0000
committerArmin Weiss <aw@openoffice.org>2007-08-13 14:30:25 +0000
commit5f484b31d9b8ac6c07a85bbeb122b8ad5cc9af0b (patch)
tree8baf37957730db5ca423dd4b90c871f23af01816 /drawinglayer
parent545a78164404bcd06144d68c909b34d27d785b3f (diff)
#i39532# changes after resync
Diffstat (limited to 'drawinglayer')
-rw-r--r--drawinglayer/source/primitive2d/textdecoratedprimitive2d.cxx8
1 files changed, 4 insertions, 4 deletions
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