desktop/source/deployment/gui/dp_gui_updatedialog.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit f0b7b388ae06d95007b69812bcf844ac9bed15c4 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Fri Jun 3 12:59:00 2022 +0200 Commit: Noel Grandin <noel.gran...@collabora.co.uk> CommitDate: Fri Jun 3 18:32:13 2022 +0200 Fix typo in code Change-Id: I2c1f14d033a733210dfee617ecaa7a9cea07c4f9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135352 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk> diff --git a/desktop/source/deployment/gui/dp_gui_updatedialog.cxx b/desktop/source/deployment/gui/dp_gui_updatedialog.cxx index b1070cfe10ae..2861d77856ca 100644 --- a/desktop/source/deployment/gui/dp_gui_updatedialog.cxx +++ b/desktop/source/deployment/gui/dp_gui_updatedialog.cxx @@ -117,7 +117,7 @@ struct UpdateDialog::IgnoredUpdate { OUString sExtensionID; OUString sVersion; - IgnoredUpdate( OUString axtensionID, OUString aersion ); + IgnoredUpdate( OUString aExtensionID, OUString aVersion ); };