summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/util/XStringSubstitution.idl
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-07-06 17:56:22 +0200
committerJens Carl <j.carl43@gmx.de>2018-07-08 10:01:48 +0200
commitdc8ed4b8e1fa5ed3b934bfcf5999ddb75ea07b0a (patch)
treecaf18e7c4781a02c46f620d92787b5dc0ebbbb35 /offapi/com/sun/star/util/XStringSubstitution.idl
parent40b1e5d40667e5863aa213a31fa1b06085bd407a (diff)
Fix typo
Change-Id: I1cc4544e807d7c04aa171358ccd1c204040dff55 Reviewed-on: https://gerrit.libreoffice.org/57078 Tested-by: Jenkins Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'offapi/com/sun/star/util/XStringSubstitution.idl')
-rw-r--r--offapi/com/sun/star/util/XStringSubstitution.idl6
1 files changed, 3 insertions, 3 deletions
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.
<p>
- 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.
<p>
- 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 <var>aText</var> 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.
<p>
- 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.