summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/style/TabStop.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/style/TabStop.idl')
-rw-r--r--offapi/com/sun/star/style/TabStop.idl6
1 files changed, 0 insertions, 6 deletions
diff --git a/offapi/com/sun/star/style/TabStop.idl b/offapi/com/sun/star/style/TabStop.idl
index cb9dedb7c58d..6671202f89e7 100644
--- a/offapi/com/sun/star/style/TabStop.idl
+++ b/offapi/com/sun/star/style/TabStop.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/style/TabAlign.idl>
-//=============================================================================
module com { module sun { module star { module style {
-//=============================================================================
// DocMerge from xml: struct com::sun::star::style::TabStop
/** This structure is used to specify a single tabulator stop.
@@ -39,7 +37,6 @@ published struct TabStop
*/
long Position;
- //-------------------------------------------------------------------------
// DocMerge from xml: field com::sun::star::style::TabStop::Alignment
/** This field specifies the alignment of the text range before the
@@ -47,14 +44,12 @@ published struct TabStop
*/
com::sun::star::style::TabAlign Alignment;
- //-------------------------------------------------------------------------
// DocMerge from xml: field com::sun::star::style::TabStop::DecimalChar
/** This field specifies which delimiter is used for the decimal.
*/
char DecimalChar;
- //-------------------------------------------------------------------------
// DocMerge from xml: field com::sun::star::style::TabStop::FillChar
/** This field specifies the character that is used to fill up the
@@ -64,7 +59,6 @@ published struct TabStop
};
-//=============================================================================
}; }; }; };