diff options
-rw-r--r-- | filter/qa/complex/filter/detection/typeDetection/files.csv | 2 | ||||
-rw-r--r-- | qadevOOo/tests/java/mod/_sc/ScCellObj.java | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/filter/qa/complex/filter/detection/typeDetection/files.csv b/filter/qa/complex/filter/detection/typeDetection/files.csv index d9e1a5c58ca6..007b8786cd80 100644 --- a/filter/qa/complex/filter/detection/typeDetection/files.csv +++ b/filter/qa/complex/filter/detection/typeDetection/files.csv @@ -2,7 +2,7 @@ fileAlias;fileURL;defaultFileType;streamFileType #************************************************************** #** N O T E #** -#** The detection for template filter amd wirter_text_encoded +#** The detection for template filter and wirter_text_encoded #** will be changed on following childworkspsace #** #************************************************************** 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); |