From 52f79304a635ec3845c1d26b025a92b4c710f4e2 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Thu, 8 Aug 2013 10:37:52 +0200 Subject: offapi: fix doxygen warnings in awt::XMenu Change-Id: I2a6868ff0167c4ac4d97e01cef85a6a4d74a4f43 --- offapi/com/sun/star/awt/XMenu.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'offapi') 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.

The item is appended if the position is greater than or equal to - getItemCount() or if it is negative.

+ getItemCount() or if it is negative.

@param nItemId specifies the ID of the menu item to be insterted. -- cgit