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.idl46
1 files changed, 23 insertions, 23 deletions
diff --git a/offapi/com/sun/star/drawing/BoundVolume.idl b/offapi/com/sun/star/drawing/BoundVolume.idl
index 706eaccecd96..20e787b9044d 100644
--- a/offapi/com/sun/star/drawing/BoundVolume.idl
+++ b/offapi/com/sun/star/drawing/BoundVolume.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -24,37 +24,37 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
-#ifndef __com_sun_star_drawing_BoundVolume_idl__
-#define __com_sun_star_drawing_BoundVolume_idl__
-
-#ifndef __com_sun_star_drawing_Position3D_idl__
+#ifndef __com_sun_star_drawing_BoundVolume_idl__
+#define __com_sun_star_drawing_BoundVolume_idl__
+
+#ifndef __com_sun_star_drawing_Position3D_idl__
#include <com/sun/star/drawing/Position3D.idl>
#endif
-
-//=============================================================================
-
- module com { module sun { module star { module drawing {
-
-//=============================================================================
-
+
+//=============================================================================
+
+ module com { module sun { module star { module drawing {
+
+//=============================================================================
+
/** specifies a three-dimensional boundary volume with two positions.
*/
published struct BoundVolume
{
/** this is the minimum position inside the boundary volume.
*/
- Position3D min;
-
- //-------------------------------------------------------------------------
+ Position3D min;
+
+ //-------------------------------------------------------------------------
/** this is the maximum position inside the boundary volume.
*/
- Position3D max;
-};
-
-//=============================================================================
-
-}; }; }; };
-
-#endif
+ Position3D max;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif