diff options
Diffstat (limited to 'offapi/com')
-rw-r--r-- | offapi/com/sun/star/awt/XMenu.idl | 4 | ||||
-rw-r--r-- | offapi/com/sun/star/awt/XPopupMenu.idl | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/awt/XMenu.idl b/offapi/com/sun/star/awt/XMenu.idl index 94476f6ccf16..08967962e88f 100644 --- a/offapi/com/sun/star/awt/XMenu.idl +++ b/offapi/com/sun/star/awt/XMenu.idl @@ -51,7 +51,7 @@ published interface XMenu: com::sun::star::uno::XInterface getItemCount() or if it is negative.</p> @param nItemId - specifies the ID of the menu item to be insterted. + specifies the ID of the menu item to be inserted. @param aText specifies the label of the menu item. @@ -61,7 +61,7 @@ published interface XMenu: com::sun::star::uno::XInterface MenuItemStyle. @param nItemPos - specifies the position where the menu item will be insterted. + specifies the position where the menu item will be inserted. */ void insertItem( [in] short nItemId, [in] string aText, diff --git a/offapi/com/sun/star/awt/XPopupMenu.idl b/offapi/com/sun/star/awt/XPopupMenu.idl index 4aff6b8fa5a7..3a2018ddba77 100644 --- a/offapi/com/sun/star/awt/XPopupMenu.idl +++ b/offapi/com/sun/star/awt/XPopupMenu.idl @@ -35,7 +35,7 @@ published interface XPopupMenu: XMenu /** inserts a separator at the specified position. @param nItemPos - specifies the position where the menu separator will be insterted. + specifies the position where the menu separator will be inserted. */ void insertSeparator( [in] short nItemPos ); |