[Libreoffice-commits] core.git: Branch 'aoo/trunk' - offapi/com

Herbert Dürr hdu at apache.org
Mon Aug 12 03:10:17 PDT 2013


 offapi/com/sun/star/awt/grid/XMutableGridDataModel.idl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 151deb423d8a3eac8aa64b31f85a868973230f4a
Author: Herbert Dürr <hdu at apache.org>
Date:   Mon Aug 12 09:41:11 2013 +0000

    #i123018# fix autodoc comment in XMutableGridDataModel.idl

diff --git a/offapi/com/sun/star/awt/grid/XMutableGridDataModel.idl b/offapi/com/sun/star/awt/grid/XMutableGridDataModel.idl
index e19778a..b31b3c6 100644
--- a/offapi/com/sun/star/awt/grid/XMutableGridDataModel.idl
+++ b/offapi/com/sun/star/awt/grid/XMutableGridDataModel.idl
@@ -122,7 +122,7 @@ published 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


More information about the Libreoffice-commits mailing list