From dc8ed4b8e1fa5ed3b934bfcf5999ddb75ea07b0a Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Fri, 6 Jul 2018 17:56:22 +0200 Subject: Fix typo Change-Id: I1cc4544e807d7c04aa171358ccd1c204040dff55 Reviewed-on: https://gerrit.libreoffice.org/57078 Tested-by: Jenkins Reviewed-by: Jens Carl --- offapi/com/sun/star/document/FilterFactory.idl | 2 +- offapi/com/sun/star/util/XStringSubstitution.idl | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'offapi') diff --git a/offapi/com/sun/star/document/FilterFactory.idl b/offapi/com/sun/star/document/FilterFactory.idl index df7f35c60526..120d6128b9c1 100644 --- a/offapi/com/sun/star/document/FilterFactory.idl +++ b/offapi/com/sun/star/document/FilterFactory.idl @@ -51,7 +51,7 @@ published service FilterFactory The methods createInstance() or createInstanceWithArguments() of this interface must be called with an internal type name!. This name is used internally to search a suitable (mostly the default) filter for this type then. The found filter will be created, initialized - and returned then. Creation of a filter by using it's internal filter name directly can be + and returned then. Creation of a filter by using its internal filter name directly can be reached by using createInstanceWithArguments() with an optional property "FilterName" only. See the following example: diff --git a/offapi/com/sun/star/util/XStringSubstitution.idl b/offapi/com/sun/star/util/XStringSubstitution.idl index 0c477cafc9f5..7d20fb74bcef 100644 --- a/offapi/com/sun/star/util/XStringSubstitution.idl +++ b/offapi/com/sun/star/util/XStringSubstitution.idl @@ -43,7 +43,7 @@ published interface XStringSubstitution : com::sun::star::uno::XInterface defined for the variables.

- The method iterates through it's internal variables list to match the + The method iterates through its internal variables list to match the variables in the given string. A match replaces the variable with the string defined for this variable. If no variable can be found in the string it will be returned unchanged. The behavior if a variable is found in @@ -71,7 +71,7 @@ published interface XStringSubstitution : com::sun::star::uno::XInterface these sub strings.

- The method iterates through it's internal variable list and tries to match + The method iterates through its internal variable list and tries to match parts of the given string Tries to replace parts of aText with variables that represents these sub strings.If more than one variable matches the one with the longest matching sub string will be chosen. @@ -91,7 +91,7 @@ published interface XStringSubstitution : com::sun::star::uno::XInterface /** Returns the current value of a variable.

- The method iterates through it's internal variable list and tries to + The method iterates through its internal variable list and tries to find the given variable. If the variable is unknown a com::sun::star::container::NoSuchElementException is thrown. -- cgit