summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2023-03-21 12:58:54 +0000
committerCaolán McNamara <caolanm@redhat.com>2023-03-21 14:32:57 +0000
commitf7e5c9bee73c9834312a78adb8d040ed78c6c0ef (patch)
treecda913f59ad7b3f6031c70dfdf15297f99b2d531
parentcde0f27c84599d0d9894148e510254749f7e2784 (diff)
typo: then->them
Change-Id: Ieb864f70873f2baa1157114b99cfbec98fc84cc9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149213 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r--vcl/source/window/layout.cxx2
1 files changed, 1 insertions, 1 deletions
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