include/vcl/accessibility/AccessibleTextAttributeHelper.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit c0ed629732571f438a1f2e7afd37bff82ce62740 Author: Andrea Gelmini <[email protected]> AuthorDate: Sun Oct 22 03:38:43 2023 +0200 Commit: Julien Nabet <[email protected]> CommitDate: Sun Oct 22 13:03:32 2023 +0200 Fix typo Change-Id: I4266832365533330e2a1e2f3a8fdd8abf1a99443 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158321 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/include/vcl/accessibility/AccessibleTextAttributeHelper.hxx b/include/vcl/accessibility/AccessibleTextAttributeHelper.hxx index d0d49c3209b3..00c9c383929a 100644 --- a/include/vcl/accessibility/AccessibleTextAttributeHelper.hxx +++ b/include/vcl/accessibility/AccessibleTextAttributeHelper.hxx @@ -54,7 +54,7 @@ public: /** Converts UNO text attribute properties to a string holding * the corresponding IAccessible2 text attributes. * @param rUnoAttributes A sequence holding the UNO text attributes. - * @param eAttributeType: Thy type(s) of attributes of interest. + * @param eAttributeType: The type(s) of attributes of interest. * @returns String holding the corresponding IAccessible2 text properties. */ static OUString ConvertUnoToIAccessible2TextAttributes( @@ -64,7 +64,7 @@ public: /** * Get the IAccessible2 text attributes and the span of the attributes at the given index. * @param xText The interface to query for the information. - * @param eAttributeType: Thy type(s) of attributes of interest. + * @param eAttributeType: The type(s) of attributes of interest. * @param nOffset Character offset for which to retrieve the information. * @param rStartOffset Out param that is set to the start index of the attribute run. * @param rEndOffset Out param that is set to the end index of the attribute run.
