diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2022-06-03 12:59:00 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-06-03 18:32:13 +0200 |
commit | f0b7b388ae06d95007b69812bcf844ac9bed15c4 (patch) | |
tree | 177b138a26caecc7d0116819db5df66ee301c190 /desktop | |
parent | 4c3b44fd1e4473ba3e4bd02042849bd0cd876915 (diff) |
Fix typo in code
Change-Id: I2c1f14d033a733210dfee617ecaa7a9cea07c4f9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135352
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/deployment/gui/dp_gui_updatedialog.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 ); }; |