summaryrefslogtreecommitdiff
path: root/offapi/com
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com')
-rw-r--r--offapi/com/sun/star/document/FilterFactory.idl2
-rw-r--r--offapi/com/sun/star/util/XStringSubstitution.idl6
2 files changed, 4 insertions, 4 deletions
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.
<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.