diff options
author | Cédric Bosdonnat <cedricbosdo@openoffice.org> | 2011-03-17 15:40:01 +0100 |
---|---|---|
committer | Cédric Bosdonnat <cedricbosdo@openoffice.org> | 2011-03-19 17:57:47 +0100 |
commit | e1fa511afa6b59baf218cce6c6e61b95cdc673c7 (patch) | |
tree | 842f95f17b533cb0a7ed3f67e907716db91f157d /offapi | |
parent | f9c622fb295aad8577edd48a900253cf6d38f11f (diff) |
Fixed documentation for the new ColumnSeparatorStyle property
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/text/TextColumns.idl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/text/TextColumns.idl b/offapi/com/sun/star/text/TextColumns.idl index fda519f9a7e3..222f4089b3a9 100644 --- a/offapi/com/sun/star/text/TextColumns.idl +++ b/offapi/com/sun/star/text/TextColumns.idl @@ -31,8 +31,6 @@ #include <com/sun/star/text/XTextColumns.idl> #endif -#include <com/sun/star/text/ColumnSeparatorStyle.idl> - #ifndef __com_sun_star_style_VerticalAlignment_idl__ #include <com/sun/star/style/VerticalAlignment.idl> #endif @@ -87,6 +85,8 @@ published service TextColumns [property] boolean SeparatorLineIsOn; //------------------------------------------------------------------------ /** determines the style of the separator lines between the columns. + @see com::sun::star::text:ColumnSeparatorStyle + for the possible values. */ [property, optional] short SeparatorLineStyle; //------------------------------------------------------------------------ |