Author: hdu
Date: Tue Aug 13 07:27:54 2013
New Revision: 1513380
URL: http://svn.apache.org/r1513380
Log:
#i123018# fix autodoc comment in XMutableGridDataModel.idl
Modified:
openoffice/trunk/main/offapi/com/sun/star/awt/grid/XMutableGridDataModel.idl
Modified:
openoffice/trunk/main/offapi/com/sun/star/awt/grid/XMutableGridDataModel.idl
URL:
http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/awt/grid/XMutableGridDataModel.idl?rev=1513380&r1=1513379&r2=1513380&view=diff
==============================================================================
---
openoffice/trunk/main/offapi/com/sun/star/awt/grid/XMutableGridDataModel.idl
(original)
+++
openoffice/trunk/main/offapi/com/sun/star/awt/grid/XMutableGridDataModel.idl
Tue Aug 13 07:27:54 2013
@@ -120,7 +120,7 @@ published interface XMutableGridDataMode
/** updates the content of a given row.
<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>XGridDataListener::dataChanged</member>. The
<member>GridDataEvent::FirstColumn</member> and
<member>GridDataEvent::LastColumn</member> will denote the smallest
respectively largest column
index from <arg>ColumnIndexes</arg>.</p>