diff options
author | dennisroczek <dennisroczek@libreoffice.org> | 2017-03-17 08:53:15 +0000 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-03-18 05:35:13 +0000 |
commit | a87f678e7ba525c7725cd2f4cfadfb69bdcd4b34 (patch) | |
tree | 3018568e0e9380d3df4274d10bad9fcea54e2d6e /qadevOOo/tests | |
parent | 135cc026bcbf77ced58c7a8b85604edba7c2d5df (diff) |
fix typo: amd --> and
Change-Id: I2905e8bbc659ab8a6344b172980d20455a67e87e
Reviewed-on: https://gerrit.libreoffice.org/35319
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'qadevOOo/tests')
-rw-r--r-- | qadevOOo/tests/java/mod/_sc/ScCellObj.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/mod/_sc/ScCellObj.java b/qadevOOo/tests/java/mod/_sc/ScCellObj.java index 0c83486c9c29..1c5e02d3700f 100644 --- a/qadevOOo/tests/java/mod/_sc/ScCellObj.java +++ b/qadevOOo/tests/java/mod/_sc/ScCellObj.java @@ -161,7 +161,7 @@ public class ScCellObj extends TestCase { tEnv.addObjRelation("XTextFieldsSupplier.MAKEENTRY", Boolean.TRUE); tEnv.addObjRelation("MAKEENTRYINCELL", cell); - // for XSearchable amd XReplaceable interface test + // for XSearchable and XReplaceable interface test tEnv.addObjRelation("XSearchable.MAKEENTRYINCELL", cell); tEnv.addObjRelation("EXCLUDEFINDNEXT", Boolean.TRUE); |