summaryrefslogtreecommitdiffstats
path: root/qadevOOo/tests
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests')
-rw-r--r--qadevOOo/tests/java/ifc/drawing/_FillProperties.java2
-rw-r--r--qadevOOo/tests/java/ifc/frame/_XFrameLoader.java2
-rw-r--r--qadevOOo/tests/java/ifc/frame/_XStorable.java8
-rw-r--r--qadevOOo/tests/java/ifc/frame/_XSynchronousFrameLoader.java2
4 files changed, 7 insertions, 7 deletions
diff --git a/qadevOOo/tests/java/ifc/drawing/_FillProperties.java b/qadevOOo/tests/java/ifc/drawing/_FillProperties.java
index 50f7a76406f5..f4e64d7b5583 100644
--- a/qadevOOo/tests/java/ifc/drawing/_FillProperties.java
+++ b/qadevOOo/tests/java/ifc/drawing/_FillProperties.java
@@ -105,7 +105,7 @@ public class _FillProperties extends MultiPropertyTest {
};
/**
- * This property must have an URL format
+ * This property must have a URL format
*/
public void _FillBitmapURL() {
log.println("Testing with custom Property tester");
diff --git a/qadevOOo/tests/java/ifc/frame/_XFrameLoader.java b/qadevOOo/tests/java/ifc/frame/_XFrameLoader.java
index 6cc1def8aead..b4a468b1df49 100644
--- a/qadevOOo/tests/java/ifc/frame/_XFrameLoader.java
+++ b/qadevOOo/tests/java/ifc/frame/_XFrameLoader.java
@@ -43,7 +43,7 @@ import com.sun.star.uno.UnoRuntime;
* This test needs the following object relations :
* <ul>
* <li> <code>'FrameLoader.URL'</code> (of type <code>String</code>):
-* an url or component to be loaded </li>
+* a url or component to be loaded </li>
* <li> <code>'FrameLoader.Frame'</code> <b>(optional)</b>
* (of type <code>com.sun.star.frame.XFrame</code>):
* a target frame where component to be loaded. If this
diff --git a/qadevOOo/tests/java/ifc/frame/_XStorable.java b/qadevOOo/tests/java/ifc/frame/_XStorable.java
index 6c476d152255..c61a4380251f 100644
--- a/qadevOOo/tests/java/ifc/frame/_XStorable.java
+++ b/qadevOOo/tests/java/ifc/frame/_XStorable.java
@@ -127,7 +127,7 @@ public class _XStorable extends MultiMethodTest {
* and no exceptions were thrown.
*/
public void _storeAsURL() {
- // getting an url to store
+ // getting a url to store
String url = utils.getOfficeTemp(
tParam.getMSF());
@@ -145,7 +145,7 @@ public class _XStorable extends MultiMethodTest {
tRes.tested("storeAsURL()", false);
}
} else {
- log.println("an url to store is not found");
+ log.println("a url to store is not found");
}
}
@@ -155,7 +155,7 @@ public class _XStorable extends MultiMethodTest {
* and no exceptions were thrown.
*/
public void _storeToURL() {
- // getting an url to store
+ // getting a url to store
String url = utils.getOfficeTemp(
tParam.getMSF());
@@ -171,7 +171,7 @@ public class _XStorable extends MultiMethodTest {
tRes.tested("storeToURL()", false);
}
} else {
- log.println("an url to store is not found");
+ log.println("a url to store is not found");
}
}
diff --git a/qadevOOo/tests/java/ifc/frame/_XSynchronousFrameLoader.java b/qadevOOo/tests/java/ifc/frame/_XSynchronousFrameLoader.java
index faa0274e4d98..b56d9d89d20b 100644
--- a/qadevOOo/tests/java/ifc/frame/_XSynchronousFrameLoader.java
+++ b/qadevOOo/tests/java/ifc/frame/_XSynchronousFrameLoader.java
@@ -42,7 +42,7 @@ import com.sun.star.util.XURLTransformer;
* This test needs the following object relations :
* <ul>
* <li> <code>'FrameLoader.URL'</code> (of type <code>String</code>):
- * an url of component to be loaded </li>
+ * a url of component to be loaded </li>
* <li> <code>'FrameLoader.Frame'</code> <b>(optional)</b>
* (of type <code>com.sun.star.frame.XFrame</code>):
* a target frame where component to be loaded. If this