diff options
author | Michael Meeks <michael.meeks@novell.com> | 2011-05-06 12:09:50 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@novell.com> | 2011-05-06 12:09:50 +0100 |
commit | 7cf799064f5d64bca62626dc73723c2c5e95ca00 (patch) | |
tree | 1fda4b0238e3aaf403e0df8df04fb73fd4e03d25 | |
parent | 56714ad1b9d9abd36f8a98efdc85e80cd3254611 (diff) |
fix mangled open tag in documentation
-rw-r--r-- | offapi/com/sun/star/awt/grid/XMutableGridDataModel.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/awt/grid/XMutableGridDataModel.idl b/offapi/com/sun/star/awt/grid/XMutableGridDataModel.idl index 07588a1d3d99..d387b9f3cea7 100644 --- a/offapi/com/sun/star/awt/grid/XMutableGridDataModel.idl +++ b/offapi/com/sun/star/awt/grid/XMutableGridDataModel.idl @@ -93,7 +93,7 @@ interface XMutableGridDataModel : XGridDataModel <p>The change in the data model will be notified to registered listeners via <member>XGridDataListener::dataChanged</member>. The <member>GridDataEvent::FirstColumn</member> and <member>GridDataEvent::LastColumn</member> will denote the smallest respectively largest column - index from <argColumnIndexes</arg>.</p> + index from <arg>ColumnIndexes</arg>.</p> @param ColumnIndexes contains the column indexes of the cells, which should be updated |