summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/frame
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2010-12-04 13:28:03 +0900
committerCaolán McNamara <caolanm@redhat.com>2010-12-05 19:13:22 +0000
commitf20ff43473f1d33be368d61b8d0f6bcbb644df14 (patch)
tree9bff166cbb029acf5c3a7a7a68d67151ae47d9e3 /qadevOOo/tests/java/ifc/frame
parente98d09d0ad16a6bd843f0b691d39dd0bac4ff357 (diff)
Replace all occured, occurance etc.
Diffstat (limited to 'qadevOOo/tests/java/ifc/frame')
-rw-r--r--qadevOOo/tests/java/ifc/frame/_XComponentLoader.java4
-rw-r--r--qadevOOo/tests/java/ifc/frame/_XDispatch.java2
-rw-r--r--qadevOOo/tests/java/ifc/frame/_XDocumentTemplates.java6
-rw-r--r--qadevOOo/tests/java/ifc/frame/_XFramesSupplier.java12
-rw-r--r--qadevOOo/tests/java/ifc/frame/_XModel.java2
-rw-r--r--qadevOOo/tests/java/ifc/frame/_XStorable.java2
6 files changed, 14 insertions, 14 deletions
diff --git a/qadevOOo/tests/java/ifc/frame/_XComponentLoader.java b/qadevOOo/tests/java/ifc/frame/_XComponentLoader.java
index 39e7a0b9bb49..1f05ce04cee1 100644
--- a/qadevOOo/tests/java/ifc/frame/_XComponentLoader.java
+++ b/qadevOOo/tests/java/ifc/frame/_XComponentLoader.java
@@ -139,12 +139,12 @@ public class _XComponentLoader extends MultiMethodTest {
}
catch (com.sun.star.lang.IllegalArgumentException e) {
- log.println("Exception occured while loading");
+ log.println("Exception occurred while loading");
e.printStackTrace(log);
result=false;
}
catch (com.sun.star.io.IOException e) {
- log.println("Exception occured while loading");
+ log.println("Exception occurred while loading");
e.printStackTrace(log);
result=false;
}
diff --git a/qadevOOo/tests/java/ifc/frame/_XDispatch.java b/qadevOOo/tests/java/ifc/frame/_XDispatch.java
index 6fad036bec57..6fb30437e185 100644
--- a/qadevOOo/tests/java/ifc/frame/_XDispatch.java
+++ b/qadevOOo/tests/java/ifc/frame/_XDispatch.java
@@ -201,7 +201,7 @@ public class _XDispatch extends MultiMethodTest {
/**
* Adds two listeners. <p>
- * Has <b> OK </b> status if no runtime exceptions occured.
+ * Has <b> OK </b> status if no runtime exceptions occurred.
*/
public void _addStatusListener() {
diff --git a/qadevOOo/tests/java/ifc/frame/_XDocumentTemplates.java b/qadevOOo/tests/java/ifc/frame/_XDocumentTemplates.java
index 5bd47fa83904..47cab885203e 100644
--- a/qadevOOo/tests/java/ifc/frame/_XDocumentTemplates.java
+++ b/qadevOOo/tests/java/ifc/frame/_XDocumentTemplates.java
@@ -207,7 +207,7 @@ public class _XDocumentTemplates extends MultiMethodTest {
statRes.next();
}
} catch (com.sun.star.sdbc.SQLException e) {
- log.println("Exception occured:" + e);
+ log.println("Exception occurred:" + e);
}
return ret;
@@ -218,7 +218,7 @@ public class _XDocumentTemplates extends MultiMethodTest {
try {
statResSet = getDynaResultSet(content).getStaticResultSet();
} catch(com.sun.star.ucb.ListenerAlreadySetException e) {
- log.println("Exception occured:" + e);
+ log.println("Exception occurred:" + e);
}
return statResSet;
}
@@ -267,7 +267,7 @@ public class _XDocumentTemplates extends MultiMethodTest {
statRes.next();
}
} catch(com.sun.star.sdbc.SQLException e) {
- log.println("Exception occured:" + e);
+ log.println("Exception occurred:" + e);
}
return subContent;
diff --git a/qadevOOo/tests/java/ifc/frame/_XFramesSupplier.java b/qadevOOo/tests/java/ifc/frame/_XFramesSupplier.java
index bd6bcd7a4f86..b7fb16815e1a 100644
--- a/qadevOOo/tests/java/ifc/frame/_XFramesSupplier.java
+++ b/qadevOOo/tests/java/ifc/frame/_XFramesSupplier.java
@@ -88,11 +88,11 @@ public class _XFramesSupplier extends MultiMethodTest {
log.println("Can't convert any");
}
} catch (com.sun.star.lang.WrappedTargetException e) {
- log.println("Exception occured while calling getByIndex() method :") ;
+ log.println("Exception occurred while calling getByIndex() method :") ;
e.printStackTrace(log) ;
return;
} catch (com.sun.star.lang.IndexOutOfBoundsException e) {
- log.println("Exception occured while calling getByIndex() method :") ;
+ log.println("Exception occurred while calling getByIndex() method :") ;
e.printStackTrace(log) ;
return;
}
@@ -136,11 +136,11 @@ public class _XFramesSupplier extends MultiMethodTest {
result = false ;
}
} catch (com.sun.star.lang.WrappedTargetException e) {
- log.println("Exception occured while calling getByIndex() method :") ;
+ log.println("Exception occurred while calling getByIndex() method :") ;
e.printStackTrace(log) ;
return;
} catch (com.sun.star.lang.IndexOutOfBoundsException e) {
- log.println("Exception occured while calling getByIndex() method :") ;
+ log.println("Exception occurred while calling getByIndex() method :") ;
e.printStackTrace(log) ;
return;
}
@@ -181,11 +181,11 @@ public class _XFramesSupplier extends MultiMethodTest {
log.println("Can't convert any");
}
} catch (com.sun.star.lang.WrappedTargetException e) {
- log.println("Exception occured while calling getByIndex() method :") ;
+ log.println("Exception occurred while calling getByIndex() method :") ;
e.printStackTrace(log) ;
return;
} catch (com.sun.star.lang.IndexOutOfBoundsException e) {
- log.println("Exception occured while calling getByIndex() method :") ;
+ log.println("Exception occurred while calling getByIndex() method :") ;
e.printStackTrace(log) ;
return;
}
diff --git a/qadevOOo/tests/java/ifc/frame/_XModel.java b/qadevOOo/tests/java/ifc/frame/_XModel.java
index 6fa133e28780..fcc54dd8b278 100644
--- a/qadevOOo/tests/java/ifc/frame/_XModel.java
+++ b/qadevOOo/tests/java/ifc/frame/_XModel.java
@@ -156,7 +156,7 @@ public class _XModel extends MultiMethodTest {
try {
selsupp.select(toSelect);
} catch (com.sun.star.lang.IllegalArgumentException e) {
- log.println("Exception occured while select:");
+ log.println("Exception occurred while select:");
e.printStackTrace(log);
return;
diff --git a/qadevOOo/tests/java/ifc/frame/_XStorable.java b/qadevOOo/tests/java/ifc/frame/_XStorable.java
index 4edc1eb45e54..f9e8391b8c04 100644
--- a/qadevOOo/tests/java/ifc/frame/_XStorable.java
+++ b/qadevOOo/tests/java/ifc/frame/_XStorable.java
@@ -190,7 +190,7 @@ public class _XStorable extends MultiMethodTest {
* Has <b> OK </b> status if:
* <ol>
* <li>component was stored, object is not readonly and has location</li>
- * <li>exception occured because of component is readonly
+ * <li>exception occurred because of component is readonly
* and wasn't stored</li>
* </ol>
*/