vcl/unx/gtk4/a11y.hxx | 2 +- wizards/source/sfdialogs/SF_Dialog.xba | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
New commits: commit 657cbc8c413683216fd6010c0b287d91e126508a Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Thu May 18 12:18:16 2023 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Thu May 18 12:38:10 2023 +0200 Fix typo Change-Id: I101861eaa810dc6e2f92a57ddc4e247a76a4b558 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151949 Tested-by: Julien Nabet <serval2...@yahoo.fr> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/wizards/source/sfdialogs/SF_Dialog.xba b/wizards/source/sfdialogs/SF_Dialog.xba index 299e073b7a06..03d74ebcd68d 100644 --- a/wizards/source/sfdialogs/SF_Dialog.xba +++ b/wizards/source/sfdialogs/SF_Dialog.xba @@ -2361,7 +2361,7 @@ Try: End If End With - ' Store the specific propertes in the model + ' Store the specific properties in the model If UBound(ArgNames) >= 0 Then oControlModel.setPropertyValues(ArgNames, ArgValues) ' Insert the new completed control model in the dialog commit 0b7bea7e27393469187c45eb98e2dc6904cac666 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Thu May 18 12:17:40 2023 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Thu May 18 12:37:57 2023 +0200 Fix typo Change-Id: I89d8b370cf95d43de33c35b788fc955adfb85a0f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151948 Tested-by: Julien Nabet <serval2...@yahoo.fr> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/vcl/unx/gtk4/a11y.hxx b/vcl/unx/gtk4/a11y.hxx index 0ae854737bd6..90711515bceb 100644 --- a/vcl/unx/gtk4/a11y.hxx +++ b/vcl/unx/gtk4/a11y.hxx @@ -11,7 +11,7 @@ #include <gtk/gtk.h> -//TODO: Silence various loplugin:external and lopluign:unreffun in (WIP?) a11y.cxx for now: +//TODO: Silence various loplugin:external and loplugin:unreffun in (WIP?) a11y.cxx for now: struct LoAccessible; struct LoAccessibleClass; struct OOoFixed;