summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/drawing/PolyPolygonBezierCoords.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/drawing/PolyPolygonBezierCoords.idl')
-rw-r--r--offapi/com/sun/star/drawing/PolyPolygonBezierCoords.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/drawing/PolyPolygonBezierCoords.idl b/offapi/com/sun/star/drawing/PolyPolygonBezierCoords.idl
index 1ddbd00c2a58..951a1e7dc793 100644
--- a/offapi/com/sun/star/drawing/PolyPolygonBezierCoords.idl
+++ b/offapi/com/sun/star/drawing/PolyPolygonBezierCoords.idl
@@ -24,11 +24,9 @@
#include <com/sun/star/drawing/FlagSequenceSequence.idl>
-//=============================================================================
module com { module sun { module star { module drawing {
-//=============================================================================
// DocMerge from xml: struct com::sun::star::drawing::PolyPolygonBezierCoords
/** specifies the coordinates for a poly polygon Bezier.
@@ -38,7 +36,6 @@ published struct PolyPolygonBezierCoords
// DocMerge: empty anyway
com::sun::star::drawing::PointSequenceSequence Coordinates;
- //-------------------------------------------------------------------------
// DOCUMENTATION OMITTED FOR PolyPolygonBezierCoords::Flags
// DocMerge: empty anyway
@@ -46,7 +43,6 @@ published struct PolyPolygonBezierCoords
};
-//=============================================================================
}; }; }; };