summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@oracle.com>2011-01-26 14:39:03 +0100
committerFrank Schoenheit [fs] <frank.schoenheit@oracle.com>2011-01-26 14:39:03 +0100
commitc22f16b635e39db9203dbced0d594954e7939cb9 (patch)
treea1844ee88d5f6233ee1d476812f104f76785aa1f /offapi
parent3e733f02c863bdc51b851e27850f8a2483af78e3 (diff)
gridsort: grid control related unit tests (first set, more to come)
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>