[Libreoffice-commits] core.git: include/framework

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Wed Jul 10 09:01:50 UTC 2019


 include/framework/actiontriggerhelper.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0295c2f027cd64d5440b5a29f4e64c25290636f4
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon Jul 8 10:44:36 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Wed Jul 10 11:01:07 2019 +0200

    Fix typo
    
    Change-Id: Ibe6cce80e90732594ab190cae7102a8d48eb78c2
    Reviewed-on: https://gerrit.libreoffice.org/75322
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/include/framework/actiontriggerhelper.hxx b/include/framework/actiontriggerhelper.hxx
index 0fc57af8f4b1..9060fdc3b874 100644
--- a/include/framework/actiontriggerhelper.hxx
+++ b/include/framework/actiontriggerhelper.hxx
@@ -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


More information about the Libreoffice-commits mailing list