diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-12-21 09:17:27 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-12-21 11:25:42 +0100 |
commit | 2eff4b5945144d8ed74c17c0a688d1c50fd0ae33 (patch) | |
tree | 119abad422a738ee71f153ee5bda89e880d4cf7b /framework | |
parent | 02ea9bc36ab47d68940da55f5012677dfaf0a8b8 (diff) |
Fix typos
Change-Id: I5c6e252072089a06f0be4292d51aed020cbc67fe
Reviewed-on: https://gerrit.libreoffice.org/46888
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'framework')
-rw-r--r-- | framework/source/fwe/helper/actiontriggerhelper.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/fwe/helper/actiontriggerhelper.cxx b/framework/source/fwe/helper/actiontriggerhelper.cxx index 25aa25474593..9e9457ce80f5 100644 --- a/framework/source/fwe/helper/actiontriggerhelper.cxx +++ b/framework/source/fwe/helper/actiontriggerhelper.cxx @@ -134,7 +134,7 @@ void InsertSubMenuItems( Menu* pSubMenu, sal_uInt16& nItemId, const Reference< X if ( nIndex >= 0 ) { // Special code for our menu implementation: some menu items don't have a - // command url but uses the item id as a unqiue identifier. These entries + // command url but uses the item id as a unique identifier. These entries // got a special url during conversion from menu=>actiontriggercontainer. // Now we have to extract this special url and set the correct item id!!! nNewItemId = (sal_uInt16)aCommandURL.copy( nIndex+aSlotURL.getLength() ).toInt32(); |