summaryrefslogtreecommitdiff
path: root/qadevOOo
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-11 19:35:07 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-08-12 11:36:05 +0200
commit38719c3341bf4244fcaf835a3933c922e9153251 (patch)
treeefb9cffdc88dd3e87a13e6eda5df2f275de485cc /qadevOOo
parent3cbada0fb862a533eb70d714900674d16f9b4054 (diff)
Fix typos
Change-Id: Ia40e7a9031ae5a8385a84f177a9444f4d4f348b4 Reviewed-on: https://gerrit.libreoffice.org/77302 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'qadevOOo')
-rw-r--r--qadevOOo/tests/java/mod/_sw/SwAccessibleFooterView.java2
-rw-r--r--qadevOOo/tests/java/mod/_sw/SwAccessibleFootnoteView.java2
-rw-r--r--qadevOOo/tests/java/mod/_sw/SwXAutoTextContainer.java2
-rw-r--r--qadevOOo/tests/java/mod/_sw/SwXEndnoteProperties.java2
4 files changed, 4 insertions, 4 deletions
diff --git a/qadevOOo/tests/java/mod/_sw/SwAccessibleFooterView.java b/qadevOOo/tests/java/mod/_sw/SwAccessibleFooterView.java
index c68079738bc1..24ee0035824f 100644
--- a/qadevOOo/tests/java/mod/_sw/SwAccessibleFooterView.java
+++ b/qadevOOo/tests/java/mod/_sw/SwAccessibleFooterView.java
@@ -93,7 +93,7 @@ public class SwAccessibleFooterView extends TestCase {
PropSet.setPropertyValue("FooterIsOn", Boolean.TRUE);
//change zoom value to 10%
- //footer should be in the vissible area of the document
+ //footer should be in the visible area of the document
XController xController = xTextDoc.getCurrentController();
XViewSettingsSupplier xViewSetSup = UnoRuntime.queryInterface(XViewSettingsSupplier.class,
xController);
diff --git a/qadevOOo/tests/java/mod/_sw/SwAccessibleFootnoteView.java b/qadevOOo/tests/java/mod/_sw/SwAccessibleFootnoteView.java
index 29f36a6185ea..0899108a83d3 100644
--- a/qadevOOo/tests/java/mod/_sw/SwAccessibleFootnoteView.java
+++ b/qadevOOo/tests/java/mod/_sw/SwAccessibleFootnoteView.java
@@ -85,7 +85,7 @@ public class SwAccessibleFootnoteView extends TestCase {
XPropertySet xPropSet = xViewSetSup.getViewSettings();
//change zoom value to 10%
- //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("10"));
XModel aModel = UnoRuntime.queryInterface(XModel.class, xTextDoc);
diff --git a/qadevOOo/tests/java/mod/_sw/SwXAutoTextContainer.java b/qadevOOo/tests/java/mod/_sw/SwXAutoTextContainer.java
index eb132c78037b..edaa1aed98e4 100644
--- a/qadevOOo/tests/java/mod/_sw/SwXAutoTextContainer.java
+++ b/qadevOOo/tests/java/mod/_sw/SwXAutoTextContainer.java
@@ -59,7 +59,7 @@ public class SwXAutoTextContainer extends TestCase {
// creation of testobject here
// first we write what we are intend to do to log file
- log.println("creating a AutoTextContainer");
+ log.println("creating an AutoTextContainer");
XMultiServiceFactory myMSF = Param.getMSF();
Object oInst = myMSF.createInstance
("com.sun.star.text.AutoTextContainer");
diff --git a/qadevOOo/tests/java/mod/_sw/SwXEndnoteProperties.java b/qadevOOo/tests/java/mod/_sw/SwXEndnoteProperties.java
index 1d2d296d965e..c2dbba2d744f 100644
--- a/qadevOOo/tests/java/mod/_sw/SwXEndnoteProperties.java
+++ b/qadevOOo/tests/java/mod/_sw/SwXEndnoteProperties.java
@@ -86,7 +86,7 @@ public class SwXEndnoteProperties 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"));