summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/sheet
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/sheet')
-rw-r--r--qadevOOo/tests/java/ifc/sheet/_FunctionDescription.java2
-rw-r--r--qadevOOo/tests/java/ifc/sheet/_XRecentFunctions.java2
2 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/tests/java/ifc/sheet/_FunctionDescription.java b/qadevOOo/tests/java/ifc/sheet/_FunctionDescription.java
index 8787a2844d40..91a16504cbaa 100644
--- a/qadevOOo/tests/java/ifc/sheet/_FunctionDescription.java
+++ b/qadevOOo/tests/java/ifc/sheet/_FunctionDescription.java
@@ -129,7 +129,7 @@ public class _FunctionDescription extends MultiMethodTest {
}
else {
log.println( "Property '" + name +
- "' changes it's value : Failed !" );
+ "' changes its value : Failed !" );
tRes.tested( name, false );
}
}
diff --git a/qadevOOo/tests/java/ifc/sheet/_XRecentFunctions.java b/qadevOOo/tests/java/ifc/sheet/_XRecentFunctions.java
index 856cb61d8668..d9dbf71323d0 100644
--- a/qadevOOo/tests/java/ifc/sheet/_XRecentFunctions.java
+++ b/qadevOOo/tests/java/ifc/sheet/_XRecentFunctions.java
@@ -98,7 +98,7 @@ public class _XRecentFunctions extends MultiMethodTest {
* functions, sets list of maximum size. <p>
* Has <b> OK </b> status if length of recent function list is equal to zero
* after list was set to empty, if length of list is equal to maximum size
- * after list was set to it's maximum size and no exception were thrown. <p>
+ * after list was set to its maximum size and no exception were thrown. <p>
* The following method tests are to be completed successfully before :
* <ul>
* <li> <code> getMaxRecentFunctions() </code> : to have the maximum number