From db0e0c455e1a9f21c29d08790269979b995e5b0c Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Fri, 15 May 2020 16:55:58 +0200 Subject: Fix typos Change-Id: Ie2549b9cbf9b5f756fcb6d2ebb4676828f7e9a87 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94321 Tested-by: Julien Nabet Reviewed-by: Julien Nabet --- vcl/source/app/salvtables.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'vcl') 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; } -- cgit