summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_sm
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_sm')
-rw-r--r--qadevOOo/tests/java/mod/_sm/XMLExporter.java4
-rw-r--r--qadevOOo/tests/java/mod/_sm/XMLImporter.java2
-rw-r--r--qadevOOo/tests/java/mod/_sm/XMLMetaExporter.java4
-rw-r--r--qadevOOo/tests/java/mod/_sm/XMLMetaImporter.java2
-rw-r--r--qadevOOo/tests/java/mod/_sm/XMLSettingsExporter.java4
-rw-r--r--qadevOOo/tests/java/mod/_sm/XMLSettingsImporter.java2
6 files changed, 9 insertions, 9 deletions
diff --git a/qadevOOo/tests/java/mod/_sm/XMLExporter.java b/qadevOOo/tests/java/mod/_sm/XMLExporter.java
index 0bdd2f6b6614..5111a578b1cf 100644
--- a/qadevOOo/tests/java/mod/_sm/XMLExporter.java
+++ b/qadevOOo/tests/java/mod/_sm/XMLExporter.java
@@ -163,7 +163,7 @@ public class XMLExporter 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
*/
@@ -182,7 +182,7 @@ public class XMLExporter 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();
diff --git a/qadevOOo/tests/java/mod/_sm/XMLImporter.java b/qadevOOo/tests/java/mod/_sm/XMLImporter.java
index 459d8be77afc..1fa7c686abf2 100644
--- a/qadevOOo/tests/java/mod/_sm/XMLImporter.java
+++ b/qadevOOo/tests/java/mod/_sm/XMLImporter.java
@@ -153,7 +153,7 @@ public class XMLImporter extends TestCase {
logF.println("Formula returned = '" + gFormula + "'") ;
return impFormula.equals(gFormula) ;
} catch (com.sun.star.uno.Exception e) {
- logF.println("Exception occured while checking filter :") ;
+ logF.println("Exception occurred while checking filter :") ;
e.printStackTrace(logF) ;
return false ;
}
diff --git a/qadevOOo/tests/java/mod/_sm/XMLMetaExporter.java b/qadevOOo/tests/java/mod/_sm/XMLMetaExporter.java
index 4ccb4f194dbd..ac0819fda7b9 100644
--- a/qadevOOo/tests/java/mod/_sm/XMLMetaExporter.java
+++ b/qadevOOo/tests/java/mod/_sm/XMLMetaExporter.java
@@ -165,7 +165,7 @@ public class XMLMetaExporter 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
*/
@@ -184,7 +184,7 @@ public class XMLMetaExporter 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();
diff --git a/qadevOOo/tests/java/mod/_sm/XMLMetaImporter.java b/qadevOOo/tests/java/mod/_sm/XMLMetaImporter.java
index b45fff310072..6727f4a3f7e7 100644
--- a/qadevOOo/tests/java/mod/_sm/XMLMetaImporter.java
+++ b/qadevOOo/tests/java/mod/_sm/XMLMetaImporter.java
@@ -181,7 +181,7 @@ public class XMLMetaImporter extends TestCase {
return result ;
} catch (com.sun.star.uno.Exception e) {
- logF.println("Exception occured while checking filter :") ;
+ logF.println("Exception occurred while checking filter :") ;
e.printStackTrace(logF) ;
return false ;
}
diff --git a/qadevOOo/tests/java/mod/_sm/XMLSettingsExporter.java b/qadevOOo/tests/java/mod/_sm/XMLSettingsExporter.java
index 534547a133e4..baab3a5a80c8 100644
--- a/qadevOOo/tests/java/mod/_sm/XMLSettingsExporter.java
+++ b/qadevOOo/tests/java/mod/_sm/XMLSettingsExporter.java
@@ -164,7 +164,7 @@ public class XMLSettingsExporter 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
*/
@@ -183,7 +183,7 @@ public class XMLSettingsExporter 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();
diff --git a/qadevOOo/tests/java/mod/_sm/XMLSettingsImporter.java b/qadevOOo/tests/java/mod/_sm/XMLSettingsImporter.java
index c1b2c080ab34..e9c0c1ff2ad5 100644
--- a/qadevOOo/tests/java/mod/_sm/XMLSettingsImporter.java
+++ b/qadevOOo/tests/java/mod/_sm/XMLSettingsImporter.java
@@ -163,7 +163,7 @@ public class XMLSettingsImporter extends TestCase {
logF.println("Margin returned: " + gMargin);
return impMargin == gMargin.shortValue() ;
} catch (com.sun.star.uno.Exception e) {
- logF.println("Exception occured while checking filter :") ;
+ logF.println("Exception occurred while checking filter :") ;
e.printStackTrace(logF) ;
return false ;
}