summaryrefslogtreecommitdiff
path: root/qadevOOo
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2014-08-01 16:56:25 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2014-08-01 23:40:12 +0900
commit9bac4d413e960e354a3cf81e3de9b1cb483d02ad (patch)
treeb6555611ec9102dd5e2cf5917b0fb2c00ea5ed9f /qadevOOo
parentca1897ede3faaf71d263ab2efaf975c74c46f8b5 (diff)
typo: more then -> more than
Change-Id: I2e477d66f25bde7256938ccb1f95ab26add24922
Diffstat (limited to 'qadevOOo')
-rw-r--r--qadevOOo/runner/convwatch/PRNCompare.java2
-rw-r--r--qadevOOo/runner/graphical/JPEGComparator.java2
-rw-r--r--qadevOOo/tests/java/ifc/frame/_XFrame.java2
3 files changed, 3 insertions, 3 deletions
diff --git a/qadevOOo/runner/convwatch/PRNCompare.java b/qadevOOo/runner/convwatch/PRNCompare.java
index 894aa4d2f0cb..58f5de5893b9 100644
--- a/qadevOOo/runner/convwatch/PRNCompare.java
+++ b/qadevOOo/runner/convwatch/PRNCompare.java
@@ -715,7 +715,7 @@ public class PRNCompare
* <100% Take a look into the difference graphics, maybe the difference graphics shows
* text like outlined or the text is little bit move left, right up or down.
*
- * >100% Yes it's possible that there is a difference more then 100%, maybe a font problem
+ * >100% Yes it's possible that there is a difference more than 100%, maybe a font problem
* between old and new graphics. The font of the new graphics is little bit bigger,
* so the pixel count between old graphics and new graphics is twice the more.
*
diff --git a/qadevOOo/runner/graphical/JPEGComparator.java b/qadevOOo/runner/graphical/JPEGComparator.java
index b47878ad5618..d7a2bc3cd0d6 100644
--- a/qadevOOo/runner/graphical/JPEGComparator.java
+++ b/qadevOOo/runner/graphical/JPEGComparator.java
@@ -509,7 +509,7 @@ public class JPEGComparator extends EnhancedComplexTestCase
* &lt;100% Take a look into the difference graphics, maybe the difference graphics shows
* text like outlined or the text is little bit move left, right up or down.
*
- * &gt;>100% Yes it's possible that there is a difference more then 100%, maybe a font problem
+ * &gt;>100% Yes it's possible that there is a difference more than 100%, maybe a font problem
* between old and new graphics. The font of the new graphics is little bit bigger,
* so the pixel count between old graphics and new graphics is twice the more.
*
diff --git a/qadevOOo/tests/java/ifc/frame/_XFrame.java b/qadevOOo/tests/java/ifc/frame/_XFrame.java
index 50df474f7876..fcbf9220b9a7 100644
--- a/qadevOOo/tests/java/ifc/frame/_XFrame.java
+++ b/qadevOOo/tests/java/ifc/frame/_XFrame.java
@@ -536,7 +536,7 @@ public class _XFrame extends MultiMethodTest {
try {
oObj.initialize(win) ;
} catch (com.sun.star.uno.RuntimeException e){
- String message="Frame::initialized() is called more then once, which isnt useful nor allowed.";
+ String message="Frame::initialized() is called more than once, which isnt useful nor allowed.";
if (e.toString().indexOf(message) != -1){
log.println(e.toString());
log.println("methods throws exception, but it's OK");