[Libreoffice-commits] core.git: toolkit/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Tue Jun 2 15:44:51 UTC 2020


 toolkit/source/controls/stdtabcontroller.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 024173fb5448102e00bfec1dd8df152e1e10d5ab
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue Jun 2 14:54:01 2020 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Tue Jun 2 17:44:14 2020 +0200

    Fix typo
    
    Change-Id: I6b6cf2a8c6faa461515e8548d3db67e453351085
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/95361
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/toolkit/source/controls/stdtabcontroller.cxx b/toolkit/source/controls/stdtabcontroller.cxx
index 0fa0f96f965c..c0173e822c75 100644
--- a/toolkit/source/controls/stdtabcontroller.cxx
+++ b/toolkit/source/controls/stdtabcontroller.cxx
@@ -307,7 +307,7 @@ void StdTabController::activateTabOrder(  )
         return;
 
     // This may return a TabController, which returns desired list of controls faster
-    // (the dreaded UNO aggregration, retrieve the thing that we are part of)
+    // (the dreaded UNO aggregation, retrieve the thing that we are part of)
     Reference<XTabController> xTabController( static_cast<XTabController*>(this), UNO_QUERY );
 
     // Get a flattened list of controls sequences


More information about the Libreoffice-commits mailing list