summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_xmloff/Impress
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_xmloff/Impress')
-rw-r--r--qadevOOo/tests/java/mod/_xmloff/Impress/XMLMetaExporter.java2
-rw-r--r--qadevOOo/tests/java/mod/_xmloff/Impress/XMLSettingsExporter.java2
-rw-r--r--qadevOOo/tests/java/mod/_xmloff/Impress/XMLStylesExporter.java2
3 files changed, 3 insertions, 3 deletions
diff --git a/qadevOOo/tests/java/mod/_xmloff/Impress/XMLMetaExporter.java b/qadevOOo/tests/java/mod/_xmloff/Impress/XMLMetaExporter.java
index b7468425893b..0b01d370cd6c 100644
--- a/qadevOOo/tests/java/mod/_xmloff/Impress/XMLMetaExporter.java
+++ b/qadevOOo/tests/java/mod/_xmloff/Impress/XMLMetaExporter.java
@@ -139,7 +139,7 @@ public class XMLMetaExporter extends TestCase {
throw new StatusException("Can't create component.", e) ;
}
- // Checking tags existance and changed property value
+ // Checking tags existence and changed property value
filter.addTag(new XMLTools.Tag ("office:document-meta"));
filter.addTagEnclosed(
new XMLTools.Tag("office:meta"),
diff --git a/qadevOOo/tests/java/mod/_xmloff/Impress/XMLSettingsExporter.java b/qadevOOo/tests/java/mod/_xmloff/Impress/XMLSettingsExporter.java
index 71167ada1d10..ae0537ac7ecd 100644
--- a/qadevOOo/tests/java/mod/_xmloff/Impress/XMLSettingsExporter.java
+++ b/qadevOOo/tests/java/mod/_xmloff/Impress/XMLSettingsExporter.java
@@ -150,7 +150,7 @@ public class XMLSettingsExporter extends TestCase {
throw new StatusException("Can't create component.", e) ;
}
- // Adding tags for checking existance of head tag and other tags
+ // Adding tags for checking existence of head tag and other tags
filter.addTagEnclosed(new XMLTools.Tag("office:settings"),
new XMLTools.Tag("office:document-settings"));
filter.addTagEnclosed(new XMLTools.Tag("config:config-item-set"),
diff --git a/qadevOOo/tests/java/mod/_xmloff/Impress/XMLStylesExporter.java b/qadevOOo/tests/java/mod/_xmloff/Impress/XMLStylesExporter.java
index cb6ddaeb97aa..b2ed830c0740 100644
--- a/qadevOOo/tests/java/mod/_xmloff/Impress/XMLStylesExporter.java
+++ b/qadevOOo/tests/java/mod/_xmloff/Impress/XMLStylesExporter.java
@@ -124,7 +124,7 @@ public class XMLStylesExporter extends TestCase {
Any arg = new Any(new Type(XDocumentHandler.class),filter);
String newName = "NewGraphicsStyle" + counter++;
- // Adding tags for checking existance of head tag and property value
+ // Adding tags for checking existence of head tag and property value
filter.addTag(new XMLTools.Tag("office:document-styles"));
filter.addTag(new XMLTools.Tag("office:styles"));
filter.addTag(new XMLTools.Tag("style:style","style:name", newName));