From 7cf799064f5d64bca62626dc73723c2c5e95ca00 Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Fri, 6 May 2011 12:09:50 +0100 Subject: fix mangled open tag in documentation --- offapi/com/sun/star/awt/grid/XMutableGridDataModel.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'offapi') 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

The change in the data model will be notified to registered listeners via XGridDataListener::dataChanged. The GridDataEvent::FirstColumn and GridDataEvent::LastColumn will denote the smallest respectively largest column - index from .

+ index from ColumnIndexes.

@param ColumnIndexes contains the column indexes of the cells, which should be updated -- cgit