summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/text/TableColumnSeparator.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/text/TableColumnSeparator.idl')
-rw-r--r--offapi/com/sun/star/text/TableColumnSeparator.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/text/TableColumnSeparator.idl b/offapi/com/sun/star/text/TableColumnSeparator.idl
index 9c90585ea308..6c8f695e4b46 100644
--- a/offapi/com/sun/star/text/TableColumnSeparator.idl
+++ b/offapi/com/sun/star/text/TableColumnSeparator.idl
@@ -20,11 +20,9 @@
#define __com_sun_star_text_TableColumnSeparator_idl__
-//=============================================================================
module com { module sun { module star { module text {
-//=============================================================================
/** The width of the cells of a text table is defined by the position
of the separator between neighboring cells.
@@ -62,7 +60,6 @@ published struct TableColumnSeparator
*/
short Position;
- //-------------------------------------------------------------------------
/** determines if the separator is visible.
*/
@@ -70,7 +67,6 @@ published struct TableColumnSeparator
};
-//=============================================================================
}; }; }; };