diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-06-02 14:54:01 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-06-02 17:44:14 +0200 |
commit | 024173fb5448102e00bfec1dd8df152e1e10d5ab (patch) | |
tree | 0035b2b964f8efa6eb22acca519a502d1521c716 /toolkit | |
parent | 9b498e2b88ffae77717bab2f7a308b83d0a7ae80 (diff) |
Fix typo
Change-Id: I6b6cf2a8c6faa461515e8548d3db67e453351085
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/95361
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'toolkit')
-rw-r--r-- | toolkit/source/controls/stdtabcontroller.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 |