summaryrefslogtreecommitdiff
path: root/offapi/com
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
commita0f1917de18d0c7d8fb6adf63a64308114046b60 (patch)
tree3f4763a161e2a82868fc37ec436cb2e2b60ee8dc /offapi/com
parentab692f0f53d14e0d030ac34ac44bb05862f18280 (diff)
fix typo
Diffstat (limited to 'offapi/com')
-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 5e10820ff..07588a1d3 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>