summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/rendering/XBezierPolyPolygon2D.idl
diff options
context:
space:
mode:
authorKai Sommerfeld <kso@openoffice.org>2011-03-18 15:55:57 +0100
committerKai Sommerfeld <kso@openoffice.org>2011-03-18 15:55:57 +0100
commit3e396922c2926165d680e8051c3d9247ea4aaf78 (patch)
treeef160de849294631f8a13e8f55a6494f272c71a7 /offapi/com/sun/star/rendering/XBezierPolyPolygon2D.idl
parent0461d179dddc2caab6315e6f7ec7bb3804dd017a (diff)
#i117329# - Publishing of UNO types, 4th wave.
Diffstat (limited to 'offapi/com/sun/star/rendering/XBezierPolyPolygon2D.idl')
-rw-r--r--offapi/com/sun/star/rendering/XBezierPolyPolygon2D.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/rendering/XBezierPolyPolygon2D.idl b/offapi/com/sun/star/rendering/XBezierPolyPolygon2D.idl
index 8d245d1c00a2..081d516fdcf0 100644
--- a/offapi/com/sun/star/rendering/XBezierPolyPolygon2D.idl
+++ b/offapi/com/sun/star/rendering/XBezierPolyPolygon2D.idl
@@ -43,7 +43,7 @@
module com { module sun { module star { module rendering {
/** This is a specialized interface for a 2D poly-polygon containing
- straight line and bezier segments.<p>
+ straight line and bezier segments.<p>
This poly-polygon can contain polygons consisting of a mixture of
cubic bezier curves and straight lines. As the straight line is a
@@ -56,7 +56,7 @@ module com { module sun { module star { module rendering {
@since OOo 2.0
*/
-interface XBezierPolyPolygon2D : XPolyPolygon2D
+published interface XBezierPolyPolygon2D : XPolyPolygon2D
{
/** Query subset of this poly-polygon.<p>