summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/frame
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/frame')
-rw-r--r--qadevOOo/tests/java/ifc/frame/_XDispatchProviderInterception.java2
-rw-r--r--qadevOOo/tests/java/ifc/frame/_XDispatchRecorder.java2
-rw-r--r--qadevOOo/tests/java/ifc/frame/_XModuleManager.java4
-rw-r--r--qadevOOo/tests/java/ifc/frame/_XNotifyingDispatch.java2
4 files changed, 5 insertions, 5 deletions
diff --git a/qadevOOo/tests/java/ifc/frame/_XDispatchProviderInterception.java b/qadevOOo/tests/java/ifc/frame/_XDispatchProviderInterception.java
index b4ab947731e4..a627fa13911b 100644
--- a/qadevOOo/tests/java/ifc/frame/_XDispatchProviderInterception.java
+++ b/qadevOOo/tests/java/ifc/frame/_XDispatchProviderInterception.java
@@ -87,7 +87,7 @@ public class _XDispatchProviderInterception extends MultiMethodTest {
TestInterceptor interceptor = null ;
/**
- * Cereates new interceptor implementation.
+ * Creates new interceptor implementation.
*/
@Override
public void before() {
diff --git a/qadevOOo/tests/java/ifc/frame/_XDispatchRecorder.java b/qadevOOo/tests/java/ifc/frame/_XDispatchRecorder.java
index 8a684edd901d..bd88640f72eb 100644
--- a/qadevOOo/tests/java/ifc/frame/_XDispatchRecorder.java
+++ b/qadevOOo/tests/java/ifc/frame/_XDispatchRecorder.java
@@ -123,7 +123,7 @@ public class _XDispatchRecorder extends MultiMethodTest {
oObj.startRecording(xFrame);
- // positve test
+ // positive test
dispURL = utils.parseURL(tParam.getMSF(), ".uno:InsertText");
PropertyValue prop = new PropertyValue();
diff --git a/qadevOOo/tests/java/ifc/frame/_XModuleManager.java b/qadevOOo/tests/java/ifc/frame/_XModuleManager.java
index cc8d84279f0f..0112b6d280cd 100644
--- a/qadevOOo/tests/java/ifc/frame/_XModuleManager.java
+++ b/qadevOOo/tests/java/ifc/frame/_XModuleManager.java
@@ -59,7 +59,7 @@ public class _XModuleManager extends MultiMethodTest {
* <CODE>XModel</CODE>. The name of the PropertyValue contains the expected return
* value of method <CODE>indetify()</CODE> if the method was called with
* coresponding value.<p>
- * As enhancement the method <CODE>identify()</CODE> was called with incvalid
+ * As enhancement the method <CODE>identify()</CODE> was called with invalid
* parameter. In this case the thrown exceptions was catched.
*/
public XModuleManager oObj = null;
@@ -100,7 +100,7 @@ public class _XModuleManager extends MultiMethodTest {
(Status.failed("Relation 'xModelSeq' not found.")) ;
}
- /** The method <CODE>identify()</CODE> was used for every entry in sequeze of
+ /* The method <CODE>identify()</CODE> was used for every entry in sequence of
* object relations.
*/
public void _identify() {
diff --git a/qadevOOo/tests/java/ifc/frame/_XNotifyingDispatch.java b/qadevOOo/tests/java/ifc/frame/_XNotifyingDispatch.java
index c5e84d53c0e7..af8621d53bd6 100644
--- a/qadevOOo/tests/java/ifc/frame/_XNotifyingDispatch.java
+++ b/qadevOOo/tests/java/ifc/frame/_XNotifyingDispatch.java
@@ -39,7 +39,7 @@ import com.sun.star.frame.DispatchResultEvent;
* </code>): URL for passing to <code>dispatch()</code> method. </li>
* <li> <code>[OPTIONAL] 'XNotifyingDispatchArgument'</code>
* (of type sequence<code>com::sun::star::beans::PropertyValue
-* </code>): argumets for <code>dispatchWithNotification()</code> method. </li>
+* </code>): arguments for <code>dispatchWithNotification()</code> method. </li>
* <ul> <p>
* @see com.sun.star.frame.XDispatch
* @see com.sun.star.frame.XNotifyingDispatch