summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/frame/_XStorable.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/frame/_XStorable.java')
-rw-r--r--qadevOOo/tests/java/ifc/frame/_XStorable.java8
1 files changed, 4 insertions, 4 deletions
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");
}
}