summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/geometry/RealRectangle2D.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/geometry/RealRectangle2D.idl')
-rw-r--r--offapi/com/sun/star/geometry/RealRectangle2D.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/offapi/com/sun/star/geometry/RealRectangle2D.idl b/offapi/com/sun/star/geometry/RealRectangle2D.idl
index 181d0d9d45ea..f4f98cc440df 100644
--- a/offapi/com/sun/star/geometry/RealRectangle2D.idl
+++ b/offapi/com/sun/star/geometry/RealRectangle2D.idl
@@ -53,12 +53,10 @@ struct RealRectangle2D
/// X coordinate of upper left corner .
double X1;
- //-------------------------------------------------------------------------
/// Y coordinate of upper left corner.
double Y1;
- //-------------------------------------------------------------------------
/** X coordinate of lower right corner.<p>
@@ -66,7 +64,6 @@ struct RealRectangle2D
*/
double X2;
- //-------------------------------------------------------------------------
/** Y coordinate of lower right corner.<p>