summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java')
-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"));