summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2015-03-03 23:19:24 +0100
committerJulien Nabet <serval2412@yahoo.fr>2015-03-03 23:19:43 +0100
commitc6f5d3ad899230b4a785d27fb677d0c9e7137c4b (patch)
tree3b0620ef6c7ece2fe9c76cdbd9ed04425693206f /offapi
parent5d6358b01b5b34cb21547204f084e9a4c58e689f (diff)
Typo: instert(ed)->insert(ed)
Change-Id: Id4262fa42c9c13722ceb2f91f01876614cbf1ad2
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/awt/XMenu.idl4
-rw-r--r--offapi/com/sun/star/awt/XPopupMenu.idl2
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 );