summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/container/_XNameReplace.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/container/_XNameReplace.java')
-rw-r--r--qadevOOo/tests/java/ifc/container/_XNameReplace.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/tests/java/ifc/container/_XNameReplace.java b/qadevOOo/tests/java/ifc/container/_XNameReplace.java
index b5214bf9032f..f9b3283aadc8 100644
--- a/qadevOOo/tests/java/ifc/container/_XNameReplace.java
+++ b/qadevOOo/tests/java/ifc/container/_XNameReplace.java
@@ -38,7 +38,7 @@ import com.sun.star.uno.UnoRuntime;
* for more information.</li>
* <li> <code>'NAMEREPLACE'</code> <b>optional</b>: <code>String</code>
* relation which represents element name to be replaced.
-* Some Objects can't replace the firsr that comes along, i.e.
+* Some Objects can't replace the first that comes along, i.e.
* SwXStyleFamily. It has some pool styles which can't be replaced.
* So the test need a special object to replace it by name. </li>
* <li> <code>'XNameReplaceINDEX'</code> : For internal test
@@ -109,7 +109,7 @@ public class _XNameReplace extends MultiMethodTest {
XNameAccess oNameAccess = UnoRuntime.queryInterface(
XNameAccess.class, oObj);
oNames = oNameAccess.getElementNames();
- /* Some Objects can't replace the firsr that comes along, i.e.
+ /* Some Objects can't replace the first that comes along, i.e.
SwXStyleFamily. It has some pool styles which can't be replaced.
So the test need a special object to replace it by name.
*/