diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-11-14 11:36:55 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-11-14 22:32:38 +0100 |
commit | c09de4e11cfd58e676d6fb99453e97f70da5b266 (patch) | |
tree | 547ecc86c8555e651f939cb83c7c5c6b1d587124 | |
parent | bda066a77f4167bf83c0167afb6998c2890e60e0 (diff) |
Fix typo
Change-Id: Idcfcd6aca1c74cb3e10dac09cd347b69a9bdb949
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159406
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r-- | offapi/com/sun/star/accessibility/AccessibleStateType.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/accessibility/AccessibleStateType.idl b/offapi/com/sun/star/accessibility/AccessibleStateType.idl index f5dcad22a48a..de1bfc2b8ec7 100644 --- a/offapi/com/sun/star/accessibility/AccessibleStateType.idl +++ b/offapi/com/sun/star/accessibility/AccessibleStateType.idl @@ -34,7 +34,7 @@ module com { module sun { module star { module accessibility { <p>These states are giving values corresponding to the bits of a 64-bit value, since we OR them together to create bitsets to represent the - combinated state of an accessibility object .</p> + combined state of an accessibility object .</p> @since OOo 1.1.2 */ |