diff options
Diffstat (limited to 'offapi/com/sun/star')
-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 |