From e1fa511afa6b59baf218cce6c6e61b95cdc673c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bosdonnat?= Date: Thu, 17 Mar 2011 15:40:01 +0100 Subject: [PATCH] Fixed documentation for the new ColumnSeparatorStyle property --- offapi/com/sun/star/text/TextColumns.idl | 4 ++-- 1 file 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 #endif -#include - #ifndef __com_sun_star_style_VerticalAlignment_idl__ #include #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; //------------------------------------------------------------------------