summaryrefslogtreecommitdiff
path: root/qadevOOo/tests
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-11 19:35:31 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-08-12 16:22:48 +0200
commita8960b2eb558b7e3a6a5c9d7c940e5b3dbc9911e (patch)
tree852ffa31aaecea79066c49abfdb807b9087f1200 /qadevOOo/tests
parentf2fef52bb920c42e7de7452adfdff079384b6942 (diff)
Fix typos
Change-Id: I0164d554e52225a6c6e9bece47a96a2ff3c85612 Reviewed-on: https://gerrit.libreoffice.org/77303 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'qadevOOo/tests')
-rw-r--r--qadevOOo/tests/java/mod/_sd/SdUnoSlideView.java2
-rw-r--r--qadevOOo/tests/java/mod/_simplereg/uno/SimpleRegistry.java2
-rw-r--r--qadevOOo/tests/java/mod/_simreg/SimpleRegistry.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/SvxShapePolyPolygon.java2
-rw-r--r--qadevOOo/tests/java/mod/_sw/SwAccessibleDocumentPageView.java2
-rw-r--r--qadevOOo/tests/java/mod/_sw/SwAccessibleEndnoteView.java4
10 files changed, 11 insertions, 11 deletions
diff --git a/qadevOOo/tests/java/mod/_sd/SdUnoSlideView.java b/qadevOOo/tests/java/mod/_sd/SdUnoSlideView.java
index 8a3862293e00..25016309a8e8 100644
--- a/qadevOOo/tests/java/mod/_sd/SdUnoSlideView.java
+++ b/qadevOOo/tests/java/mod/_sd/SdUnoSlideView.java
@@ -104,7 +104,7 @@ public class SdUnoSlideView extends TestCase {
// get a soffice factory object
SOfficeFactory SOF = SOfficeFactory.getFactory( Param.getMSF());
XDrawPages xDP = null;
- log.println( "creating a impress document" );
+ log.println( "creating an impress document" );
xImpressDoc = SOF.createImpressDoc(null);
util.utils.waitForEventIdle(Param.getMSF());
xDP = DrawTools.getDrawPages(xImpressDoc);
diff --git a/qadevOOo/tests/java/mod/_simplereg/uno/SimpleRegistry.java b/qadevOOo/tests/java/mod/_simplereg/uno/SimpleRegistry.java
index d209cac4aedf..99146f159e3d 100644
--- a/qadevOOo/tests/java/mod/_simplereg/uno/SimpleRegistry.java
+++ b/qadevOOo/tests/java/mod/_simplereg/uno/SimpleRegistry.java
@@ -54,7 +54,7 @@ public class SimpleRegistry extends TestCase {
* @param src Source file path.
* @param dst Destination file path.
* @param log The log writer.
- * @throws java.io.IOException If any problems occur during copiing.
+ * @throws java.io.IOException If any problems occur during copying.
*/
protected void copyFile(String src, String dst, PrintWriter log)
throws java.io.IOException {
diff --git a/qadevOOo/tests/java/mod/_simreg/SimpleRegistry.java b/qadevOOo/tests/java/mod/_simreg/SimpleRegistry.java
index 779019bb5050..8c513d7b595c 100644
--- a/qadevOOo/tests/java/mod/_simreg/SimpleRegistry.java
+++ b/qadevOOo/tests/java/mod/_simreg/SimpleRegistry.java
@@ -57,7 +57,7 @@ public class SimpleRegistry extends TestCase {
* @param src Source file path.
* @param dst Destination file path.
* @param log The log writer.
- * @throws java.io.IOException If any problems occur during copiing.
+ * @throws java.io.IOException If any problems occur during copying.
*/
protected void copyFile(String src, String dst, PrintWriter log)
throws java.io.IOException {
diff --git a/qadevOOo/tests/java/mod/_svx/SvxShapeCollection.java b/qadevOOo/tests/java/mod/_svx/SvxShapeCollection.java
index 151caf5eeb4d..5cbad5230053 100644
--- a/qadevOOo/tests/java/mod/_svx/SvxShapeCollection.java
+++ b/qadevOOo/tests/java/mod/_svx/SvxShapeCollection.java
@@ -115,7 +115,7 @@ public class SvxShapeCollection extends TestCase {
}
catch (Exception e) {
- log.println("Couldn't create insance");
+ log.println("Couldn't create instance");
e.printStackTrace(log);
}
diff --git a/qadevOOo/tests/java/mod/_svx/SvxShapeConnector.java b/qadevOOo/tests/java/mod/_svx/SvxShapeConnector.java
index 7340da22a30c..7236bcc18c29 100644
--- a/qadevOOo/tests/java/mod/_svx/SvxShapeConnector.java
+++ b/qadevOOo/tests/java/mod/_svx/SvxShapeConnector.java
@@ -131,7 +131,7 @@ public class SvxShapeConnector extends TestCase {
DrawTools.getShapes(DrawTools.getDrawPage(xDrawDoc,0)).add(oShape);
}
catch (Exception e) {
- log.println("Couldn't create insance");
+ log.println("Couldn't create instance");
e.printStackTrace(log);
}
diff --git a/qadevOOo/tests/java/mod/_svx/SvxShapeControl.java b/qadevOOo/tests/java/mod/_svx/SvxShapeControl.java
index aac416f0c5a4..fe07d05789e1 100644
--- a/qadevOOo/tests/java/mod/_svx/SvxShapeControl.java
+++ b/qadevOOo/tests/java/mod/_svx/SvxShapeControl.java
@@ -108,7 +108,7 @@ public class SvxShapeControl extends TestCase {
DrawTools.getShapes(DrawTools.getDrawPage(xDrawDoc,0)).add(oShape) ;
}
catch (Exception e) {
- log.println("Couldn't create insance");
+ log.println("Couldn't create instance");
e.printStackTrace(log);
}
diff --git a/qadevOOo/tests/java/mod/_svx/SvxShapeDimensioning.java b/qadevOOo/tests/java/mod/_svx/SvxShapeDimensioning.java
index aec6cc2df2b3..7cccfe0694fd 100644
--- a/qadevOOo/tests/java/mod/_svx/SvxShapeDimensioning.java
+++ b/qadevOOo/tests/java/mod/_svx/SvxShapeDimensioning.java
@@ -116,7 +116,7 @@ public class SvxShapeDimensioning extends TestCase {
DrawTools.getShapes(DrawTools.getDrawPage(xDrawDoc,0)).add(oShape) ;
}
catch (Exception e) {
- log.println("Couldn't create insance");
+ log.println("Couldn't create instance");
e.printStackTrace(log);
}
diff --git a/qadevOOo/tests/java/mod/_svx/SvxShapePolyPolygon.java b/qadevOOo/tests/java/mod/_svx/SvxShapePolyPolygon.java
index 552ac5fb465e..d5a43870a533 100644
--- a/qadevOOo/tests/java/mod/_svx/SvxShapePolyPolygon.java
+++ b/qadevOOo/tests/java/mod/_svx/SvxShapePolyPolygon.java
@@ -210,7 +210,7 @@ public class SvxShapePolyPolygon extends TestCase {
DrawTools.getShapes(DrawTools.getDrawPage(xDrawDoc,0)).add(oShape) ;
}
catch (Exception e) {
- log.println("Couldn't create insance");
+ log.println("Couldn't create instance");
e.printStackTrace(log);
}
diff --git a/qadevOOo/tests/java/mod/_sw/SwAccessibleDocumentPageView.java b/qadevOOo/tests/java/mod/_sw/SwAccessibleDocumentPageView.java
index 79d441d85a1a..5fb1a47797b2 100644
--- a/qadevOOo/tests/java/mod/_sw/SwAccessibleDocumentPageView.java
+++ b/qadevOOo/tests/java/mod/_sw/SwAccessibleDocumentPageView.java
@@ -50,7 +50,7 @@ public class SwAccessibleDocumentPageView extends TestCase {
* Called to create an instance of <code>TestEnvironment</code>
* with an object to test and related objects.
* Switch the document to Print Preview mode.
- * Obtains accissible object for the document page view.
+ * Obtains accessible object for the document page view.
*
* @param Param test parameters
* @param log writer to log information while testing
diff --git a/qadevOOo/tests/java/mod/_sw/SwAccessibleEndnoteView.java b/qadevOOo/tests/java/mod/_sw/SwAccessibleEndnoteView.java
index 9d12789ca1e8..eb66279fad76 100644
--- a/qadevOOo/tests/java/mod/_sw/SwAccessibleEndnoteView.java
+++ b/qadevOOo/tests/java/mod/_sw/SwAccessibleEndnoteView.java
@@ -67,7 +67,7 @@ public class SwAccessibleEndnoteView extends TestCase {
log.println( "Creating a test environment" );
XMultiServiceFactory msf = UnoRuntime.queryInterface(XMultiServiceFactory.class, xTextDoc);
- log.println("creating a endnote");
+ log.println("creating an endnote");
oEndnote = UnoRuntime.queryInterface(XInterface.class,
msf.createInstance("com.sun.star.text.Endnote"));
@@ -84,7 +84,7 @@ public class SwAccessibleEndnoteView extends TestCase {
XPropertySet xPropSet = xViewSetSup.getViewSettings();
//change zoom value to 20%
- //footer should be in the vissible area of the document
+ //footer should be in the visible area of the document
xPropSet.setPropertyValue("ZoomValue", Short.valueOf("20"));
XModel aModel = UnoRuntime.queryInterface(XModel.class, xTextDoc);