summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/drawing/PolyPolygonBezierDescriptor.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/drawing/PolyPolygonBezierDescriptor.idl')
-rw-r--r--offapi/com/sun/star/drawing/PolyPolygonBezierDescriptor.idl6
1 files changed, 0 insertions, 6 deletions
diff --git a/offapi/com/sun/star/drawing/PolyPolygonBezierDescriptor.idl b/offapi/com/sun/star/drawing/PolyPolygonBezierDescriptor.idl
index cc0d04448216..9c13b5a71f20 100644
--- a/offapi/com/sun/star/drawing/PolyPolygonBezierDescriptor.idl
+++ b/offapi/com/sun/star/drawing/PolyPolygonBezierDescriptor.idl
@@ -33,11 +33,9 @@
#include <com/sun/star/drawing/PolyPolygonBezierCoords.idl>
-//=============================================================================
module com { module sun { module star { module drawing {
-//=============================================================================
/** This service describes a polypolygonbezier.
<p>A polypolygonbezier consists of multiple Bezier polygons combined
@@ -45,26 +43,22 @@
*/
published service PolyPolygonBezierDescriptor
{
- //-------------------------------------------------------------------------
/** This is the type of this polygon.
*/
[readonly, property] com::sun::star::drawing::PolygonKind PolygonKind;
- //-------------------------------------------------------------------------
/** These are the Bezier points of this polygon.
*/
[property] com::sun::star::drawing::PolyPolygonBezierCoords PolyPolygonBezier;
- //-------------------------------------------------------------------------
/** These are the untransformed Bezier coordinates of this polygon.
*/
[property] com::sun::star::drawing::PolyPolygonBezierCoords Geometry;
};
-//=============================================================================
}; }; }; };