diff options
-rw-r--r-- | qadevOOo/tests/java/ifc/accessibility/_XAccessibleAction.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/qadevOOo/tests/java/ifc/accessibility/_XAccessibleAction.java b/qadevOOo/tests/java/ifc/accessibility/_XAccessibleAction.java index 9150a3ac0a39..d83b231ebe66 100644 --- a/qadevOOo/tests/java/ifc/accessibility/_XAccessibleAction.java +++ b/qadevOOo/tests/java/ifc/accessibility/_XAccessibleAction.java @@ -67,7 +67,7 @@ public class _XAccessibleAction extends lib.MultiMethodTest { log.println("Did action: "+act); res &= act ; } catch (com.sun.star.lang.IndexOutOfBoundsException ioe) { - log.println("Unexepected exception -- FAILED"); + log.println("Unexpected exception -- FAILED"); res &= false; } @@ -102,7 +102,7 @@ public class _XAccessibleAction extends lib.MultiMethodTest { log.println("Found action: "+desc); res &= desc!=null ; } catch (com.sun.star.lang.IndexOutOfBoundsException ioe) { - log.println("Unexepected exception -- FAILED"); + log.println("Unexpected exception -- FAILED"); res &= false; } } @@ -140,7 +140,7 @@ public class _XAccessibleAction extends lib.MultiMethodTest { } res &= true; } catch (com.sun.star.lang.IndexOutOfBoundsException ioe) { - log.println("Unexepected exception -- FAILED"); + log.println("Unexpected exception -- FAILED"); res &= false; } } |