diff options
author | Pedro Giffuni <pfg@apache.org> | 2016-05-22 01:05:14 +0000 |
---|---|---|
committer | Pedro Giffuni <pfg@apache.org> | 2016-05-22 01:05:14 +0000 |
commit | fe28961d1a4735f4e37afbeca74eeed20d283825 (patch) | |
tree | a640fc0b251176c796205bf1b74e991ede1b7ca4 /qadevOOo/runner | |
parent | 39abfdb0779d252d916a72f5563e064764cd68b0 (diff) |
Spelling, spelling ...
Why worry about some sprinkled German when we haven't yet learned English.
Notes
Notes:
prefer: b37a07f2da6c4fcc1a01cc3ea547c558c23edd71
Diffstat (limited to 'qadevOOo/runner')
-rw-r--r-- | qadevOOo/runner/base/java_complex.java | 4 | ||||
-rw-r--r-- | qadevOOo/runner/convwatch/OfficePrint.java | 6 | ||||
-rw-r--r-- | qadevOOo/runner/graphical/OpenOfficePostscriptCreator.java | 6 | ||||
-rw-r--r-- | qadevOOo/runner/helper/ConfigHelper.java | 2 | ||||
-rw-r--r-- | qadevOOo/runner/helper/URLHelper.java | 2 | ||||
-rw-r--r-- | qadevOOo/runner/lib/MultiMethodTest.java | 2 | ||||
-rw-r--r-- | qadevOOo/runner/util/FormTools.java | 8 | ||||
-rw-r--r-- | qadevOOo/runner/util/PropertyName.java | 2 | ||||
-rw-r--r-- | qadevOOo/runner/util/SOfficeFactory.java | 10 |
9 files changed, 21 insertions, 21 deletions
diff --git a/qadevOOo/runner/base/java_complex.java b/qadevOOo/runner/base/java_complex.java index 918b81b3a204..09882cd81dff 100644 --- a/qadevOOo/runner/base/java_complex.java +++ b/qadevOOo/runner/base/java_complex.java @@ -46,7 +46,7 @@ public class java_complex implements TestBase * This function executes the complex tests given as parameter "-o" or "TestJob". It querys for the correspond class * and crates the JobDescription. * @param param - * @return true of all tests run successfuly, else false + * @return true of all tests run successfully, else false */ public boolean executeTest(TestParameters param) { @@ -73,7 +73,7 @@ public class java_complex implements TestBase * This function run the given DescEntry[] as ComplexTest * @param param * @param entries - * @return true of all tests run successfuly, else false + * @return true of all tests run successfully, else false */ public boolean executeTest(TestParameters param, DescEntry[] entries) { diff --git a/qadevOOo/runner/convwatch/OfficePrint.java b/qadevOOo/runner/convwatch/OfficePrint.java index ea479c9b92ab..2db1148ec2ef 100644 --- a/qadevOOo/runner/convwatch/OfficePrint.java +++ b/qadevOOo/runner/convwatch/OfficePrint.java @@ -238,7 +238,7 @@ public class OfficePrint { } catch ( com.sun.star.uno.Exception e ) { - // Some exception occures.FAILED + // Some exception occured.FAILED GlobalLogWriter.get().println("UNO Exception caught."); GlobalLogWriter.get().println("Message: " + e.getMessage()); e.printStackTrace(); @@ -559,7 +559,7 @@ public class OfficePrint { } catch ( com.sun.star.uno.Exception e ) { - // Some exception occures.FAILED + // Some exception occured.FAILED GlobalLogWriter.get().println("UNO Exception caught."); GlobalLogWriter.get().println("Message: " + e.getMessage()); @@ -712,7 +712,7 @@ public class OfficePrint { } catch ( com.sun.star.uno.Exception e ) { - // Some exception occures.FAILED + // Some exception occured.FAILED GlobalLogWriter.get().println("UNO Exception caught."); GlobalLogWriter.get().println("Message: " + e.getMessage()); diff --git a/qadevOOo/runner/graphical/OpenOfficePostscriptCreator.java b/qadevOOo/runner/graphical/OpenOfficePostscriptCreator.java index 4cec1c037003..52f0fbdc5a34 100644 --- a/qadevOOo/runner/graphical/OpenOfficePostscriptCreator.java +++ b/qadevOOo/runner/graphical/OpenOfficePostscriptCreator.java @@ -285,7 +285,7 @@ public class OpenOfficePostscriptCreator implements IOffice } catch ( com.sun.star.uno.Exception e ) { - // Some exception occures.FAILED + // Some exception occured.FAILED GlobalLogWriter.println("UNO Exception caught."); GlobalLogWriter.println("Message: " + e.getMessage()); e.printStackTrace(); @@ -527,7 +527,7 @@ public class OpenOfficePostscriptCreator implements IOffice } catch ( com.sun.star.uno.Exception e ) { - // Some exception occures.FAILED + // Some exception occured.FAILED GlobalLogWriter.println("UNO Exception caught."); GlobalLogWriter.println("Message: " + e.getMessage()); @@ -685,7 +685,7 @@ public class OpenOfficePostscriptCreator implements IOffice } catch ( com.sun.star.uno.Exception e ) { - // Some exception occures.FAILED + // Some exception occured.FAILED GlobalLogWriter.println("UNO Exception caught."); GlobalLogWriter.println("Message: " + e.getMessage()); diff --git a/qadevOOo/runner/helper/ConfigHelper.java b/qadevOOo/runner/helper/ConfigHelper.java index 60868322a2e1..601ecf8ed2fb 100644 --- a/qadevOOo/runner/helper/ConfigHelper.java +++ b/qadevOOo/runner/helper/ConfigHelper.java @@ -346,7 +346,7 @@ public class ConfigHelper /** * Returns a <CODE>XNameContainer</CODE> of the <CODE>Set</CODE> * of the <CODE>Configuration</CODE> - * @param setName the name of the Set which sould be returned + * @param setName the name of the Set which should be returned * @throws com.sun.star.uno.Exception on any error * @return A XNameContainer of the Set */ diff --git a/qadevOOo/runner/helper/URLHelper.java b/qadevOOo/runner/helper/URLHelper.java index d8d7fa718dfa..0a49e395e890 100644 --- a/qadevOOo/runner/helper/URLHelper.java +++ b/qadevOOo/runner/helper/URLHelper.java @@ -189,7 +189,7 @@ public class URLHelper // ____________________ /** - * This convert an URL (formated as a string) to a struct com.sun.star.util.URL. + * This convert an URL (formatted as a string) to a struct com.sun.star.util.URL. * It use a special service to do that: the URLTransformer. * Because some API calls need it and it's not allowed to set "Complete" * part of the util struct only. The URL must be parsed. diff --git a/qadevOOo/runner/lib/MultiMethodTest.java b/qadevOOo/runner/lib/MultiMethodTest.java index 43f6e3723fbf..ae10c74ed23b 100644 --- a/qadevOOo/runner/lib/MultiMethodTest.java +++ b/qadevOOo/runner/lib/MultiMethodTest.java @@ -41,7 +41,7 @@ import stats.Summarizer; * <p>There are some points that should be fulfilled in a subclass to work * correctly in the multi-method framework: * - * 1. each subclass schould define a public field named oObj of type tested + * 1. each subclass should define a public field named oObj of type tested * by the subclass, e.g. 'public XText oObj;'. That field will be initialized * by the MultiMethodTest code with the instance of the interface to test. * In a case of service testing the field type should be XPropertySet. diff --git a/qadevOOo/runner/util/FormTools.java b/qadevOOo/runner/util/FormTools.java index 6182ab2134b7..a99abb97a6a4 100644 --- a/qadevOOo/runner/util/FormTools.java +++ b/qadevOOo/runner/util/FormTools.java @@ -88,7 +88,7 @@ public class FormTools { oCShape.setSize(size); oCShape.setPosition(position); } catch ( com.sun.star.uno.Exception e ) { - // Some exception occures.FAILED + // Some exception occured.FAILED System.out.println( "Couldn't create instance "+ e ); } @@ -125,7 +125,7 @@ public class FormTools { } catch ( com.sun.star.uno.Exception e ) { - // Some exception occures.FAILED + // Some exception occured.FAILED System.out.println( "Couldn't create instance "+ e ); } @@ -160,7 +160,7 @@ public class FormTools { } catch ( com.sun.star.uno.Exception e ) { - // Some exception occures.FAILED + // Some exception occured.FAILED System.out.println( "Couldn't create instance "+ e ); } @@ -180,7 +180,7 @@ public class FormTools { oControl = (XInterface) oDocMSF.createInstance( "com.sun.star.form.component."+kind); } catch ( Exception e ) { - // Some exception occures.FAILED + // Some exception occured.FAILED System.out.println( "Couldn't create instance "+ kind + ": "+ e ); } return oControl; diff --git a/qadevOOo/runner/util/PropertyName.java b/qadevOOo/runner/util/PropertyName.java index 860d834cf702..9ace99cb7ce9 100644 --- a/qadevOOo/runner/util/PropertyName.java +++ b/qadevOOo/runner/util/PropertyName.java @@ -159,7 +159,7 @@ public interface PropertyName { final public static String UNXMACXI = "unxmacxi"; /** - * can be used to dont backup the user layer, faster office start/stop but less secure default is to backup the user layer + * can be used to don't backup the user layer, faster office start/stop but less secure default is to backup the user layer */ final public static String DONT_BACKUP_USERLAYER = "DontBackupUserLayer"; } diff --git a/qadevOOo/runner/util/SOfficeFactory.java b/qadevOOo/runner/util/SOfficeFactory.java index 479e8eb45089..63dc4944dfdc 100644 --- a/qadevOOo/runner/util/SOfficeFactory.java +++ b/qadevOOo/runner/util/SOfficeFactory.java @@ -443,7 +443,7 @@ public class SOfficeFactory { oInterface = (XInterface) oDocMSF.createInstance("com.sun.star.chart." + kind); oDiagram = (XDiagram) UnoRuntime.queryInterface(XDiagram.class, oInterface); } catch (Exception e) { - // Some exception occures.FAILED + // Some exception occured.FAILED System.out.println("Couldn't create " + kind + "-Diagram " + e); } return oDiagram; @@ -461,7 +461,7 @@ public class SOfficeFactory { try { oControl = (XInterface) oDocMSF.createInstance("com.sun.star.form.component." + kind); } catch (Exception e) { - // Some exception occures.FAILED + // Some exception occured.FAILED System.out.println("Couldn't create instance " + kind + ": " + e); } return oControl; @@ -479,7 +479,7 @@ public class SOfficeFactory { try { oInstance = (Object) oDocMSF.createInstance(kind); } catch (Exception e) { - // Some exception occures.FAILED + // Some exception occured.FAILED System.out.println("Couldn't create instance " + kind + ": " + e); } return oInstance; @@ -509,14 +509,14 @@ public class SOfficeFactory { } catch (Exception e) { - // Some exception occures.FAILED + // Some exception occured.FAILED System.out.println("Couldn't create instance " + e); } try { oCShape.setControl(aControl); } catch (Exception e) { - // Some exception occures.FAILED + // Some exception occured.FAILED System.out.println("Couldn't get Control " + e); } |