summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/rendering/XBezierPolyPolygon2D.idl
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-27 23:21:10 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:01 +0200
commitbb6503dd081ebb4d11929ab1946eea8d60dd817c (patch)
treee2197a207d6c5f6ff82a7aa71b2c7266b45cd84f /offapi/com/sun/star/rendering/XBezierPolyPolygon2D.idl
parent4bb43e1612ea3737fe53bb28ac830810b0a6a028 (diff)
*api: convert remaining <member>
sed -i "s,<member>\([^<]\+\)</member>,\1,g" Change-Id: I74c80f5aa610477fab28faec52e55c3137984aec
Diffstat (limited to 'offapi/com/sun/star/rendering/XBezierPolyPolygon2D.idl')
-rw-r--r--offapi/com/sun/star/rendering/XBezierPolyPolygon2D.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/rendering/XBezierPolyPolygon2D.idl b/offapi/com/sun/star/rendering/XBezierPolyPolygon2D.idl
index b4b0058352bb..4d841f984989 100644
--- a/offapi/com/sun/star/rendering/XBezierPolyPolygon2D.idl
+++ b/offapi/com/sun/star/rendering/XBezierPolyPolygon2D.idl
@@ -88,7 +88,7 @@ interface XBezierPolyPolygon2D : XPolyPolygon2D
specifying 0 here, the given Bezier sequence will precede all
existing polygons already within the poly-polygon). To append
to a poly-polygon, call setPoints() with
- <member>XBezierPolyPolygon2D::getNumberOfPolygons()</member>
+ XBezierPolyPolygon2D::getNumberOfPolygons()
as the polygon index. If nPolygonIndex is -1, the given
Bezier sequence <em>replaces</em> the poly-polygon content,
such that after this method completes, it contains exactly the
@@ -127,9 +127,9 @@ interface XBezierPolyPolygon2D : XPolyPolygon2D
The remaining points of the poly-polygon will not be changed by
this method. Use
- <member>XBezierPolyPolygon2D::getNumberOfPolygons()</member>
+ XBezierPolyPolygon2D::getNumberOfPolygons()
or
- <member>XBezierPolyPolygon2D::getNumberOfPolygonPoints()</member>
+ XBezierPolyPolygon2D::getNumberOfPolygonPoints()
to append points or polygons, respectively.<p>
@param point