cui/source/dialogs/MacroManagerDialog.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit c68d4501b9607536352e84d36066ec27e9471e7f Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Mon Dec 2 16:23:14 2024 +0100 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Thu Dec 5 16:03:34 2024 +0100 Fix typo Change-Id: I8d9daaf14829e20dfd16817dcb7b90c18fb78939 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/177703 Tested-by: Jenkins Reviewed-by: Simon Chenery <simon_chen...@yahoo.com> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/cui/source/dialogs/MacroManagerDialog.cxx b/cui/source/dialogs/MacroManagerDialog.cxx index 0d070420fbb1..69b4df1d4489 100644 --- a/cui/source/dialogs/MacroManagerDialog.cxx +++ b/cui/source/dialogs/MacroManagerDialog.cxx @@ -2156,7 +2156,7 @@ OUString MacroManagerDialog::getListOfChildren( return result.makeStringAndClear(); } -// modified verson of void SvxScriptOrgDialog::deleteEntry(const weld::TreeIter& rEntry) +// modified version of void SvxScriptOrgDialog::deleteEntry(const weld::TreeIter& rEntry) // cui/source/dialogs/scriptdlg.cxx void MacroManagerDialog::ScriptingFrameworkScriptsDeleteEntry(weld::TreeView& rTreeView, const weld::TreeIter& rEntry)