diff options
author | Miklos Vajna <vmiklos@suse.cz> | 2013-08-08 10:37:52 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@suse.cz> | 2013-08-08 10:41:00 +0200 |
commit | 52f79304a635ec3845c1d26b025a92b4c710f4e2 (patch) | |
tree | 24e15db479e71e45063901921fc6beb3a69b18d5 /offapi/com/sun | |
parent | 670f9ecf52f50d41a670d1f2b66dc9d2bfae030a (diff) |
offapi: fix doxygen warnings in awt::XMenu
Change-Id: I2a6868ff0167c4ac4d97e01cef85a6a4d74a4f43
Diffstat (limited to 'offapi/com/sun')
-rw-r--r-- | offapi/com/sun/star/awt/XMenu.idl | 2 |
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. |