summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/drawing/PolyPolygonDescriptor.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/drawing/PolyPolygonDescriptor.idl')
-rw-r--r--offapi/com/sun/star/drawing/PolyPolygonDescriptor.idl6
1 files changed, 0 insertions, 6 deletions
diff --git a/offapi/com/sun/star/drawing/PolyPolygonDescriptor.idl b/offapi/com/sun/star/drawing/PolyPolygonDescriptor.idl
index bc99bfc6458f..eea9de4e49b7 100644
--- a/offapi/com/sun/star/drawing/PolyPolygonDescriptor.idl
+++ b/offapi/com/sun/star/drawing/PolyPolygonDescriptor.idl
@@ -33,37 +33,31 @@
#include <com/sun/star/drawing/PointSequenceSequence.idl>
-//=============================================================================
module com { module sun { module star { module drawing {
-//=============================================================================
/** This service describes a poly-polygon.
<p>A poly-polygon consists of multiple polygons combined in one.</p>
*/
published service PolyPolygonDescriptor
{
- //-------------------------------------------------------------------------
/** This is the type of polygon.
*/
[readonly, property] com::sun::star::drawing::PolygonKind PolygonKind;
- //-------------------------------------------------------------------------
/** These are the reference points for this polygon.
*/
[property] com::sun::star::drawing::PointSequenceSequence PolyPolygon;
- //-------------------------------------------------------------------------
/** These are the untransformed points of this polygon.
*/
[property] com::sun::star::drawing::PointSequenceSequence Geometry;
};
-//=============================================================================
}; }; }; };