summaryrefslogtreecommitdiffstats
path: root/qadevOOo/tests/java/mod/_svx
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_svx')
-rw-r--r--qadevOOo/tests/java/mod/_svx/AccessibleControlShape.java2
-rw-r--r--qadevOOo/tests/java/mod/_svx/AccessibleGraphicShape.java2
-rw-r--r--qadevOOo/tests/java/mod/_svx/AccessibleOLEShape.java2
-rw-r--r--qadevOOo/tests/java/mod/_svx/AccessiblePageShape.java2
-rw-r--r--qadevOOo/tests/java/mod/_svx/AccessiblePresentationGraphicShape.java2
-rw-r--r--qadevOOo/tests/java/mod/_svx/AccessiblePresentationOLEShape.java2
-rw-r--r--qadevOOo/tests/java/mod/_svx/AccessiblePresentationShape.java2
-rw-r--r--qadevOOo/tests/java/mod/_svx/AccessibleShape.java2
-rw-r--r--qadevOOo/tests/java/mod/_svx/SvxDrawPage.java2
-rw-r--r--qadevOOo/tests/java/mod/_svx/SvxShape.java2
-rw-r--r--qadevOOo/tests/java/mod/_svx/SvxShapeCircle.java2
-rw-r--r--qadevOOo/tests/java/mod/_svx/SvxShapeCollection.java2
-rw-r--r--qadevOOo/tests/java/mod/_svx/SvxShapeConnector.java2
-rw-r--r--qadevOOo/tests/java/mod/_svx/SvxShapeControl.java2
-rw-r--r--qadevOOo/tests/java/mod/_svx/SvxShapeDimensioning.java2
-rw-r--r--qadevOOo/tests/java/mod/_svx/SvxShapeGroup.java4
-rw-r--r--qadevOOo/tests/java/mod/_svx/SvxShapePolyPolygon.java2
-rw-r--r--qadevOOo/tests/java/mod/_svx/SvxShapePolyPolygonBezier.java2
-rw-r--r--qadevOOo/tests/java/mod/_svx/SvxUnoText.java2
-rw-r--r--qadevOOo/tests/java/mod/_svx/SvxUnoTextContent.java2
-rw-r--r--qadevOOo/tests/java/mod/_svx/SvxUnoTextContentEnum.java2
-rw-r--r--qadevOOo/tests/java/mod/_svx/SvxUnoTextCursor.java2
-rw-r--r--qadevOOo/tests/java/mod/_svx/SvxUnoTextField.java2
-rw-r--r--qadevOOo/tests/java/mod/_svx/SvxUnoTextRange.java2
-rw-r--r--qadevOOo/tests/java/mod/_svx/SvxUnoTextRangeEnumeration.java2
25 files changed, 26 insertions, 26 deletions
diff --git a/qadevOOo/tests/java/mod/_svx/AccessibleControlShape.java b/qadevOOo/tests/java/mod/_svx/AccessibleControlShape.java
index 64123d171691..ca3ce7494a0e 100644
--- a/qadevOOo/tests/java/mod/_svx/AccessibleControlShape.java
+++ b/qadevOOo/tests/java/mod/_svx/AccessibleControlShape.java
@@ -55,7 +55,7 @@ public class AccessibleControlShape extends TestCase {
aModel = UnoRuntime.queryInterface(XModel.class, xDrawDoc);
} catch ( com.sun.star.uno.Exception e ) {
- // Some exception occures.FAILED
+ // Some exception occurs.FAILED
e.printStackTrace( log );
throw new StatusException( "Couldn't create document", e );
}
diff --git a/qadevOOo/tests/java/mod/_svx/AccessibleGraphicShape.java b/qadevOOo/tests/java/mod/_svx/AccessibleGraphicShape.java
index 1f03e3b28997..6a7f8b3317eb 100644
--- a/qadevOOo/tests/java/mod/_svx/AccessibleGraphicShape.java
+++ b/qadevOOo/tests/java/mod/_svx/AccessibleGraphicShape.java
@@ -55,7 +55,7 @@ public class AccessibleGraphicShape extends TestCase {
aModel = UnoRuntime.queryInterface(XModel.class, xDrawDoc);
} catch ( com.sun.star.uno.Exception e ) {
- // Some exception occures.FAILED
+ // Some exception occurs.FAILED
e.printStackTrace( log );
throw new StatusException( "Couldn't create document", e );
}
diff --git a/qadevOOo/tests/java/mod/_svx/AccessibleOLEShape.java b/qadevOOo/tests/java/mod/_svx/AccessibleOLEShape.java
index 52934bd8c145..28c09d1ce59a 100644
--- a/qadevOOo/tests/java/mod/_svx/AccessibleOLEShape.java
+++ b/qadevOOo/tests/java/mod/_svx/AccessibleOLEShape.java
@@ -56,7 +56,7 @@ public class AccessibleOLEShape extends TestCase {
aModel = UnoRuntime.queryInterface(XModel.class, xDrawDoc);
} catch ( com.sun.star.uno.Exception e ) {
- // Some exception occures.FAILED
+ // Some exception occurs.FAILED
e.printStackTrace( log );
throw new StatusException( "Couldn't create document", e );
}
diff --git a/qadevOOo/tests/java/mod/_svx/AccessiblePageShape.java b/qadevOOo/tests/java/mod/_svx/AccessiblePageShape.java
index 0a6220987685..81d33842120e 100644
--- a/qadevOOo/tests/java/mod/_svx/AccessiblePageShape.java
+++ b/qadevOOo/tests/java/mod/_svx/AccessiblePageShape.java
@@ -55,7 +55,7 @@ public class AccessiblePageShape extends TestCase {
aModel = UnoRuntime.queryInterface(XModel.class, xDrawDoc);
} catch ( com.sun.star.uno.Exception e ) {
- // Some exception occures.FAILED
+ // Some exception occurs.FAILED
e.printStackTrace( log );
throw new StatusException( "Couldn't create document", e );
}
diff --git a/qadevOOo/tests/java/mod/_svx/AccessiblePresentationGraphicShape.java b/qadevOOo/tests/java/mod/_svx/AccessiblePresentationGraphicShape.java
index c4febe7dc935..e9ec38c01e46 100644
--- a/qadevOOo/tests/java/mod/_svx/AccessiblePresentationGraphicShape.java
+++ b/qadevOOo/tests/java/mod/_svx/AccessiblePresentationGraphicShape.java
@@ -56,7 +56,7 @@ public class AccessiblePresentationGraphicShape extends TestCase {
aModel = UnoRuntime.queryInterface(XModel.class, xDoc);
} catch ( com.sun.star.uno.Exception e ) {
- // Some exception occures.FAILED
+ // Some exception occurs.FAILED
e.printStackTrace( log );
throw new StatusException( "Couldn't create document", e );
}
diff --git a/qadevOOo/tests/java/mod/_svx/AccessiblePresentationOLEShape.java b/qadevOOo/tests/java/mod/_svx/AccessiblePresentationOLEShape.java
index 6803c3f526e1..f7aef39300a5 100644
--- a/qadevOOo/tests/java/mod/_svx/AccessiblePresentationOLEShape.java
+++ b/qadevOOo/tests/java/mod/_svx/AccessiblePresentationOLEShape.java
@@ -56,7 +56,7 @@ public class AccessiblePresentationOLEShape extends TestCase {
aModel = UnoRuntime.queryInterface(XModel.class, xDrawDoc);
} catch ( com.sun.star.uno.Exception e ) {
- // Some exception occures.FAILED
+ // Some exception occurs.FAILED
e.printStackTrace( log );
throw new StatusException( "Couldn't create document", e );
}
diff --git a/qadevOOo/tests/java/mod/_svx/AccessiblePresentationShape.java b/qadevOOo/tests/java/mod/_svx/AccessiblePresentationShape.java
index 14b980110945..38b17b62ad0f 100644
--- a/qadevOOo/tests/java/mod/_svx/AccessiblePresentationShape.java
+++ b/qadevOOo/tests/java/mod/_svx/AccessiblePresentationShape.java
@@ -56,7 +56,7 @@ public class AccessiblePresentationShape extends TestCase {
aModel = UnoRuntime.queryInterface(XModel.class, xDrawDoc);
} catch ( com.sun.star.uno.Exception e ) {
- // Some exception occures.FAILED
+ // Some exception occurs.FAILED
e.printStackTrace( log );
throw new StatusException( "Couldn't create document", e );
}
diff --git a/qadevOOo/tests/java/mod/_svx/AccessibleShape.java b/qadevOOo/tests/java/mod/_svx/AccessibleShape.java
index f7a9c2387396..3af68fb0bcd2 100644
--- a/qadevOOo/tests/java/mod/_svx/AccessibleShape.java
+++ b/qadevOOo/tests/java/mod/_svx/AccessibleShape.java
@@ -55,7 +55,7 @@ public class AccessibleShape extends TestCase {
aModel = UnoRuntime.queryInterface(XModel.class, xDrawDoc);
} catch ( com.sun.star.uno.Exception e ) {
- // Some exception occures.FAILED
+ // Some exception occurs.FAILED
e.printStackTrace( log );
throw new StatusException( "Couldn't create document", e );
}
diff --git a/qadevOOo/tests/java/mod/_svx/SvxDrawPage.java b/qadevOOo/tests/java/mod/_svx/SvxDrawPage.java
index c0000bc7798c..8439e531441a 100644
--- a/qadevOOo/tests/java/mod/_svx/SvxDrawPage.java
+++ b/qadevOOo/tests/java/mod/_svx/SvxDrawPage.java
@@ -103,7 +103,7 @@ public class SvxDrawPage extends TestCase {
log.println("creating a sheetdocument");
xDoc = SOF.createCalcDoc(null);
} catch (com.sun.star.uno.Exception e) {
- // Some exception occures.FAILED
+ // Some exception occurs.FAILED
e.printStackTrace(log);
throw new StatusException("Couldn't create document", e);
}
diff --git a/qadevOOo/tests/java/mod/_svx/SvxShape.java b/qadevOOo/tests/java/mod/_svx/SvxShape.java
index c6f364aea036..adbc98dc3dd2 100644
--- a/qadevOOo/tests/java/mod/_svx/SvxShape.java
+++ b/qadevOOo/tests/java/mod/_svx/SvxShape.java
@@ -126,7 +126,7 @@ public class SvxShape extends TestCase {
xDrawDoc = SOF.loadDocument(
utils.getFullTestURL("SvxShape.sxd"));
} catch ( com.sun.star.uno.Exception e ) {
- // Some exception occures.FAILED
+ // Some exception occurs.FAILED
e.printStackTrace( log );
throw new StatusException( "Couldn't create document", e );
}
diff --git a/qadevOOo/tests/java/mod/_svx/SvxShapeCircle.java b/qadevOOo/tests/java/mod/_svx/SvxShapeCircle.java
index 15a00912a0fc..6858a56451db 100644
--- a/qadevOOo/tests/java/mod/_svx/SvxShapeCircle.java
+++ b/qadevOOo/tests/java/mod/_svx/SvxShapeCircle.java
@@ -123,7 +123,7 @@ public class SvxShapeCircle extends TestCase {
xDrawDoc = SOF.loadDocument(
utils.getFullTestURL("SvxShape.sxd"));
} catch ( com.sun.star.uno.Exception e ) {
- // Some exception occures.FAILED
+ // Some exception occurs.FAILED
e.printStackTrace( log );
throw new StatusException( "Couldn't create document", e );
}
diff --git a/qadevOOo/tests/java/mod/_svx/SvxShapeCollection.java b/qadevOOo/tests/java/mod/_svx/SvxShapeCollection.java
index d2d09ca20d66..ae2eabcd5c07 100644
--- a/qadevOOo/tests/java/mod/_svx/SvxShapeCollection.java
+++ b/qadevOOo/tests/java/mod/_svx/SvxShapeCollection.java
@@ -57,7 +57,7 @@ public class SvxShapeCollection extends TestCase {
log.println( "creating a drawdoc" );
xDrawDoc = DrawTools.createDrawDoc((XMultiServiceFactory)tParam.getMSF());
} catch ( Exception e ) {
- // Some exception occures.FAILED
+ // Some exception occurs.FAILED
e.printStackTrace( log );
throw new StatusException( "Couldn't create document", e );
}
diff --git a/qadevOOo/tests/java/mod/_svx/SvxShapeConnector.java b/qadevOOo/tests/java/mod/_svx/SvxShapeConnector.java
index f1c080d9eda2..896745894bf1 100644
--- a/qadevOOo/tests/java/mod/_svx/SvxShapeConnector.java
+++ b/qadevOOo/tests/java/mod/_svx/SvxShapeConnector.java
@@ -84,7 +84,7 @@ public class SvxShapeConnector extends TestCase {
log.println( "creating a drawdoc" );
xDrawDoc = DrawTools.createDrawDoc((XMultiServiceFactory)tParam.getMSF());
} catch ( Exception e ) {
- // Some exception occures.FAILED
+ // Some exception occurs.FAILED
e.printStackTrace( log );
throw new StatusException( "Couldn't create document", e );
}
diff --git a/qadevOOo/tests/java/mod/_svx/SvxShapeControl.java b/qadevOOo/tests/java/mod/_svx/SvxShapeControl.java
index d7965e20ae43..d7c8dca91b9e 100644
--- a/qadevOOo/tests/java/mod/_svx/SvxShapeControl.java
+++ b/qadevOOo/tests/java/mod/_svx/SvxShapeControl.java
@@ -59,7 +59,7 @@ public class SvxShapeControl extends TestCase {
log.println( "creating a drawdoc" );
xDrawDoc = DrawTools.createDrawDoc((XMultiServiceFactory)tParam.getMSF());
} catch ( Exception e ) {
- // Some exception occures.FAILED
+ // Some exception occurs.FAILED
e.printStackTrace( log );
throw new StatusException( "Couldn't create document", e );
}
diff --git a/qadevOOo/tests/java/mod/_svx/SvxShapeDimensioning.java b/qadevOOo/tests/java/mod/_svx/SvxShapeDimensioning.java
index 57a56803f18b..e486f895cbf6 100644
--- a/qadevOOo/tests/java/mod/_svx/SvxShapeDimensioning.java
+++ b/qadevOOo/tests/java/mod/_svx/SvxShapeDimensioning.java
@@ -60,7 +60,7 @@ public class SvxShapeDimensioning extends TestCase {
log.println( "creating a drawdoc" );
xDrawDoc = DrawTools.createDrawDoc((XMultiServiceFactory)tParam.getMSF());
} catch ( Exception e ) {
- // Some exception occures.FAILED
+ // Some exception occurs.FAILED
e.printStackTrace( log );
throw new StatusException( "Couldn't create document", e );
}
diff --git a/qadevOOo/tests/java/mod/_svx/SvxShapeGroup.java b/qadevOOo/tests/java/mod/_svx/SvxShapeGroup.java
index b3fc08386155..207742c9c6bb 100644
--- a/qadevOOo/tests/java/mod/_svx/SvxShapeGroup.java
+++ b/qadevOOo/tests/java/mod/_svx/SvxShapeGroup.java
@@ -68,7 +68,7 @@ public class SvxShapeGroup extends TestCase {
log.println( "creating a draw document" );
xDrawDoc = SOF.createDrawDoc(null);
} catch ( Exception e ) {
- // Some exception occures.FAILED
+ // Some exception occurs.FAILED
e.printStackTrace( log );
throw new StatusException( "Couldn't create document", e );
}
@@ -110,7 +110,7 @@ public class SvxShapeGroup extends TestCase {
oObj = (XDrawPage) AnyConverter.toObject(
new Type(XDrawPage.class),oDPi.getByIndex(0));
} catch ( Exception e ) {
- // Some exception occures.FAILED
+ // Some exception occurs.FAILED
e.printStackTrace( log );
throw new StatusException( "Couldn't get DrawPage", e );
}
diff --git a/qadevOOo/tests/java/mod/_svx/SvxShapePolyPolygon.java b/qadevOOo/tests/java/mod/_svx/SvxShapePolyPolygon.java
index 915976c6d995..8eaf4797c62a 100644
--- a/qadevOOo/tests/java/mod/_svx/SvxShapePolyPolygon.java
+++ b/qadevOOo/tests/java/mod/_svx/SvxShapePolyPolygon.java
@@ -134,7 +134,7 @@ public class SvxShapePolyPolygon extends TestCase {
xDrawDoc = SOF.loadDocument(
utils.getFullTestURL("SvxShape.sxd"));
} catch (com.sun.star.uno.Exception e) {
- // Some exception occures.FAILED
+ // Some exception occurs.FAILED
e.printStackTrace( log );
throw new StatusException( "Couldn't create document", e );
}
diff --git a/qadevOOo/tests/java/mod/_svx/SvxShapePolyPolygonBezier.java b/qadevOOo/tests/java/mod/_svx/SvxShapePolyPolygonBezier.java
index 3247af2e2fe4..a070bfe46d5d 100644
--- a/qadevOOo/tests/java/mod/_svx/SvxShapePolyPolygonBezier.java
+++ b/qadevOOo/tests/java/mod/_svx/SvxShapePolyPolygonBezier.java
@@ -136,7 +136,7 @@ public class SvxShapePolyPolygonBezier extends TestCase {
xDrawDoc = SOF.loadDocument(
utils.getFullTestURL("SvxShape.sxd"));
} catch (com.sun.star.uno.Exception e) {
- // Some exception occures.FAILED
+ // Some exception occurs.FAILED
e.printStackTrace( log );
throw new StatusException( "Couldn't create document", e );
}
diff --git a/qadevOOo/tests/java/mod/_svx/SvxUnoText.java b/qadevOOo/tests/java/mod/_svx/SvxUnoText.java
index 6b1245952244..810721aa3489 100644
--- a/qadevOOo/tests/java/mod/_svx/SvxUnoText.java
+++ b/qadevOOo/tests/java/mod/_svx/SvxUnoText.java
@@ -60,7 +60,7 @@ public class SvxUnoText extends TestCase {
log.println( "creating a drawdoc" );
xDrawDoc = DrawTools.createDrawDoc((XMultiServiceFactory)tParam.getMSF());
} catch ( Exception e ) {
- // Some exception occures.FAILED
+ // Some exception occurs.FAILED
e.printStackTrace( log );
throw new StatusException( "Couldn't create document", e );
}
diff --git a/qadevOOo/tests/java/mod/_svx/SvxUnoTextContent.java b/qadevOOo/tests/java/mod/_svx/SvxUnoTextContent.java
index 3a63d7af185a..0d839870f409 100644
--- a/qadevOOo/tests/java/mod/_svx/SvxUnoTextContent.java
+++ b/qadevOOo/tests/java/mod/_svx/SvxUnoTextContent.java
@@ -59,7 +59,7 @@ public class SvxUnoTextContent extends TestCase {
log.println( "creating a drawdoc" );
xDrawDoc = DrawTools.createDrawDoc((XMultiServiceFactory)tParam.getMSF());
} catch ( Exception e ) {
- // Some exception occures.FAILED
+ // Some exception occurs.FAILED
e.printStackTrace( log );
throw new StatusException( "Couldn't create document", e );
}
diff --git a/qadevOOo/tests/java/mod/_svx/SvxUnoTextContentEnum.java b/qadevOOo/tests/java/mod/_svx/SvxUnoTextContentEnum.java
index f44ef7206b3d..85b9100eb187 100644
--- a/qadevOOo/tests/java/mod/_svx/SvxUnoTextContentEnum.java
+++ b/qadevOOo/tests/java/mod/_svx/SvxUnoTextContentEnum.java
@@ -57,7 +57,7 @@ public class SvxUnoTextContentEnum extends TestCase {
log.println( "creating a drawdoc" );
xDrawDoc = DrawTools.createDrawDoc((XMultiServiceFactory)tParam.getMSF());
} catch ( Exception e ) {
- // Some exception occures.FAILED
+ // Some exception occurs.FAILED
e.printStackTrace( log );
throw new StatusException( "Couldn't create document", e );
}
diff --git a/qadevOOo/tests/java/mod/_svx/SvxUnoTextCursor.java b/qadevOOo/tests/java/mod/_svx/SvxUnoTextCursor.java
index dfcc285a1213..f06a04de24e1 100644
--- a/qadevOOo/tests/java/mod/_svx/SvxUnoTextCursor.java
+++ b/qadevOOo/tests/java/mod/_svx/SvxUnoTextCursor.java
@@ -56,7 +56,7 @@ public class SvxUnoTextCursor extends TestCase {
log.println( "creating a drawdoc" );
xDrawDoc = DrawTools.createDrawDoc((XMultiServiceFactory)tParam.getMSF());
} catch ( Exception e ) {
- // Some exception occures.FAILED
+ // Some exception occurs.FAILED
e.printStackTrace( log );
throw new StatusException( "Couldn't create document", e );
}
diff --git a/qadevOOo/tests/java/mod/_svx/SvxUnoTextField.java b/qadevOOo/tests/java/mod/_svx/SvxUnoTextField.java
index 2007455fc594..ab471102d07b 100644
--- a/qadevOOo/tests/java/mod/_svx/SvxUnoTextField.java
+++ b/qadevOOo/tests/java/mod/_svx/SvxUnoTextField.java
@@ -66,7 +66,7 @@ public class SvxUnoTextField extends TestCase {
log.println( "creating a drawdoc" );
xDrawDoc = DrawTools.createDrawDoc( (XMultiServiceFactory) tParam.getMSF());
} catch ( Exception e ) {
- // Some exception occures.FAILED
+ // Some exception occurs.FAILED
e.printStackTrace( log );
throw new StatusException( "Couldn't create document", e );
}
diff --git a/qadevOOo/tests/java/mod/_svx/SvxUnoTextRange.java b/qadevOOo/tests/java/mod/_svx/SvxUnoTextRange.java
index dc566e449ce6..4e4de2de42e4 100644
--- a/qadevOOo/tests/java/mod/_svx/SvxUnoTextRange.java
+++ b/qadevOOo/tests/java/mod/_svx/SvxUnoTextRange.java
@@ -59,7 +59,7 @@ public class SvxUnoTextRange extends TestCase {
log.println( "creating a drawdoc" );
xDrawDoc = DrawTools.createDrawDoc((XMultiServiceFactory)tParam.getMSF());
} catch ( Exception e ) {
- // Some exception occures.FAILED
+ // Some exception occurs.FAILED
e.printStackTrace( log );
throw new StatusException( "Couldn't create document", e );
}
diff --git a/qadevOOo/tests/java/mod/_svx/SvxUnoTextRangeEnumeration.java b/qadevOOo/tests/java/mod/_svx/SvxUnoTextRangeEnumeration.java
index 681ba4988d41..7606767158b2 100644
--- a/qadevOOo/tests/java/mod/_svx/SvxUnoTextRangeEnumeration.java
+++ b/qadevOOo/tests/java/mod/_svx/SvxUnoTextRangeEnumeration.java
@@ -59,7 +59,7 @@ public class SvxUnoTextRangeEnumeration extends TestCase {
log.println( "creating a drawdoc" );
xDrawDoc = DrawTools.createDrawDoc((XMultiServiceFactory)tParam.getMSF());
} catch ( Exception e ) {
- // Some exception occures.FAILED
+ // Some exception occurs.FAILED
e.printStackTrace( log );
throw new StatusException( "Couldn't create document", e );
}