diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2013-02-22 11:12:12 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2013-02-22 11:12:33 +0100 |
commit | 1443a9f7abce965d1ca3ccf0a8f92562ebf82c07 (patch) | |
tree | c753e7c1cd9ec33b2dbeaa9defafcdd1b3355b8a /qadevOOo/tests | |
parent | 45739fad0b1d55e72cc1ed508b8ea33a74219290 (diff) |
[Uu]sefull -> [Uu]seful
Change-Id: I5dad83789ff9b6815561208679a5e19821041e1f
Diffstat (limited to 'qadevOOo/tests')
-rw-r--r-- | qadevOOo/tests/java/ifc/awt/_XUserInputInterception.java | 8 | ||||
-rw-r--r-- | qadevOOo/tests/java/ifc/frame/_XFrame.java | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/qadevOOo/tests/java/ifc/awt/_XUserInputInterception.java b/qadevOOo/tests/java/ifc/awt/_XUserInputInterception.java index 37386f6da541..0e4a1474074e 100644 --- a/qadevOOo/tests/java/ifc/awt/_XUserInputInterception.java +++ b/qadevOOo/tests/java/ifc/awt/_XUserInputInterception.java @@ -268,7 +268,7 @@ public class _XUserInputInterception extends MultiMethodTest { return true; } /** - * This event does nothing usefull + * This event does nothing useful * @param oEvent refers to the object that fired the event. */ public void disposing( EventObject oEvent ){ @@ -305,7 +305,7 @@ public class _XUserInputInterception extends MultiMethodTest { return true; } /** - * This event does nothing usefull + * This event does nothing useful * @param oEvent refers to the object that fired the event. */ public void disposing( EventObject oEvent ){ @@ -342,7 +342,7 @@ public class _XUserInputInterception extends MultiMethodTest { return true; } /** - * This event does nothing usefull + * This event does nothing useful * @param oEvent refers to the object that fired the event. */ public void disposing( EventObject oEvent ){ @@ -380,7 +380,7 @@ public class _XUserInputInterception extends MultiMethodTest { return true; } /** - * This event does nothing usefull + * This event does nothing useful * @param oEvent refers to the object that fired the event. */ public void disposing( EventObject oEvent ){ diff --git a/qadevOOo/tests/java/ifc/frame/_XFrame.java b/qadevOOo/tests/java/ifc/frame/_XFrame.java index babc97b168cc..0ed0b2e64791 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 usefull nor allowed."; + String message="Frame::initialized() is called more then 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"); |