diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2016-04-26 09:56:47 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-04-30 15:06:45 +0000 |
commit | fc2590cfa112222500a6c847917d7545f60024c6 (patch) | |
tree | 951f6a8e86c6d42672b9fe1e6e6cde3ee7eed152 /offapi | |
parent | 783b02de3bc75cd0be1a6e919d4755a297fe7a84 (diff) |
Fix typos
Change-Id: Id81b16ff26283611f0b84929d831c827f847ab73
Reviewed-on: https://gerrit.libreoffice.org/24317
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/accessibility/AccessibleStateType.idl | 2 | ||||
-rw-r--r-- | offapi/com/sun/star/accessibility/XAccessible.idl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/accessibility/AccessibleStateType.idl b/offapi/com/sun/star/accessibility/AccessibleStateType.idl index 99602f13af11..c8c6e9f79ea2 100644 --- a/offapi/com/sun/star/accessibility/AccessibleStateType.idl +++ b/offapi/com/sun/star/accessibility/AccessibleStateType.idl @@ -192,7 +192,7 @@ constants AccessibleStateType /** Object information is stale and might not be up to date <p>Indicates that the information that is returned from this object - might be out of sync with with the application.</p> + might be out of sync with the application.</p> */ const short STALE = 27; diff --git a/offapi/com/sun/star/accessibility/XAccessible.idl b/offapi/com/sun/star/accessibility/XAccessible.idl index fd094e7eadf3..f1548fd51317 100644 --- a/offapi/com/sun/star/accessibility/XAccessible.idl +++ b/offapi/com/sun/star/accessibility/XAccessible.idl @@ -30,7 +30,7 @@ module com { module sun { module star { module accessibility { accessible. <p>It is used to provide access to the XAccessibleContext - interface but allows at the same time that that interface is implemented + interface but allows at the same time that the interface is implemented by another class.</p> <p>The distinction between the interfaces XAccessible and |