summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_fwk
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-06-08 14:06:08 +0200
committerNoel Grandin <noel@peralex.com>2015-06-08 14:06:54 +0200
commitb9dd51782ceba70bda091191349d31767b7bf744 (patch)
treeb08a32be30934595e9bdcf98e877f16a3d170e68 /qadevOOo/tests/java/mod/_fwk
parentc1692f620610621a139e54fb1f9d11d4c177608d (diff)
some spelling fixes, mostly in Java code
Change-Id: Ib9d0522a1f371404ee990348712e2d196049f69f
Diffstat (limited to 'qadevOOo/tests/java/mod/_fwk')
-rw-r--r--qadevOOo/tests/java/mod/_fwk/Desktop.java2
-rw-r--r--qadevOOo/tests/java/mod/_fwk/DispatchRecorder.java2
-rw-r--r--qadevOOo/tests/java/mod/_fwk/DispatchRecorderSupplier.java2
-rw-r--r--qadevOOo/tests/java/mod/_fwk/JobExecutor.java2
-rw-r--r--qadevOOo/tests/java/mod/_fwk/JobHandler.java2
-rw-r--r--qadevOOo/tests/java/mod/_fwk/MailToDispatcher.java2
-rw-r--r--qadevOOo/tests/java/mod/_fwk/ModuleManager.java6
-rw-r--r--qadevOOo/tests/java/mod/_fwk/ServiceHandler.java2
-rw-r--r--qadevOOo/tests/java/mod/_fwk/SoundHandler.java2
-rw-r--r--qadevOOo/tests/java/mod/_fwk/URLTransformer.java2
10 files changed, 12 insertions, 12 deletions
diff --git a/qadevOOo/tests/java/mod/_fwk/Desktop.java b/qadevOOo/tests/java/mod/_fwk/Desktop.java
index 35fd5183d6e7..7dfd11386765 100644
--- a/qadevOOo/tests/java/mod/_fwk/Desktop.java
+++ b/qadevOOo/tests/java/mod/_fwk/Desktop.java
@@ -87,7 +87,7 @@ public class Desktop extends TestCase {
}
/**
- * Creating a Testenvironment for the interfaces to be tested.
+ * Creating a TestEnvironment for the interfaces to be tested.
* Creates service <code>com.sun.star.frame.Desktop</code>.
*/
@Override
diff --git a/qadevOOo/tests/java/mod/_fwk/DispatchRecorder.java b/qadevOOo/tests/java/mod/_fwk/DispatchRecorder.java
index d155c4c66525..c610417958e8 100644
--- a/qadevOOo/tests/java/mod/_fwk/DispatchRecorder.java
+++ b/qadevOOo/tests/java/mod/_fwk/DispatchRecorder.java
@@ -62,7 +62,7 @@ public class DispatchRecorder extends TestCase {
XComponent oDoc = null;
/**
- * Creating a Testenvironment for the interfaces to be tested.
+ * Creating a TestEnvironment for the interfaces to be tested.
* Creates service <code>com.sun.star.frame.Desktop</code>.
*/
@Override
diff --git a/qadevOOo/tests/java/mod/_fwk/DispatchRecorderSupplier.java b/qadevOOo/tests/java/mod/_fwk/DispatchRecorderSupplier.java
index 40fe1540eaec..32e1a3cbc0de 100644
--- a/qadevOOo/tests/java/mod/_fwk/DispatchRecorderSupplier.java
+++ b/qadevOOo/tests/java/mod/_fwk/DispatchRecorderSupplier.java
@@ -39,7 +39,7 @@ import com.sun.star.uno.XInterface;
public class DispatchRecorderSupplier extends TestCase {
/**
- * Creating a Testenvironment for the interfaces to be tested.
+ * Creating a TestEnvironment for the interfaces to be tested.
* Creates instance of
* <code>com.sun.star.comp.framework.DispatchRecorderSupplier</code>.
*/
diff --git a/qadevOOo/tests/java/mod/_fwk/JobExecutor.java b/qadevOOo/tests/java/mod/_fwk/JobExecutor.java
index 7d518d924cbc..b446c9eab5c9 100644
--- a/qadevOOo/tests/java/mod/_fwk/JobExecutor.java
+++ b/qadevOOo/tests/java/mod/_fwk/JobExecutor.java
@@ -191,7 +191,7 @@ public class JobExecutor extends TestCase {
}
/**
- * Creating a Testenvironment for the interfaces to be tested.
+ * Creating a TestEnvironment for the interfaces to be tested.
*
* Service <code>com.sun.star.comp.framework.JobExecutor</code>
* is created.
diff --git a/qadevOOo/tests/java/mod/_fwk/JobHandler.java b/qadevOOo/tests/java/mod/_fwk/JobHandler.java
index 61f6c9e6a102..31568f65fd15 100644
--- a/qadevOOo/tests/java/mod/_fwk/JobHandler.java
+++ b/qadevOOo/tests/java/mod/_fwk/JobHandler.java
@@ -42,7 +42,7 @@ import com.sun.star.uno.XInterface;
public class JobHandler extends TestCase {
/**
- * Creating a Testenvironment for the interfaces to be tested.
+ * Creating a TestEnvironment for the interfaces to be tested.
*/
@Override
public TestEnvironment createTestEnvironment( TestParameters Param,
diff --git a/qadevOOo/tests/java/mod/_fwk/MailToDispatcher.java b/qadevOOo/tests/java/mod/_fwk/MailToDispatcher.java
index 98f817d118a9..1bdd45a45187 100644
--- a/qadevOOo/tests/java/mod/_fwk/MailToDispatcher.java
+++ b/qadevOOo/tests/java/mod/_fwk/MailToDispatcher.java
@@ -42,7 +42,7 @@ import com.sun.star.uno.XInterface;
public class MailToDispatcher extends TestCase {
/**
- * Creating a Testenvironment for the interfaces to be tested.
+ * Creating a TestEnvironment for the interfaces to be tested.
* Creates service <code>com.sun.star.framework.MailToDispatcher</code>.
*/
@Override
diff --git a/qadevOOo/tests/java/mod/_fwk/ModuleManager.java b/qadevOOo/tests/java/mod/_fwk/ModuleManager.java
index 014379d2239f..7979a1a81942 100644
--- a/qadevOOo/tests/java/mod/_fwk/ModuleManager.java
+++ b/qadevOOo/tests/java/mod/_fwk/ModuleManager.java
@@ -58,11 +58,11 @@ public class ModuleManager extends TestCase {
XComponent xImpressDoc = null;
XComponent xMathDoc = null;
- /** Creating a Testenvironment for the interfaces to be tested.
+ /** Creating a TestEnvironment for the interfaces to be tested.
* @param Param test parameters
* @param log simple logger
- * @throws StatusException was thrwon on error
- * @return the test environement
+ * @throws StatusException was thrown on error
+ * @return the test environment
*/
@Override
public TestEnvironment createTestEnvironment( TestParameters Param,
diff --git a/qadevOOo/tests/java/mod/_fwk/ServiceHandler.java b/qadevOOo/tests/java/mod/_fwk/ServiceHandler.java
index 44aa29a1ecd4..dd488717a308 100644
--- a/qadevOOo/tests/java/mod/_fwk/ServiceHandler.java
+++ b/qadevOOo/tests/java/mod/_fwk/ServiceHandler.java
@@ -42,7 +42,7 @@ import com.sun.star.uno.XInterface;
public class ServiceHandler extends TestCase {
/**
- * Creating a Testenvironment for the interfaces to be tested.
+ * Creating a TestEnvironment for the interfaces to be tested.
* Creates service <code>com.sun.star.framework.ServiceHandler</code>.
*/
@Override
diff --git a/qadevOOo/tests/java/mod/_fwk/SoundHandler.java b/qadevOOo/tests/java/mod/_fwk/SoundHandler.java
index d563645e2762..79985f1bbf8c 100644
--- a/qadevOOo/tests/java/mod/_fwk/SoundHandler.java
+++ b/qadevOOo/tests/java/mod/_fwk/SoundHandler.java
@@ -43,7 +43,7 @@ import util.utils;
public class SoundHandler extends TestCase {
/**
- * Creating a Testenvironment for the interfaces to be tested.
+ * Creating a TestEnvironment for the interfaces to be tested.
*/
@Override
public TestEnvironment createTestEnvironment( TestParameters Param,
diff --git a/qadevOOo/tests/java/mod/_fwk/URLTransformer.java b/qadevOOo/tests/java/mod/_fwk/URLTransformer.java
index b8d9d512f7c3..9909cb04a8a6 100644
--- a/qadevOOo/tests/java/mod/_fwk/URLTransformer.java
+++ b/qadevOOo/tests/java/mod/_fwk/URLTransformer.java
@@ -39,7 +39,7 @@ import com.sun.star.uno.XInterface;
public class URLTransformer extends TestCase {
/**
- * Creating a Testenvironment for the interfaces to be tested.
+ * Creating a TestEnvironment for the interfaces to be tested.
*/
@Override
public TestEnvironment createTestEnvironment( TestParameters Param,