summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2011-04-28 12:12:35 +0200
committerDavid Tardon <dtardon@redhat.com>2011-04-28 12:12:35 +0200
commit3a9e816d58007de6c8128007f98d7e89f735e1c2 (patch)
tree7ff2f61da42e98680a864f2ffdcf4e9fb2b17a93 /offapi
parent9b4c2b9660c95f35d3d295aa0e4e1971d2f6f136 (diff)
fix typo
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/awt/grid/XMutableGridDataModel.idl2
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 5e10820ff9ef..07588a1d3d99 100644
--- a/offapi/com/sun/star/awt/grid/XMutableGridDataModel.idl
+++ b/offapi/com/sun/star/awt/grid/XMutableGridDataModel.idl
@@ -91,7 +91,7 @@ interface XMutableGridDataModel : XGridDataModel
/** 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 <argColumnIndexes</arg>.</p>