diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2016-07-10 15:33:16 +0200 |
---|---|---|
committer | jan iversen <jani@documentfoundation.org> | 2016-07-11 05:49:27 +0000 |
commit | a4d40892b78070c9e54e0c8a30ed20d3395e68cd (patch) | |
tree | 9e8ce487265138fbc61f391c83da8ee65b683f1e /qadevOOo | |
parent | 54f83fee8451928b7078c0f9c96ec4187309bc00 (diff) |
Fix typos
Change-Id: I81671c9a8e7e5b878e605ac0ed6c3d8ef5c5b689
Reviewed-on: https://gerrit.libreoffice.org/27088
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: jan iversen <jani@documentfoundation.org>
Diffstat (limited to 'qadevOOo')
-rw-r--r-- | qadevOOo/tests/java/ifc/frame/_XFrameLoader.java | 2 | ||||
-rw-r--r-- | qadevOOo/tests/java/ifc/system/_XSimpleMailClientSupplier.java | 2 | ||||
-rw-r--r-- | qadevOOo/tests/java/mod/_sc/ScTableSheetObj.java | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/qadevOOo/tests/java/ifc/frame/_XFrameLoader.java b/qadevOOo/tests/java/ifc/frame/_XFrameLoader.java index d6194e447d4f..1626f1018a11 100644 --- a/qadevOOo/tests/java/ifc/frame/_XFrameLoader.java +++ b/qadevOOo/tests/java/ifc/frame/_XFrameLoader.java @@ -51,7 +51,7 @@ import com.sun.star.uno.UnoRuntime; * frame is used. </li> * <li> <code>'FrameLoader.args'</code> <b>(optional)</b> * (of type <code>Object[]</code>): -* necessary arguuments for loading a component. If omitted +* necessary arguments for loading a component. If omitted * then zero length array is passed as parameter</li> * <ul> <p> * Test is <b> NOT </b> multithread compliant. <p> diff --git a/qadevOOo/tests/java/ifc/system/_XSimpleMailClientSupplier.java b/qadevOOo/tests/java/ifc/system/_XSimpleMailClientSupplier.java index d5a3e5b96fef..91c355888fa1 100644 --- a/qadevOOo/tests/java/ifc/system/_XSimpleMailClientSupplier.java +++ b/qadevOOo/tests/java/ifc/system/_XSimpleMailClientSupplier.java @@ -35,7 +35,7 @@ import com.sun.star.system.XSimpleMailClientSupplier; * <ul> * <li> <code>'SystemMailExist'</code> (of type <code>Boolean</code>): * if <code>true</code> then <code>SimpleSystemMail</code> service -* is available, if NOT then the service is not availablel or +* is available, if NOT then the service is not available or * OS doesn't has system mail.</li> * <ul> <p> * @see com.sun.star.system.XSimpleMailClientSupplier diff --git a/qadevOOo/tests/java/mod/_sc/ScTableSheetObj.java b/qadevOOo/tests/java/mod/_sc/ScTableSheetObj.java index 206d0e70b6b3..0c9192e51df5 100644 --- a/qadevOOo/tests/java/mod/_sc/ScTableSheetObj.java +++ b/qadevOOo/tests/java/mod/_sc/ScTableSheetObj.java @@ -196,7 +196,7 @@ public class ScTableSheetObj extends TestCase { oSheet.getCellByPosition(1, 4).setValue(10); oSheet.getCellByPosition(2, 0).setValue(-5.15); oSheet.getCellByPosition(8, 8).setFormula("= B5 + C1"); - // fill cells for XSheetOtline::autoutline + // fill cells for XSheetOtline::autooutline oSheet.getCellByPosition(6, 6).setValue(3); oSheet.getCellByPosition(7, 6).setValue(3); oSheet.getCellByPosition(8, 6).setFormula("= SUM(G7:H7)"); |