summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@suse.cz>2013-08-08 10:37:52 +0200
committerMiklos Vajna <vmiklos@suse.cz>2013-08-08 10:41:00 +0200
commit52f79304a635ec3845c1d26b025a92b4c710f4e2 (patch)
tree24e15db479e71e45063901921fc6beb3a69b18d5 /offapi
parent670f9ecf52f50d41a670d1f2b66dc9d2bfae030a (diff)
offapi: fix doxygen warnings in awt::XMenu
Change-Id: I2a6868ff0167c4ac4d97e01cef85a6a4d74a4f43
Diffstat (limited to 'offapi')
-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.