summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/awt/XMenu.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/XMenu.idl')
-rw-r--r--offapi/com/sun/star/awt/XMenu.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/awt/XMenu.idl b/offapi/com/sun/star/awt/XMenu.idl
index f9ebc738f18f..7d7426ca1e1d 100644
--- a/offapi/com/sun/star/awt/XMenu.idl
+++ b/offapi/com/sun/star/awt/XMenu.idl
@@ -123,14 +123,14 @@ published interface XMenu: com::sun::star::uno::XInterface
//-------------------------------------------------------------------------
- /** sets the popup menu for a specified menu item.
+ /** sets the pop-up menu for a specified menu item.
*/
[oneway] void setPopupMenu( [in] short nItemId,
[in] XPopupMenu aPopupMenu );
//-------------------------------------------------------------------------
- /** returns the popup menu from the menu item.
+ /** returns the pop-up menu from the menu item.
*/
XPopupMenu getPopupMenu( [in] short nItemId );