vcl/source/window/layout.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit f7e5c9bee73c9834312a78adb8d040ed78c6c0ef Author: Caolán McNamara <caol...@redhat.com> AuthorDate: Tue Mar 21 12:58:54 2023 +0000 Commit: Caolán McNamara <caol...@redhat.com> CommitDate: Tue Mar 21 14:32:57 2023 +0000 typo: then->them Change-Id: Ieb864f70873f2baa1157114b99cfbec98fc84cc9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149213 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caol...@redhat.com> diff --git a/vcl/source/window/layout.cxx b/vcl/source/window/layout.cxx index c77a4a0d30e1..8c102bd6004c 100644 --- a/vcl/source/window/layout.cxx +++ b/vcl/source/window/layout.cxx @@ -402,7 +402,7 @@ void VclBox::DumpAsPropertyTree(tools::JsonWriter& rJsonWriter) sal_uInt16 VclBox::getDefaultAccessibleRole() const { #if defined(_WIN32) - //fdo#74284 call Boxes Panels, keep then as "Filler" under + //fdo#74284 call Boxes Panels, keep them as "Filler" under //at least Linux seeing as that's what Gtk does for GtkBoxes return css::accessibility::AccessibleRole::PANEL; #else