diff options
Diffstat (limited to 'qadevOOo')
-rw-r--r-- | qadevOOo/tests/java/ifc/sdbc/_XCloseable.java | 2 | ||||
-rw-r--r-- | qadevOOo/tests/java/ifc/ucb/_XCommandProcessor.java | 2 | ||||
-rw-r--r-- | qadevOOo/tests/java/mod/_svx/SvxUnoText.java | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/qadevOOo/tests/java/ifc/sdbc/_XCloseable.java b/qadevOOo/tests/java/ifc/sdbc/_XCloseable.java index 45aa0fa0e676..efd39fd1ffe2 100644 --- a/qadevOOo/tests/java/ifc/sdbc/_XCloseable.java +++ b/qadevOOo/tests/java/ifc/sdbc/_XCloseable.java @@ -42,7 +42,7 @@ public class _XCloseable extends MultiMethodTest { /** * Closes row set. If the component implements the interface - * <code>com.sun.star.sdbc.XResutlSet</code> then tries to move + * <code>com.sun.star.sdbc.XResultSet</code> then tries to move * the cursor to the first row in the result set. * Has OK status if no exceptions were thrown during first call and * if expected SQL exception was thrown during cursor moving. diff --git a/qadevOOo/tests/java/ifc/ucb/_XCommandProcessor.java b/qadevOOo/tests/java/ifc/ucb/_XCommandProcessor.java index bd1a0f9e5805..7fa27bbc86ac 100644 --- a/qadevOOo/tests/java/ifc/ucb/_XCommandProcessor.java +++ b/qadevOOo/tests/java/ifc/ucb/_XCommandProcessor.java @@ -78,7 +78,7 @@ public class _XCommandProcessor extends MultiMethodTest { /** * Tests <code>createCommandIdentifier()</code>. Calls it for two times * and checks returned values. <p> - * Has <b>OK</b> status if values are unique correct idenifiers: not 0. + * Has <b>OK</b> status if values are unique correct identifiers: not 0. */ public void _createCommandIdentifier() { log.println("creating a command line identifier"); diff --git a/qadevOOo/tests/java/mod/_svx/SvxUnoText.java b/qadevOOo/tests/java/mod/_svx/SvxUnoText.java index 2db7983a1525..19fb1ef3269c 100644 --- a/qadevOOo/tests/java/mod/_svx/SvxUnoText.java +++ b/qadevOOo/tests/java/mod/_svx/SvxUnoText.java @@ -146,7 +146,7 @@ public class SvxUnoText extends TestCase { tEnv.addObjRelation("RangeForMove", aRange); tEnv.addObjRelation("XTextRange", oObj); - // adding relation for XTextRangeComapre + // adding relation for XTextRangeCompare tEnv.addObjRelation("TEXT", UnoRuntime.queryInterface(XText.class, oShape)) ; return tEnv; |