diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-05-15 16:55:58 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-05-15 18:41:08 +0200 |
commit | db0e0c455e1a9f21c29d08790269979b995e5b0c (patch) | |
tree | 46604209c29c99a8b5fa387236b2856e6a7e3ddb /vcl | |
parent | 457d2a0c9373937332ad2ec7b16edc4b2c971a97 (diff) |
Fix typos
Change-Id: Ie2549b9cbf9b5f756fcb6d2ebb4676828f7e9a87
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94321
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/app/salvtables.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/source/app/salvtables.cxx b/vcl/source/app/salvtables.cxx index b9dac643b851..28005bce38ae 100644 --- a/vcl/source/app/salvtables.cxx +++ b/vcl/source/app/salvtables.cxx @@ -738,12 +738,12 @@ IMPL_LINK_NOARG(SalInstanceMenu, SelectMenuHdl, ::Menu*, bool) { signal_activate(m_xMenu->GetCurItemIdent()); /* tdf#131333 Menu::Select depends on a false here to allow - propogating a submens's selected id to its parent menu to become its + propagating a submens's selected id to its parent menu to become its selected id. - without this, while gen menus already have propogated this to its parent + without this, while gen menus already have propagated this to its parent in MenuFloatingWindow::EndExecute, SalMenus as used under kf5/macOS - won't propogate the selected id + won't propagate the selected id */ return false; } |