summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java')
-rw-r--r--qadevOOo/tests/java/ifc/bridge/_XBridgeFactory.java2
-rw-r--r--qadevOOo/tests/java/ifc/frame/_XFrameLoader.java2
-rw-r--r--qadevOOo/tests/java/ifc/sheet/_FunctionDescription.java2
-rw-r--r--qadevOOo/tests/java/ifc/sheet/_XRecentFunctions.java2
4 files changed, 4 insertions, 4 deletions
diff --git a/qadevOOo/tests/java/ifc/bridge/_XBridgeFactory.java b/qadevOOo/tests/java/ifc/bridge/_XBridgeFactory.java
index 9e0a8e661752..ebd98f3f5e20 100644
--- a/qadevOOo/tests/java/ifc/bridge/_XBridgeFactory.java
+++ b/qadevOOo/tests/java/ifc/bridge/_XBridgeFactory.java
@@ -204,7 +204,7 @@ public class _XBridgeFactory extends MultiMethodTest {
* <li> <code>getExestingBridges</code> : to have some bridge name
* to retrieve </li>
* </ul> <p>
- * Has <b>OK</b> status if bridge successfully returned and it's name
+ * Has <b>OK</b> status if bridge successfully returned and its name
* equals to name passed as parameter.
*/
public void _getBridge() {
diff --git a/qadevOOo/tests/java/ifc/frame/_XFrameLoader.java b/qadevOOo/tests/java/ifc/frame/_XFrameLoader.java
index a6c1d1cbc499..269912c6ea19 100644
--- a/qadevOOo/tests/java/ifc/frame/_XFrameLoader.java
+++ b/qadevOOo/tests/java/ifc/frame/_XFrameLoader.java
@@ -66,7 +66,7 @@ public class _XFrameLoader extends MultiMethodTest {
private PropertyValue[] args = new PropertyValue[0] ;
/**
- * Implemetation of load listener which geristers all it's calls.
+ * Implemetation of load listener which geristers all its calls.
*/
protected class TestListener implements XLoadEventListener {
public boolean finished = false ;
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