summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--offapi/com/sun/star/awt/XMenu.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/awt/XMenu.idl b/offapi/com/sun/star/awt/XMenu.idl
index 6caa38125c43..94476f6ccf16 100644
--- a/offapi/com/sun/star/awt/XMenu.idl
+++ b/offapi/com/sun/star/awt/XMenu.idl
@@ -48,7 +48,7 @@ published interface XMenu: com::sun::star::uno::XInterface
/** inserts an item into the menu.
<p>The item is appended if the position is greater than or equal to
- <member>getItemCount()</member> or if it is negative.</p>
+ getItemCount() or if it is negative.</p>
@param nItemId
specifies the ID of the menu item to be insterted.