diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-05-18 12:17:40 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-05-18 12:37:57 +0200 |
commit | 0b7bea7e27393469187c45eb98e2dc6904cac666 (patch) | |
tree | 015c9e5e7a951ec66ba11fee40b6fa7ac39a4fb5 /vcl | |
parent | 4967fc20eb3120016d9017c1af6d8cf78fd6699f (diff) |
Fix typo
Change-Id: I89d8b370cf95d43de33c35b788fc955adfb85a0f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151948
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/unx/gtk4/a11y.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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; |