summaryrefslogtreecommitdiff
path: root/qadevOOo
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-03-02 12:23:08 +0100
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-03-02 12:32:05 +0000
commitb068d9fb8d29e06ff652b1493605cea22a9199f3 (patch)
treec504f24e8d0ba3acb58a9e793cd8e7f83db47f58 /qadevOOo
parentd6ac6475a5f0304e0d9b770a5f8ec98f425e59b6 (diff)
Fix typos
Change-Id: I35eeb71f4f698e39b7b0d98e3cb30657a64a611a Reviewed-on: https://gerrit.libreoffice.org/34802 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'qadevOOo')
-rw-r--r--qadevOOo/runner/helper/ContextMenuInterceptor.java8
-rw-r--r--qadevOOo/tests/java/ifc/awt/_XControl.java2
-rw-r--r--qadevOOo/tests/java/ifc/lang/_XInitialization.java2
-rw-r--r--qadevOOo/tests/java/ifc/sdbcx/_XDataDefinitionSupplier.java2
-rw-r--r--qadevOOo/tests/java/ifc/ucb/_XPropertyMatcherFactory.java2
-rw-r--r--qadevOOo/tests/java/mod/_sc/ScAccessiblePreviewHeaderCell.java2
-rw-r--r--qadevOOo/tests/java/mod/_sw/SwAccessibleDocumentPageView.java4
7 files changed, 11 insertions, 11 deletions
diff --git a/qadevOOo/runner/helper/ContextMenuInterceptor.java b/qadevOOo/runner/helper/ContextMenuInterceptor.java
index be21ff724318..e04628682774 100644
--- a/qadevOOo/runner/helper/ContextMenuInterceptor.java
+++ b/qadevOOo/runner/helper/ContextMenuInterceptor.java
@@ -62,14 +62,14 @@ public class ContextMenuInterceptor implements XContextMenuInterceptor {
XIndexContainer.class,
xMenuElementFactory.createInstance("com.sun.star.ui.ActionTriggerContainer" ));
- // intialize root menu entry "Help"
+ // initialize root menu entry "Help"
xRootMenuEntry.setPropertyValue( "Text", "Help" );
xRootMenuEntry.setPropertyValue( "CommandURL", "slot:5410" );
xRootMenuEntry.setPropertyValue( "HelpURL", "5410" );
xRootMenuEntry.setPropertyValue( "SubContainer", xSubMenuContainer );
// create menu entries for the new sub menu
- // intialize help/content menu entry
+ // initialize help/content menu entry
// entry "Content"
XPropertySet xMenuEntry = UnoRuntime.queryInterface(
XPropertySet.class, xMenuElementFactory.createInstance(
@@ -81,7 +81,7 @@ public class ContextMenuInterceptor implements XContextMenuInterceptor {
// insert menu entry to sub menu
xSubMenuContainer.insertByIndex( 0, xMenuEntry );
- // intialize help/help on help
+ // initialize help/help on help
// entry "Help on Help"
xMenuEntry = UnoRuntime.queryInterface(
XPropertySet.class,
@@ -92,7 +92,7 @@ public class ContextMenuInterceptor implements XContextMenuInterceptor {
// insert menu entry to sub menu
xSubMenuContainer.insertByIndex( 1, xMenuEntry );
- // intialize help/tips
+ // initialize help/tips
// entry "Tips"
xMenuEntry = UnoRuntime.queryInterface(
XPropertySet.class,
diff --git a/qadevOOo/tests/java/ifc/awt/_XControl.java b/qadevOOo/tests/java/ifc/awt/_XControl.java
index 0f3c06a25e71..ffb9bcbaa268 100644
--- a/qadevOOo/tests/java/ifc/awt/_XControl.java
+++ b/qadevOOo/tests/java/ifc/awt/_XControl.java
@@ -171,7 +171,7 @@ public class _XControl extends MultiMethodTest {
/**
* Test calls the method. Then mode is checked using isDesignMode().<p>
- * Has <b> OK </b> status if mode is swithed.
+ * Has <b> OK </b> status if mode is switched.
*/
public void _setDesignMode() {
desMode = oObj.isDesignMode();
diff --git a/qadevOOo/tests/java/ifc/lang/_XInitialization.java b/qadevOOo/tests/java/ifc/lang/_XInitialization.java
index ba2150be1b85..5566aef0ceea 100644
--- a/qadevOOo/tests/java/ifc/lang/_XInitialization.java
+++ b/qadevOOo/tests/java/ifc/lang/_XInitialization.java
@@ -29,7 +29,7 @@ import com.sun.star.lang.XInitialization;
* <ul>
* <li> <code>'XInitialization.args'</code> (of type <code>Object[]</code>):
* (<b>Optional</b>) : argument for <code>initialize</code>
-* method. If ommitted zero length array is used. </li>
+* method. If omitted zero length array is used. </li>
* <ul> <p>
* Test is multithread compliant. <p>
* Till the present time there was no need to recreate environment
diff --git a/qadevOOo/tests/java/ifc/sdbcx/_XDataDefinitionSupplier.java b/qadevOOo/tests/java/ifc/sdbcx/_XDataDefinitionSupplier.java
index a7c21573956e..a05310c50e5e 100644
--- a/qadevOOo/tests/java/ifc/sdbcx/_XDataDefinitionSupplier.java
+++ b/qadevOOo/tests/java/ifc/sdbcx/_XDataDefinitionSupplier.java
@@ -134,7 +134,7 @@ public class _XDataDefinitionSupplier extends MultiMethodTest {
/**
* Calls the method with url and info obtained from the relations
* <code>XDriver.URL</code> and <code>XDriver.INFO</code>.
- * Checks that retuned value isn't null.
+ * Checks that returned value isn't null.
* Then calls the method with the unsuitable url obtained from the relation
* <code>XDriver.UNSUITABLE_URL</code> and checks that SQLException
* exception was thrown.
diff --git a/qadevOOo/tests/java/ifc/ucb/_XPropertyMatcherFactory.java b/qadevOOo/tests/java/ifc/ucb/_XPropertyMatcherFactory.java
index 719e857aac34..084ab52938b2 100644
--- a/qadevOOo/tests/java/ifc/ucb/_XPropertyMatcherFactory.java
+++ b/qadevOOo/tests/java/ifc/ucb/_XPropertyMatcherFactory.java
@@ -41,7 +41,7 @@ public class _XPropertyMatcherFactory extends MultiMethodTest {
/**
* Tries to create <code>XPropertyMatcher</code> implementation. <p>
- * Has <b>OK</b> status if not null alue returned.
+ * Has <b>OK</b> status if not null value returned.
*/
public void _createPropertyMatcher() {
RuleTerm term = new RuleTerm() ;
diff --git a/qadevOOo/tests/java/mod/_sc/ScAccessiblePreviewHeaderCell.java b/qadevOOo/tests/java/mod/_sc/ScAccessiblePreviewHeaderCell.java
index 69d6a26513eb..911b65aecba4 100644
--- a/qadevOOo/tests/java/mod/_sc/ScAccessiblePreviewHeaderCell.java
+++ b/qadevOOo/tests/java/mod/_sc/ScAccessiblePreviewHeaderCell.java
@@ -112,7 +112,7 @@ public class ScAccessiblePreviewHeaderCell extends TestCase {
* Creating a TestEnvironment for the interfaces to be tested.
* Sets a value of the cell 'A1'. Sets the property 'PrintHeaders'
* of the style 'Default' of the family 'PageStyles' to true.
- * Switchs the document to preview mode and then obtains the
+ * Switch the document to preview mode and then obtains the
* accessible object for the header cell.
*/
@Override
diff --git a/qadevOOo/tests/java/mod/_sw/SwAccessibleDocumentPageView.java b/qadevOOo/tests/java/mod/_sw/SwAccessibleDocumentPageView.java
index aecb7c640c74..79d441d85a1a 100644
--- a/qadevOOo/tests/java/mod/_sw/SwAccessibleDocumentPageView.java
+++ b/qadevOOo/tests/java/mod/_sw/SwAccessibleDocumentPageView.java
@@ -49,7 +49,7 @@ public class SwAccessibleDocumentPageView extends TestCase {
/**
* Called to create an instance of <code>TestEnvironment</code>
* with an object to test and related objects.
- * Switchs the document to Print Preview mode.
+ * Switch the document to Print Preview mode.
* Obtains accissible object for the document page view.
*
* @param Param test parameters
@@ -157,4 +157,4 @@ public class SwAccessibleDocumentPageView extends TestCase {
log.println( "creating a text document" );
xTextDoc = WriterTools.createTextDoc( Param.getMSF());
}
-} \ No newline at end of file
+}