summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/style/LineSpacing.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/style/LineSpacing.idl')
-rw-r--r--offapi/com/sun/star/style/LineSpacing.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/style/LineSpacing.idl b/offapi/com/sun/star/style/LineSpacing.idl
index 4623c15747ea..5011af6c80e7 100644
--- a/offapi/com/sun/star/style/LineSpacing.idl
+++ b/offapi/com/sun/star/style/LineSpacing.idl
@@ -20,11 +20,9 @@
#define __com_sun_star_style_LineSpacing_idl__
-//=============================================================================
module com { module sun { module star { module style {
-//=============================================================================
// DocMerge from xml: struct com::sun::star::style::LineSpacing
/** This structure is used to specify the height of a text line.@see LineSpacingMode
@@ -36,7 +34,6 @@ published struct LineSpacing
*/
short Mode;
- //-------------------------------------------------------------------------
// DocMerge from xml: field com::sun::star::style::LineSpacing::Height
/** This value specifies the height in regard to <var>Mode</var>.
@@ -45,7 +42,6 @@ published struct LineSpacing
};
-//=============================================================================
}; }; }; };