summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/ucb/_XDataContainer.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/ucb/_XDataContainer.java')
-rw-r--r--qadevOOo/tests/java/ifc/ucb/_XDataContainer.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/qadevOOo/tests/java/ifc/ucb/_XDataContainer.java b/qadevOOo/tests/java/ifc/ucb/_XDataContainer.java
index b594ceb0ec4c..e453eb47b35c 100644
--- a/qadevOOo/tests/java/ifc/ucb/_XDataContainer.java
+++ b/qadevOOo/tests/java/ifc/ucb/_XDataContainer.java
@@ -50,7 +50,7 @@ public class _XDataContainer extends MultiMethodTest {
/**
* Sets the content type to some value. <p>
- * Has <b>OK</b> status if no runtime exseptions occured.
+ * Has <b>OK</b> status if no runtime exseptions occurred.
*/
public void _setContentType() {
oObj.setContentType("image/jpeg") ;
@@ -74,7 +74,7 @@ public class _XDataContainer extends MultiMethodTest {
/**
* Sets the data to some byte array. <p>
- * Has <b>OK</b> status if no runtime exseptions occured.
+ * Has <b>OK</b> status if no runtime exseptions occurred.
*/
public void _setData() {
oObj.setData(data) ;
@@ -105,7 +105,7 @@ public class _XDataContainer extends MultiMethodTest {
/**
* Sets the data URL to some URL. <p>
- * Has <b>OK</b> status if no runtime exseptions occured.
+ * Has <b>OK</b> status if no runtime exseptions occurred.
*/
public void _setDataURL() {
dataURL = util.utils.getOfficeTemp((XMultiServiceFactory)tParam.getMSF()) ;