From 127b2e59995f3abcf1593138cd27af9f375d7b1b Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sun, 12 Mar 2017 17:03:26 +0100 Subject: Fix typos Change-Id: I63da858b3f264cd099e60192633b44d362b6fad7 Reviewed-on: https://gerrit.libreoffice.org/35055 Tested-by: Jenkins Reviewed-by: Julien Nabet --- offapi/com/sun/star/accessibility/AccessibleEventId.idl | 2 +- offapi/com/sun/star/chart/Diagram.idl | 2 +- offapi/com/sun/star/util/PathSubstitution.idl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'offapi') diff --git a/offapi/com/sun/star/accessibility/AccessibleEventId.idl b/offapi/com/sun/star/accessibility/AccessibleEventId.idl index 741e55c38c78..99739211663b 100644 --- a/offapi/com/sun/star/accessibility/AccessibleEventId.idl +++ b/offapi/com/sun/star/accessibility/AccessibleEventId.idl @@ -374,7 +374,7 @@ constants AccessibleEventId const short LISTBOX_ENTRY_COLLAPSED = 33; /** Constant used to determine when the active descendant of a component - has been removed but unlike ACTIVE_DECENDANT_CHANGED the decendant + has been removed but unlike ACTIVE_DESCENDANT_CHANGED the descendant that is to be removed does not have focus. The active descendant is used in objects with transient children. diff --git a/offapi/com/sun/star/chart/Diagram.idl b/offapi/com/sun/star/chart/Diagram.idl index 76f31b00c78f..023517a87eb5 100644 --- a/offapi/com/sun/star/chart/Diagram.idl +++ b/offapi/com/sun/star/chart/Diagram.idl @@ -49,7 +49,7 @@ published service Diagram interface com::sun::star::chart::XDiagram; - /** Provides easier access to the differnet axes and their sub elements. + /** Provides easier access to the different axes and their sub elements. @since OOo 3.4 */ [optional] interface com::sun::star::chart::XAxisSupplier; diff --git a/offapi/com/sun/star/util/PathSubstitution.idl b/offapi/com/sun/star/util/PathSubstitution.idl index 4d719712d7c7..1cee2597ccb2 100644 --- a/offapi/com/sun/star/util/PathSubstitution.idl +++ b/offapi/com/sun/star/util/PathSubstitution.idl @@ -67,7 +67,7 @@ module com { module sun { module star { module util { The only exceptions are: \$(username), \$(langid) and \$(vlang). Therefore the service implementation should only substitute variables which are located at the start of a provided path string or are part of a multi-path. - This special service is not designed to be a text substiution but shall + This special service is not designed to be a text substitution but shall provide (a) valid substituted path(s).

-- cgit