vcl/qt5/QtAccessibleWidget.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 8ee5b9ae2100671601c7152a201e51bfb3efa028 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Sun Oct 22 03:33:06 2023 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Sun Oct 22 13:03:49 2023 +0200 Fix typo Change-Id: Iae66bf4a14fd3cdcc8c735832cd6cdc8f73b21ad Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158317 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/vcl/qt5/QtAccessibleWidget.cxx b/vcl/qt5/QtAccessibleWidget.cxx index b1b8f4574c78..83a50b0a39b6 100644 --- a/vcl/qt5/QtAccessibleWidget.cxx +++ b/vcl/qt5/QtAccessibleWidget.cxx @@ -883,7 +883,7 @@ QString QtAccessibleWidget::attributes(int offset, int* startOffset, int* endOff } // Qt doesn't have the strict separation into text and object attributes, but also - // suppports text-specific attributes that are object attributes according to the + // supports text-specific attributes that are object attributes according to the // IAccessible2 spec. const OUString aRet = AccessibleTextAttributeHelper::GetIAccessible2TextAttributes( xText, IA2AttributeType::TextAttributes | IA2AttributeType::ObjectAttributes, offset,