summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/frame/status/UpperLowerMargin.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/frame/status/UpperLowerMargin.idl')
-rw-r--r--offapi/com/sun/star/frame/status/UpperLowerMargin.idl40
1 files changed, 20 insertions, 20 deletions
diff --git a/offapi/com/sun/star/frame/status/UpperLowerMargin.idl b/offapi/com/sun/star/frame/status/UpperLowerMargin.idl
index b1a05a94fab7..6c9e4501c926 100644
--- a/offapi/com/sun/star/frame/status/UpperLowerMargin.idl
+++ b/offapi/com/sun/star/frame/status/UpperLowerMargin.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,18 +24,18 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
-#ifndef __com_sun_star_frame_status_UpperLowerMargin_idl__
-#define __com_sun_star_frame_status_UpperLowerMargin_idl__
-
-
-//=============================================================================
-
+#ifndef __com_sun_star_frame_status_UpperLowerMargin_idl__
+#define __com_sun_star_frame_status_UpperLowerMargin_idl__
+
+
+//=============================================================================
+
module com { module sun { module star { module frame { module status {
-
-//=============================================================================
-
+
+//=============================================================================
+
/** specifies an upper and lower margin.
-
+
@since OOo 2.0
*/
struct UpperLowerMargin
@@ -43,16 +43,16 @@ struct UpperLowerMargin
/** specifies a upper margin in 1/100th mm.
*/
long Upper;
-
- //-------------------------------------------------------------------------
-
+
+ //-------------------------------------------------------------------------
+
/** specifies a lower margin in 1/100th mm.
*/
long Lower;
-};
-
-//=============================================================================
-
+};
+
+//=============================================================================
+
}; }; }; }; };
-
-#endif
+
+#endif