summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/frame/status/UpperLowerMarginScale.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/frame/status/UpperLowerMarginScale.idl')
-rw-r--r--offapi/com/sun/star/frame/status/UpperLowerMarginScale.idl6
1 files changed, 0 insertions, 6 deletions
diff --git a/offapi/com/sun/star/frame/status/UpperLowerMarginScale.idl b/offapi/com/sun/star/frame/status/UpperLowerMarginScale.idl
index 6173128b9c75..bccd46655ac0 100644
--- a/offapi/com/sun/star/frame/status/UpperLowerMarginScale.idl
+++ b/offapi/com/sun/star/frame/status/UpperLowerMarginScale.idl
@@ -20,11 +20,9 @@
#define __com_sun_star_frame_status_UpperLowerMarginScale_idl__
-//=============================================================================
module com { module sun { module star { module frame { module status {
-//=============================================================================
/** specifies an upper and lower margin.
@@ -36,26 +34,22 @@ struct UpperLowerMarginScale
*/
long Upper;
- //-------------------------------------------------------------------------
/** specifies a lower margin in 1/100th mm.
*/
long Lower;
- //-------------------------------------------------------------------------
/** specifies a scale value for the upper margin.
*/
short ScaleUpper;
- //-------------------------------------------------------------------------
/** specifies a scale value for the lower margin.
*/
short ScaleLower;
};
-//=============================================================================
}; }; }; }; };