summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/style/TabStop.idl
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-03-13 10:32:24 +0200
committerTor Lillqvist <tml@iki.fi>2013-03-13 10:36:21 +0200
commitd1449a9b990bf054adeb66c2bab871ce396cca18 (patch)
tree59821f7dec938e0f1e0ff330b1de849e5cb9bc47 /offapi/com/sun/star/style/TabStop.idl
parentbc7202aad393b17d0e2545001f7f869f683a7ec7 (diff)
Bin pointless "DocMerge" comment lines
Change-Id: I8eb2116b39929770f00e30d5ab9ca2c28c988e35
Diffstat (limited to 'offapi/com/sun/star/style/TabStop.idl')
-rw-r--r--offapi/com/sun/star/style/TabStop.idl9
1 files changed, 0 insertions, 9 deletions
diff --git a/offapi/com/sun/star/style/TabStop.idl b/offapi/com/sun/star/style/TabStop.idl
index 6671202f89e7..991a9c119ab5 100644
--- a/offapi/com/sun/star/style/TabStop.idl
+++ b/offapi/com/sun/star/style/TabStop.idl
@@ -25,33 +25,24 @@
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.
*/
published struct TabStop
{
- // DocMerge from xml: field com::sun::star::style::TabStop::Position
/** This field specifies the position of the tabulator in relation
to the left border.
*/
long Position;
-
- // DocMerge from xml: field com::sun::star::style::TabStop::Alignment
/** This field specifies the alignment of the text range before the
tabulator.
*/
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
space between the text in the text range and the tabulators.
*/