[Libreoffice-commits] core.git: vcl/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Fri May 15 16:41:43 UTC 2020
vcl/source/app/salvtables.cxx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
New commits:
commit db0e0c455e1a9f21c29d08790269979b995e5b0c
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Fri May 15 16:55:58 2020 +0200
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Fri May 15 18:41:08 2020 +0200
Fix typos
Change-Id: Ie2549b9cbf9b5f756fcb6d2ebb4676828f7e9a87
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94321
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
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;
}
More information about the Libreoffice-commits
mailing list