summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/drawing/PolyPolygonShape3D.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/drawing/PolyPolygonShape3D.idl')
-rw-r--r--offapi/com/sun/star/drawing/PolyPolygonShape3D.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/drawing/PolyPolygonShape3D.idl b/offapi/com/sun/star/drawing/PolyPolygonShape3D.idl
index 220f95c3c85d..2ef29b1afacb 100644
--- a/offapi/com/sun/star/drawing/PolyPolygonShape3D.idl
+++ b/offapi/com/sun/star/drawing/PolyPolygonShape3D.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/drawing/DoubleSequenceSequence.idl>
-//=============================================================================
module com { module sun { module star { module drawing {
-//=============================================================================
// DocMerge from xml: struct com::sun::star::drawing::PolyPolygonShape3D
/** specifies the coordinates of a 3-dimensional poly polygon.
@@ -36,13 +34,11 @@ published struct PolyPolygonShape3D
// DocMerge: empty anyway
com::sun::star::drawing::DoubleSequenceSequence SequenceX;
- //-------------------------------------------------------------------------
// DOCUMENTATION OMITTED FOR PolyPolygonShape3D::SequenceY
// DocMerge: empty anyway
com::sun::star::drawing::DoubleSequenceSequence SequenceY;
- //-------------------------------------------------------------------------
// DOCUMENTATION OMITTED FOR PolyPolygonShape3D::SequenceZ
// DocMerge: empty anyway
@@ -50,7 +46,6 @@ published struct PolyPolygonShape3D
};
-//=============================================================================
}; }; }; };