summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_xmloff/Impress/XMLStylesExporter.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_xmloff/Impress/XMLStylesExporter.java')
-rw-r--r--qadevOOo/tests/java/mod/_xmloff/Impress/XMLStylesExporter.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/qadevOOo/tests/java/mod/_xmloff/Impress/XMLStylesExporter.java b/qadevOOo/tests/java/mod/_xmloff/Impress/XMLStylesExporter.java
index 6c206cb101b1..3147d76fa3a4 100644
--- a/qadevOOo/tests/java/mod/_xmloff/Impress/XMLStylesExporter.java
+++ b/qadevOOo/tests/java/mod/_xmloff/Impress/XMLStylesExporter.java
@@ -129,7 +129,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));
@@ -177,7 +177,7 @@ public class XMLStylesExporter 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
*/
@@ -196,7 +196,7 @@ public class XMLStylesExporter 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();