diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-08-20 13:04:01 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-08-21 16:07:02 +0200 |
commit | f3272cd389d66e249d189b1810dbf685b14a00ba (patch) | |
tree | 09e2b75f806c55cc5049f75d48ae3abfbbecdbcd /winaccessibility | |
parent | 48291e148c97cf48d25425e81b045e7feddd5b50 (diff) |
Fix typo
Change-Id: I7c4723fbcb9fac2871321c4cde8a969eb1f48bf1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101103
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'winaccessibility')
-rw-r--r-- | winaccessibility/source/UAccCOMIDL/ia2_api_all.idl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/winaccessibility/source/UAccCOMIDL/ia2_api_all.idl b/winaccessibility/source/UAccCOMIDL/ia2_api_all.idl index 1dce1785c802..95a3a42dbaa8 100644 --- a/winaccessibility/source/UAccCOMIDL/ia2_api_all.idl +++ b/winaccessibility/source/UAccCOMIDL/ia2_api_all.idl @@ -1351,7 +1351,7 @@ IA2_STATE_PINNED = 0x80000 @ref _indexes\n @ref _enumBase\n @ref _specialOffsets\n - @ref _dicoveringInterfaces\n + @ref _discoveringInterfaces\n @ref _changingInterfaces\n @ref _applicationInfo\n @ref _childIDs\n @@ -1441,7 +1441,7 @@ IA2_STATE_PINNED = 0x80000 Since the same offset is associated with two different lines a special means is needed to fetch text from the line where the caret is physically located. - @section _dicoveringInterfaces Discovery of Interfaces + @section _discoveringInterfaces Discovery of Interfaces In general AT (Assistive Technology) should try IAccessible2 interfaces, followed by using the MSAA (Microsoft® Active Accessibility®) interfaces. (In cases where the an application is known to have custom interfaces which provide information not supplied by IAccessible2 |