Fix typo
Change-Id: Ibe6cce80e90732594ab190cae7102a8d48eb78c2 Reviewed-on: https://gerrit.libreoffice.org/75322 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
parent
0c480c2d8d
commit
0295c2f027
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ namespace framework
|
|||
|
||||
// Creates a "css::ui::ActionTriggerContainer" with the structure of the menu
|
||||
// provided as a parameter. The implementation class stores the menu pointer
|
||||
// to optimize the time of creation of a menu from a actiontrigger structure.
|
||||
// to optimize the time of creation of a menu from an actiontrigger structure.
|
||||
// IMPORTANT: The caller must ensure that the menu pointer is valid through the
|
||||
// life time of the XIndexContainer object!!!
|
||||
// @param pNewMenu = Must be a valid menu. Please be aware that this implementation is based on
|
||||
|
|
Loading…
Reference in a new issue