summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/awt/grid/XGridColumnModel.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/awt/grid/XGridColumnModel.idl b/offapi/com/sun/star/awt/grid/XGridColumnModel.idl
index 0d654f048970..257f597fc7d2 100644
--- a/offapi/com/sun/star/awt/grid/XGridColumnModel.idl
+++ b/offapi/com/sun/star/awt/grid/XGridColumnModel.idl
@@ -80,7 +80,7 @@ interface XGridColumnModel
/** Adds a column to the model.
- </p>You should use the <member>createColumn</member> member to create a new column. This gives
+ <p>You should use the <member>createColumn</member> member to create a new column. This gives
implementations of the <code>XGridColumnModel</code> interface the possibility to provide own column
implementations which extend the basic <type>GridColumn</type> type.</p>