summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_xmloff/Draw/XMLContentExporter.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_xmloff/Draw/XMLContentExporter.java')
-rw-r--r--qadevOOo/tests/java/mod/_xmloff/Draw/XMLContentExporter.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/qadevOOo/tests/java/mod/_xmloff/Draw/XMLContentExporter.java b/qadevOOo/tests/java/mod/_xmloff/Draw/XMLContentExporter.java
index d9bae484dbdc..901ebb442ca3 100644
--- a/qadevOOo/tests/java/mod/_xmloff/Draw/XMLContentExporter.java
+++ b/qadevOOo/tests/java/mod/_xmloff/Draw/XMLContentExporter.java
@@ -124,7 +124,7 @@ public class XMLContentExporter extends TestCase {
FilterChecker filter = new FilterChecker(log);
Any arg = new Any(new Type(XDocumentHandler.class),filter);
- // Adding tags for checking existance of head tag and other tags
+ // Adding tags for checking existence of head tag and other tags
filter.addTag(new XMLTools.Tag("office:document-content"));
filter.addTag(new XMLTools.Tag("office:body"));
filter.addTagEnclosed(
@@ -181,7 +181,7 @@ public class XMLContentExporter extends TestCase {
/**
* This class checks the XML for tags and data required and returns
* checking result to <code>XFilter</code> interface test. All
- * the information about errors occured in XML data is written
+ * the information about errors occurred in XML data is written
* to log specified.
* @see ifc.document._XFilter
*/
@@ -200,7 +200,7 @@ public class XMLContentExporter extends TestCase {
* which returns the result of XML checking.
* @return <code>true</code> if the XML data exported was
* valid (i.e. all necessary tags and character data exists),
- * <code>false</code> if some errors occured.
+ * <code>false</code> if some errors occurred.
*/
public boolean checkFilter() {
return check();