summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/drawing/BoundVolume.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/drawing/BoundVolume.idl')
-rw-r--r--offapi/com/sun/star/drawing/BoundVolume.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/drawing/BoundVolume.idl b/offapi/com/sun/star/drawing/BoundVolume.idl
index 3736ab25cc66..86f5b406b0b9 100644
--- a/offapi/com/sun/star/drawing/BoundVolume.idl
+++ b/offapi/com/sun/star/drawing/BoundVolume.idl
@@ -21,11 +21,9 @@
#include <com/sun/star/drawing/Position3D.idl>
-//=============================================================================
module com { module sun { module star { module drawing {
-//=============================================================================
/** specifies a three-dimensional boundary volume with two positions.
*/
@@ -35,14 +33,12 @@ published struct BoundVolume
*/
Position3D min;
- //-------------------------------------------------------------------------
/** this is the maximum position inside the boundary volume.
*/
Position3D max;
};
-//=============================================================================
}; }; }; };