winaccessibility/source/service/AccObject.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit f96c2615d551b956b9a5b5148b1779206c6ca7fe Author: Andrea Gelmini <[email protected]> AuthorDate: Wed Oct 25 16:10:41 2023 +0200 Commit: Julien Nabet <[email protected]> CommitDate: Sat Oct 28 17:10:55 2023 +0200 Remove exec bits on odt file Change-Id: Ib3d0214f3aa89005bdbda6770a983fba1bd1ffe2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158426 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/sw/qa/core/accessibilitycheck/data/TOCHyperlinkTest.odt b/sw/qa/core/accessibilitycheck/data/TOCHyperlinkTest.odt old mode 100755 new mode 100644 commit 9922cb718adf5c12f0fbc60770e071f7e922c32a Author: Andrea Gelmini <[email protected]> AuthorDate: Sat Oct 28 14:51:49 2023 +0200 Commit: Julien Nabet <[email protected]> CommitDate: Sat Oct 28 17:10:42 2023 +0200 Fix typo Change-Id: Ic34324139bb02ff72d68f59ff761b4491f17322e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158586 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/winaccessibility/source/service/AccObject.cxx b/winaccessibility/source/service/AccObject.cxx index 96e8cfa37b5e..7c5a4243af84 100644 --- a/winaccessibility/source/service/AccObject.cxx +++ b/winaccessibility/source/service/AccObject.cxx @@ -56,7 +56,7 @@ namespace { /** * Map a UNO accessible role to an IAccessible2 role. - * @param nUnoRole The UNO role (css::accessiblity::AccessibleRole). + * @param nUnoRole The UNO role (css::accessibility::AccessibleRole). * @return IAccessible2 role. */ short lcl_mapToIAccessible2Role(sal_Int16 nUnoRole)
