diff options
84 files changed, 139 insertions, 139 deletions
diff --git a/qadevOOo/runner/base/java_complex.java b/qadevOOo/runner/base/java_complex.java index ea1fe32e3fd4..565b07fe9031 100644 --- a/qadevOOo/runner/base/java_complex.java +++ b/qadevOOo/runner/base/java_complex.java @@ -85,7 +85,7 @@ public class java_complex implements TestBase boolean returnVal = true; // the concept of the TimeOut depends on runner logs. If the runner log, -// for exmaple to start a test method, the timeout was restet. This is not +// for example to start a test method, the timeout was reset. This is not // while the test itself log something like "open docuent...". // An property of complex test could be that it have only one test method // which works for serveral minutes. Ih this case the TimeOut get not trigger diff --git a/qadevOOo/runner/convwatch/ConvWatchStarter.java b/qadevOOo/runner/convwatch/ConvWatchStarter.java index abf071c5615b..d0cc8197e3a0 100644 --- a/qadevOOo/runner/convwatch/ConvWatchStarter.java +++ b/qadevOOo/runner/convwatch/ConvWatchStarter.java @@ -374,7 +374,7 @@ public class ConvWatchStarter extends EnhancedComplexTestCase // aSemaphore.V(aSemaphore.getSemaphoreFile()); // aSemaphore.sleep(2); // // wait some time maybe an other process will take the semaphore - // // I know, this is absolutly dirty, but the whole convwatch is dirty and need a big cleanup. + // // I know, this is absolutely dirty, but the whole convwatch is dirty and need a big cleanup. // } } diff --git a/qadevOOo/runner/convwatch/DB.java b/qadevOOo/runner/convwatch/DB.java index 58dfdf27ce34..af596652c9b1 100644 --- a/qadevOOo/runner/convwatch/DB.java +++ b/qadevOOo/runner/convwatch/DB.java @@ -315,7 +315,7 @@ public class DB extends DBHelper { String sError = e.getMessage(); GlobalLogWriter.get().println("DB: Original SQL error: " + sError); - // throw new ValueNotFoundException("Cant execute SQL: " + _sSQL); + // throw new ValueNotFoundException("Can't execute SQL: " + _sSQL); } return aResultList; } diff --git a/qadevOOo/runner/convwatch/DBHelper.java b/qadevOOo/runner/convwatch/DBHelper.java index 0788a4bfdde0..27b95e29ea6c 100644 --- a/qadevOOo/runner/convwatch/DBHelper.java +++ b/qadevOOo/runner/convwatch/DBHelper.java @@ -227,7 +227,7 @@ public class DBHelper { String sError = e.getMessage(); GlobalLogWriter.get().println("DB: Original SQL error: " + sError); - throw new ValueNotFoundException("Cant execute SQL: " + _sSQL); + throw new ValueNotFoundException("Can't execute SQL: " + _sSQL); } } catch(SQLException e) diff --git a/qadevOOo/runner/convwatch/FileHelper.java b/qadevOOo/runner/convwatch/FileHelper.java index b14bc2642cd1..0e2fa55a3b25 100644 --- a/qadevOOo/runner/convwatch/FileHelper.java +++ b/qadevOOo/runner/convwatch/FileHelper.java @@ -59,7 +59,7 @@ public class FileHelper return true; } // This is just nice for DEBUG behaviour - // due to the fact this is absolutly context dependency no one should use it. + // due to the fact this is absolutely context dependency no one should use it. // else // { // System.out.println("FileHelper:exists() tell this path doesn't exists. Check it. path is:" ); diff --git a/qadevOOo/runner/convwatch/MSOfficePrint.java b/qadevOOo/runner/convwatch/MSOfficePrint.java index aa796fcf2d59..be907be3c589 100644 --- a/qadevOOo/runner/convwatch/MSOfficePrint.java +++ b/qadevOOo/runner/convwatch/MSOfficePrint.java @@ -395,7 +395,7 @@ public class MSOfficePrint File aPerlScript = new File(userdir + fs + _sScriptName); if (FileHelper.isDebugEnabled()) { - GlobalLogWriter.get().println("Search for local existance of " + aPerlScript.getAbsolutePath()); + GlobalLogWriter.get().println("Search for local existence of " + aPerlScript.getAbsolutePath()); } if (aPerlScript.exists()) diff --git a/qadevOOo/runner/convwatch/OfficePrint.java b/qadevOOo/runner/convwatch/OfficePrint.java index 14d7f367dfae..5776567c471a 100644 --- a/qadevOOo/runner/convwatch/OfficePrint.java +++ b/qadevOOo/runner/convwatch/OfficePrint.java @@ -371,7 +371,7 @@ public class OfficePrint { * @param _sPrintFileURL * @return true, if print has been done. * Be careful, true means only print returns with no errors, to be sure print is really done - * check existance of _sPrintFileURL + * check existence of _sPrintFileURL */ public static boolean printToFileWithOOo(GraphicalTestArguments _aGTA, @@ -588,7 +588,7 @@ public class OfficePrint { // configure Office to allow to execute macos -// TODO: We need a possiblity to set the printer name also for StarOffice/OpenOffice +// TODO: We need a possibility to set the printer name also for StarOffice/OpenOffice if (OSHelper.isWindows()) { if (_aGTA.getPrinterName() != null) diff --git a/qadevOOo/runner/convwatch/ReferenceBuilder.java b/qadevOOo/runner/convwatch/ReferenceBuilder.java index 6f17598d9971..a371abcafe5f 100644 --- a/qadevOOo/runner/convwatch/ReferenceBuilder.java +++ b/qadevOOo/runner/convwatch/ReferenceBuilder.java @@ -274,7 +274,7 @@ public class ReferenceBuilder extends EnhancedComplexTestCase // aSemaphore.V(aSemaphore.getSemaphoreFile()); // aSemaphore.sleep(2); // // wait some time maybe an other process will take the semaphore - // // I know, this is absolutly dirty, but the whole convwatch is dirty and need a big cleanup. + // // I know, this is absolutely dirty, but the whole convwatch is dirty and need a big cleanup. // } } } diff --git a/qadevOOo/runner/graphical/FileHelper.java b/qadevOOo/runner/graphical/FileHelper.java index bcd80616df5b..9ae716f92cef 100644 --- a/qadevOOo/runner/graphical/FileHelper.java +++ b/qadevOOo/runner/graphical/FileHelper.java @@ -67,7 +67,7 @@ public class FileHelper return true; } // This is just nice for DEBUG behaviour - // due to the fact this is absolutly context dependency no one should use it. + // due to the fact this is absolutely context dependency no one should use it. // else // { // System.out.println("FileHelper:exists() tell this path doesn't exists. Check it. path is:" ); diff --git a/qadevOOo/runner/graphical/MSOfficePostscriptCreator.java b/qadevOOo/runner/graphical/MSOfficePostscriptCreator.java index 5913e0d8e10c..e7bb68cfcde6 100644 --- a/qadevOOo/runner/graphical/MSOfficePostscriptCreator.java +++ b/qadevOOo/runner/graphical/MSOfficePostscriptCreator.java @@ -483,7 +483,7 @@ public class MSOfficePostscriptCreator implements IOffice File aPerlScript = new File(sFileName); if (FileHelper.isDebugEnabled()) { - GlobalLogWriter.println("Search for local existance of " + aPerlScript.getAbsolutePath()); + GlobalLogWriter.println("Search for local existence of " + aPerlScript.getAbsolutePath()); } if (aPerlScript.exists()) diff --git a/qadevOOo/runner/graphical/OpenOfficePostscriptCreator.java b/qadevOOo/runner/graphical/OpenOfficePostscriptCreator.java index 30a81d1be7c9..361f105ff6ed 100644 --- a/qadevOOo/runner/graphical/OpenOfficePostscriptCreator.java +++ b/qadevOOo/runner/graphical/OpenOfficePostscriptCreator.java @@ -421,7 +421,7 @@ public class OpenOfficePostscriptCreator implements IOffice * * @return true, if print has been done. * Be careful, true means only print returns with no errors, to be sure print is really done - * check existance of _sPrintFileURL + * check existence of _sPrintFileURL */ // public boolean printToFileWithOOo(ParameterHelper _aGTA, @@ -556,7 +556,7 @@ public class OpenOfficePostscriptCreator implements IOffice // configure Office to allow to execute macos -// TODO: We need a possiblity to set the printer name also for StarOffice/OpenOffice +// TODO: We need a possibility to set the printer name also for StarOffice/OpenOffice if (OSHelper.isWindows()) { if (_aGTA.getPrinterName() != null) @@ -1386,7 +1386,7 @@ public class OpenOfficePostscriptCreator implements IOffice // aSemaphore.V(aSemaphore.getSemaphoreFile()); // aSemaphore.sleep(2); // // wait some time maybe an other process will take the semaphore - // // I know, this is absolutly dirty, but the whole convwatch is dirty and need a big cleanup. + // // I know, this is absolutely dirty, but the whole convwatch is dirty and need a big cleanup. // } } } diff --git a/qadevOOo/runner/helper/ConfigHelper.java b/qadevOOo/runner/helper/ConfigHelper.java index 8c81f8a80276..d2af126d0eab 100644 --- a/qadevOOo/runner/helper/ConfigHelper.java +++ b/qadevOOo/runner/helper/ConfigHelper.java @@ -61,7 +61,7 @@ import com.sun.star.util.*; * <li><CODE><prop oor:name="UserItem"></CODE> * represents a <CODE>property</CODE> of the extensible group</LI> * </UL> - * We assume in the following examples the existance of:<P> + * We assume in the following examples the existence of:<P> * <CODE>ConfigHelper aConfig = new ConfigHelper(xMSF, "org.openoffice.Office.Views", false);</CODE> * <ul> * <li>If you like to insert a new <CODE>Group</CODE> into the <CODE>Set</CODE> "Windows":<p> @@ -248,7 +248,7 @@ public class ConfigHelper /** * Update a property of a group container of a set container - * @param setName the name of the <CODE>set</CODE> which containes the <CODE>group</CODE> + * @param setName the name of the <CODE>set</CODE> which contains the <CODE>group</CODE> * @param groupName the name of the <CODE>group</CODE> which property should be changed * @param propName the name of the property which should be changed * @param propValue the value the property should get @@ -285,7 +285,7 @@ public class ConfigHelper /** * Insert a property in an extensible group container or else update it - * @param setName the name of the <CODE>set</CODE> which containes the <CODE>group</CODE> + * @param setName the name of the <CODE>set</CODE> which contains the <CODE>group</CODE> * @param group The name of the <CODE>group</CODE> which conatins the <CODE>extensible group</CODE>. * @param extGroup The name of the <CODE>extensible group</CODE> which * [should] contain the property diff --git a/qadevOOo/runner/helper/ProcessHandler.java b/qadevOOo/runner/helper/ProcessHandler.java index acc7cfee80c3..bc7f4293654b 100644 --- a/qadevOOo/runner/helper/ProcessHandler.java +++ b/qadevOOo/runner/helper/ProcessHandler.java @@ -781,7 +781,7 @@ public class ProcessHandler * * The method can also be called before the command * starts its execution. Then the text is buffered - * and transfered to command when it will be started. + * and transferred to command when it will be started. * @param str */ public void printInputText(String str) diff --git a/qadevOOo/runner/lib/MultiMethodTest.java b/qadevOOo/runner/lib/MultiMethodTest.java index cdba3a200d45..308b8124fd44 100644 --- a/qadevOOo/runner/lib/MultiMethodTest.java +++ b/qadevOOo/runner/lib/MultiMethodTest.java @@ -48,7 +48,7 @@ import com.sun.star.uno.UnoRuntime; * 3. to set status for a call 'tRes.tested(String method, * boolean result)' should be used. For example 'tRes.tested("getText()", * true)'. Also 'tRes.assert(String assertion, boolean result)' call can - * be used. Note, that one can call the methods not neccesarily from the + * be used. Note, that one can call the methods not necessarily from the * test for the tested method, but from other method tests too (in the * MultiMethodTest subclass). See also TestResult and MultiMethodTest.tRes * documentation. diff --git a/qadevOOo/runner/util/CalcTools.java b/qadevOOo/runner/util/CalcTools.java index 5e705e26c6c8..3cc885e1107e 100644 --- a/qadevOOo/runner/util/CalcTools.java +++ b/qadevOOo/runner/util/CalcTools.java @@ -107,7 +107,7 @@ public class CalcTools { /** * * returns an <CODE>XSpreadsheet</CODE> from a Calc document. - * @param xSheetDoc the Calc docuent which containes the sheet + * @param xSheetDoc the Calc docuent which contains the sheet * @param sheetNumber the number of the sheet to return * @throws java.lang.Exception on any error an <CODE>java.lang.Exception</CODE> was thrown * @return calc sheet diff --git a/qadevOOo/runner/util/DBTools.java b/qadevOOo/runner/util/DBTools.java index 42a96c032324..467a9ce6a600 100644 --- a/qadevOOo/runner/util/DBTools.java +++ b/qadevOOo/runner/util/DBTools.java @@ -52,7 +52,7 @@ import java.sql.DriverManager; /** * Provides useful methods for working with SOffice databases. -* Database creation, data transfering, outputting infromation. +* Database creation, data transferring, outputting infromation. */ public class DBTools { diff --git a/qadevOOo/runner/util/SOfficeFactory.java b/qadevOOo/runner/util/SOfficeFactory.java index 2a0f0ed0fc22..4e0c676ce03b 100644 --- a/qadevOOo/runner/util/SOfficeFactory.java +++ b/qadevOOo/runner/util/SOfficeFactory.java @@ -616,4 +616,4 @@ public class SOfficeFactory { } return null; } // finish queryXServiceInfo -}
\ No newline at end of file +} diff --git a/qadevOOo/runner/util/utils.java b/qadevOOo/runner/util/utils.java index 580a20f243b7..75b808d96632 100644 --- a/qadevOOo/runner/util/utils.java +++ b/qadevOOo/runner/util/utils.java @@ -457,9 +457,9 @@ public class utils { } /** - * This method check via Office the existance of the given file URL + * This method check via Office the existence of the given file URL * @param msf the multiservice factory - * @param fileURL the file which existance should be checked + * @param fileURL the file which existence should be checked * @return true if the file exists, else false */ public static boolean fileExists(XMultiServiceFactory msf, String fileURL) { @@ -482,7 +482,7 @@ public class utils { } /** - * This method deletes via office the given file URL. It checks the existance + * This method deletes via office the given file URL. It checks the existence * of <CODE>fileURL</CODE>. If exists it will be deletet. * @param xMsf the multiservice factory * @param fileURL the file to delete diff --git a/qadevOOo/tests/java/ifc/awt/_XWindow.java b/qadevOOo/tests/java/ifc/awt/_XWindow.java index 23ab4696399f..5cf34d8cea31 100644 --- a/qadevOOo/tests/java/ifc/awt/_XWindow.java +++ b/qadevOOo/tests/java/ifc/awt/_XWindow.java @@ -197,7 +197,7 @@ public class _XWindow extends MultiMethodTest { /** * Test calls the method. Then we check if listener's methods were called * when we move, resize, hide and show the window. The resizing is - * performed depending on 'XWindow.ControlShape' existance. If this + * performed depending on 'XWindow.ControlShape' existence. If this * relation exists then the size and position of container control * shape is changed, else the position and size of window itself is * chaged<p> diff --git a/qadevOOo/tests/java/ifc/awt/tree/_XMutableTreeNode.java b/qadevOOo/tests/java/ifc/awt/tree/_XMutableTreeNode.java index 2aeed1a7bc6a..bdebcf2f95e7 100644 --- a/qadevOOo/tests/java/ifc/awt/tree/_XMutableTreeNode.java +++ b/qadevOOo/tests/java/ifc/awt/tree/_XMutableTreeNode.java @@ -133,7 +133,7 @@ public class _XMutableTreeNode extends MultiMethodTest { log.println("ERROR: expected IndexOutOfBoundsException was not thrown => FAILED"); bOK = false; } catch (com.sun.star.lang.IllegalArgumentException ex) { - log.println("ERROR: wrong IllegalArgumentException was thrown. Expeced is IndexOutOfBoundsException => FAILED"); + log.println("ERROR: wrong IllegalArgumentException was thrown. Expected is IndexOutOfBoundsException => FAILED"); bOK = false; } catch (com.sun.star.lang.IndexOutOfBoundsException ex) { log.println("Expected IndexOutOfBoundsException was thrown => OK"); @@ -170,7 +170,7 @@ public class _XMutableTreeNode extends MultiMethodTest { try { log.println("try to remove node at invalid index '-3'"); oObj.removeChildByIndex(-3); - log.println("ERROR: expeced IndexOutOfBoundsException was not thrown => FAILED"); + log.println("ERROR: expected IndexOutOfBoundsException was not thrown => FAILED"); bOK = false; } catch (com.sun.star.lang.IndexOutOfBoundsException ex) { log.println("expected IndexOutOfBoundsException was thrown => OK"); diff --git a/qadevOOo/tests/java/ifc/container/_XIndexAccess.java b/qadevOOo/tests/java/ifc/container/_XIndexAccess.java index 91b908c02a22..2c27f95faf20 100644 --- a/qadevOOo/tests/java/ifc/container/_XIndexAccess.java +++ b/qadevOOo/tests/java/ifc/container/_XIndexAccess.java @@ -59,7 +59,7 @@ public class _XIndexAccess extends MultiMethodTest { /** * This method tests the IndexAccess from the first element, - * the middle element and the last element. Finaly it test + * the middle element and the last element. Finally it test * Exceptions which throws by a not available index. <p> * Has <b> OK </b> status if first, middle and last elements * successfully returned and has non null value; and if on diff --git a/qadevOOo/tests/java/ifc/container/_XIndexContainer.java b/qadevOOo/tests/java/ifc/container/_XIndexContainer.java index e54516d96c43..6031cd7861a0 100644 --- a/qadevOOo/tests/java/ifc/container/_XIndexContainer.java +++ b/qadevOOo/tests/java/ifc/container/_XIndexContainer.java @@ -71,7 +71,7 @@ public class _XIndexContainer extends MultiMethodTest { /** * First tries to insert proper object. Second tries to insert * null value. For each test thread different objects are inserted - * on different indexes. For exmaple for the first started test index + * on different indexes. For example for the first started test index * is 0 and object is get from relation 'INCTANCE1', and so on. <p> * Has <b>OK</b> status if in the first case <code>getByIndex</code> * method returns non null value and in the second <code> diff --git a/qadevOOo/tests/java/ifc/document/_XDocumentInsertable.java b/qadevOOo/tests/java/ifc/document/_XDocumentInsertable.java index c99aa697efc6..d836898dd22e 100644 --- a/qadevOOo/tests/java/ifc/document/_XDocumentInsertable.java +++ b/qadevOOo/tests/java/ifc/document/_XDocumentInsertable.java @@ -120,7 +120,7 @@ public class _XDocumentInsertable extends MultiMethodTest { /** * Tries to insert document from URL specified by relation or * from default URL. If no relation was passed, text range is - * checked for existance of loaded document content. In case + * checked for existence of loaded document content. In case * if relation was found, then its <code>isInserted</code> * method is used to check insertion.<p> * A Second test uses an invalid URL and checks for correct exceptions. diff --git a/qadevOOo/tests/java/ifc/form/_XUpdateBroadcaster.java b/qadevOOo/tests/java/ifc/form/_XUpdateBroadcaster.java index fde56e61a519..ae58ad229b0f 100644 --- a/qadevOOo/tests/java/ifc/form/_XUpdateBroadcaster.java +++ b/qadevOOo/tests/java/ifc/form/_XUpdateBroadcaster.java @@ -37,7 +37,7 @@ import com.sun.star.lang.EventObject; * <li> <code>'XUpdateBroadcaster.Checker'</code> : <code> * _XUpdateBroadcaster.UpdateChecker</code> interface implementation * which can update, commit data and check if the data was successfully -* commited.</li> +* committed.</li> * <ul> <p> * Test is <b> NOT </b> multithread compilant. <p> * @see com.sun.star.form.XUpdateBroadcaster @@ -48,8 +48,8 @@ public class _XUpdateBroadcaster extends MultiMethodTest { UpdateChecker checker = null ; /** - * Interface for relation. Updating, commiting and checking - * if data was commited is object dependent behaviour. + * Interface for relation. Updating, committing and checking + * if data was committed is object dependent behaviour. */ public static interface UpdateChecker { /** @@ -61,9 +61,9 @@ public class _XUpdateBroadcaster extends MultiMethodTest { */ public void commit() throws com.sun.star.uno.Exception ; /** - * Checks if the data commited by <code>commit</code> method + * Checks if the data committed by <code>commit</code> method * became permanent in data source. - * @return <code>true</code> if data was commited. + * @return <code>true</code> if data was committed. */ public boolean wasCommited() throws com.sun.star.uno.Exception ; } @@ -125,7 +125,7 @@ public class _XUpdateBroadcaster extends MultiMethodTest { * Has <b>OK</b> status if on update rejected only <code> * approveUpdate</code> listener method was called, and if * on update approved <code>approveUpdate</code> and - * <code>updated</code> methods called, and data was commited + * <code>updated</code> methods called, and data was committed * to the source. */ public void _addUpdateListener() { @@ -138,18 +138,18 @@ public class _XUpdateBroadcaster extends MultiMethodTest { shortWait() ; checker.commit() ; shortWait() ; - boolean commited = checker.wasCommited() ; + boolean committed = checker.wasCommited() ; shortWait() ; bResult = listener.approveCalled && ! listener.updateCalled && - ! commited ; + ! committed ; log.println("Calling with no approving : approveUpdate() was " + (listener.approveCalled ? "":"NOT")+" called, updated() was "+ (listener.updateCalled ? "":"NOT")+" called, the value was " + - (commited ? "" : "NOT") + " commited.") ; + (committed ? "" : "NOT") + " committed.") ; shortWait() ; @@ -160,18 +160,18 @@ public class _XUpdateBroadcaster extends MultiMethodTest { shortWait() ; checker.commit() ; shortWait() ; - commited = checker.wasCommited() ; + committed = checker.wasCommited() ; shortWait() ; log.println("Calling with approving : approveUpdate() was " + (listener.approveCalled ? "":"NOT")+" called, updated() was "+ (listener.updateCalled ? "":"NOT")+" called, the value was "+ - (commited ? "" : "NOT") + " commited.") ; + (committed ? "" : "NOT") + " committed.") ; bResult = listener.approveCalled && listener.updateCalled && - commited ; + committed ; } catch (com.sun.star.uno.Exception e) { bResult = false ; e.printStackTrace(log) ; diff --git a/qadevOOo/tests/java/ifc/frame/_XModuleManager.java b/qadevOOo/tests/java/ifc/frame/_XModuleManager.java index c894c676dd46..d8c37a89ecd0 100644 --- a/qadevOOo/tests/java/ifc/frame/_XModuleManager.java +++ b/qadevOOo/tests/java/ifc/frame/_XModuleManager.java @@ -55,7 +55,7 @@ public class _XModuleManager extends MultiMethodTest { * The onject relations <CODE>XModuleManager.XFrame</CODE>, * <CODE>XModuleManager.XController</CODE> and <CODE>XModuleManager.XModel</CODE> * are sequenzes of <CODE>PropertyValue</CODE>. The value of a PropertyValue - * containes a <CODE>XFrame</CODE>, <CODE>XController</CODE> or a + * contains a <CODE>XFrame</CODE>, <CODE>XController</CODE> or a * <CODE>XModel</CODE>. The name of the PropertyValue contains the expected return * value of method <CODE>indetify()</CODE> if the method was called with * coresponding value.<p> diff --git a/qadevOOo/tests/java/ifc/frame/_XSynchronousFrameLoader.java b/qadevOOo/tests/java/ifc/frame/_XSynchronousFrameLoader.java index 7233ce9b8b64..db8b06a5321e 100644 --- a/qadevOOo/tests/java/ifc/frame/_XSynchronousFrameLoader.java +++ b/qadevOOo/tests/java/ifc/frame/_XSynchronousFrameLoader.java @@ -134,7 +134,7 @@ public class _XSynchronousFrameLoader extends MultiMethodTest { /** * Tries to load component to a frame in separate thread to - * avoid blocking of the current thread and imediately + * avoid blocking of the current thread and immediately * cancels loading. <p> * * Has <b> OK </b> status if <code>flase</code> is returned, diff --git a/qadevOOo/tests/java/ifc/io/_XMarkableStream.java b/qadevOOo/tests/java/ifc/io/_XMarkableStream.java index c9b03792acfb..d4cb74ecc7b4 100644 --- a/qadevOOo/tests/java/ifc/io/_XMarkableStream.java +++ b/qadevOOo/tests/java/ifc/io/_XMarkableStream.java @@ -130,7 +130,7 @@ public class _XMarkableStream extends MultiMethodTest { * The following method tests are to be completed successfully before : * <ul> * <li> <code> jumpToFurthest() </code> : for the right order of tests - * excecution </li> + * execution </li> * </ul> */ public void _jumpToMark() { diff --git a/qadevOOo/tests/java/ifc/registry/_XSimpleRegistry.java b/qadevOOo/tests/java/ifc/registry/_XSimpleRegistry.java index 150af1d9dd62..f7a6607460ec 100644 --- a/qadevOOo/tests/java/ifc/registry/_XSimpleRegistry.java +++ b/qadevOOo/tests/java/ifc/registry/_XSimpleRegistry.java @@ -402,4 +402,4 @@ public class _XSimpleRegistry extends MultiMethodTest { } } } -}
\ No newline at end of file +} diff --git a/qadevOOo/tests/java/ifc/sdbc/_XResultSetUpdate.java b/qadevOOo/tests/java/ifc/sdbc/_XResultSetUpdate.java index 33a903ee27fe..8420adcb72d5 100644 --- a/qadevOOo/tests/java/ifc/sdbc/_XResultSetUpdate.java +++ b/qadevOOo/tests/java/ifc/sdbc/_XResultSetUpdate.java @@ -73,7 +73,7 @@ public class _XResultSetUpdate extends MultiMethodTest { public void update() throws SQLException ; /** * Checks if updates made by method <code>update</code> was - * commited to the data source. + * committed to the data source. */ public boolean wasUpdated() throws SQLException ; /** @@ -131,7 +131,7 @@ public class _XResultSetUpdate extends MultiMethodTest { /** * Using relation methods first updates some data in the current * row, then calls <code>updateRow</code> method to commit data. - * Then checks if the data changed was commited. <p> + * Then checks if the data changed was committed. <p> * Executes <code>moveToCurrentRow</code> method test before to * be sure that cursor is not on the insert row. <p> * Has OK status if data in the source was changed. @@ -154,7 +154,7 @@ public class _XResultSetUpdate extends MultiMethodTest { /** * Using relation methods first updates some data in the current * row, then calls <code>cancelRowUpdates</code> method. - * Then checks if the data changed was not commited. <p> + * Then checks if the data changed was not committed. <p> * Executes <code>moveToCurrentRow</code> method test before to * be sure that cursor is not on the insert row. <p> * Has OK status if data in the source was not changed. diff --git a/qadevOOo/tests/java/ifc/sheet/_XActivationBroadcaster.java b/qadevOOo/tests/java/ifc/sheet/_XActivationBroadcaster.java index c1cf3f5f369c..d12789cefae8 100644 --- a/qadevOOo/tests/java/ifc/sheet/_XActivationBroadcaster.java +++ b/qadevOOo/tests/java/ifc/sheet/_XActivationBroadcaster.java @@ -65,7 +65,7 @@ public class _XActivationBroadcaster extends MultiMethodTest { xSpreadsheetView.setActiveSheet(two); if (listenerCalled) { - log.println("Listener was called eventhough it is removed"); + log.println("Listener was called even though it is removed"); } xSpreadsheetView.setActiveSheet(org); diff --git a/qadevOOo/tests/java/ifc/system/_XSystemShellExecute.java b/qadevOOo/tests/java/ifc/system/_XSystemShellExecute.java index 49ddddb171c9..b7b51bb20cf8 100644 --- a/qadevOOo/tests/java/ifc/system/_XSystemShellExecute.java +++ b/qadevOOo/tests/java/ifc/system/_XSystemShellExecute.java @@ -41,7 +41,7 @@ public class _XSystemShellExecute extends MultiMethodTest { public XSystemShellExecute oObj = null; /** - * Excecutes 'java SystemShellExecute SystemShellExecute.txt' command line. + * Executes 'java SystemShellExecute SystemShellExecute.txt' command line. * <p>Has <b> OK </b> status if the method successfully returns * and file 'SystemShellExecute.txt' was created. <p> */ diff --git a/qadevOOo/tests/java/ifc/text/_XAutoTextGroup.java b/qadevOOo/tests/java/ifc/text/_XAutoTextGroup.java index 6d42a7363564..92718b4fba0d 100644 --- a/qadevOOo/tests/java/ifc/text/_XAutoTextGroup.java +++ b/qadevOOo/tests/java/ifc/text/_XAutoTextGroup.java @@ -69,7 +69,7 @@ public class _XAutoTextGroup extends MultiMethodTest { * Constructs a unique string for current interface thread * for naming purposes. All old entries which names are * started with prefix used for entry names, are deleted - * from the group (they can remain after previous unsuccessfull + * from the group (they can remain after previous unsuccessful * test runs). The relation is obtained. * * @throws StatusException if the relation is not found. diff --git a/qadevOOo/tests/java/ifc/text/_XText.java b/qadevOOo/tests/java/ifc/text/_XText.java index 5163cb7ee9ce..2a18571a60fe 100644 --- a/qadevOOo/tests/java/ifc/text/_XText.java +++ b/qadevOOo/tests/java/ifc/text/_XText.java @@ -85,10 +85,10 @@ public class _XText extends MultiMethodTest { // get indexaccess to the tablecollection XIndexAccess xIA = info.getCollection(); - // this comparision works just because it has to be at least one + // this comparison works just because it has to be at least one // table at this point regardless which thread inserted it // there is although the possibility that the first threads call - // failed, the second not and comparision happens after second threads + // failed, the second not and comparison happens after second threads // otherwise if something fails it should have thrown an exception //tRes.tested("insertTextContent()", xIA.getCount() > 0 ); diff --git a/qadevOOo/tests/java/ifc/ucb/_XCachedDynamicResultSetStubFactory.java b/qadevOOo/tests/java/ifc/ucb/_XCachedDynamicResultSetStubFactory.java index 10e7f000e5d1..40fec00f0d89 100644 --- a/qadevOOo/tests/java/ifc/ucb/_XCachedDynamicResultSetStubFactory.java +++ b/qadevOOo/tests/java/ifc/ucb/_XCachedDynamicResultSetStubFactory.java @@ -132,7 +132,7 @@ public class _XCachedDynamicResultSetStubFactory extends MultiMethodTest { setFac = UnoRuntime.queryInterface (XCachedDynamicResultSetFactory.class, fac) ; } catch (com.sun.star.uno.Exception e) { - log.println("Cant instantiate a service") ; + log.println("Can't instantiate a service") ; e.printStackTrace(log) ; result = false ; } diff --git a/qadevOOo/tests/java/ifc/ui/dialogs/_XFilePickerControlAccess.java b/qadevOOo/tests/java/ifc/ui/dialogs/_XFilePickerControlAccess.java index 963774b45a15..891da10e85e0 100644 --- a/qadevOOo/tests/java/ifc/ui/dialogs/_XFilePickerControlAccess.java +++ b/qadevOOo/tests/java/ifc/ui/dialogs/_XFilePickerControlAccess.java @@ -43,7 +43,7 @@ import com.sun.star.ui.dialogs.XFilePickerControlAccess; * <code>Short</code>) : control identifier in the extended * FilePicker dialog. </li> * <li> <code>'XFilePickerControlAccess.ControlValue'</code> (of type -* <code>Object</code>) <b>optional</b> (but mostly desireable +* <code>Object</code>) <b>optional</b> (but mostly desirable * since the control has emtpy initial value): * the value which can set for the control . </li> * <ul> <p> diff --git a/qadevOOo/tests/java/ifc/xml/sax/_XDocumentHandler.java b/qadevOOo/tests/java/ifc/xml/sax/_XDocumentHandler.java index c7e74083609e..3024769112dc 100644 --- a/qadevOOo/tests/java/ifc/xml/sax/_XDocumentHandler.java +++ b/qadevOOo/tests/java/ifc/xml/sax/_XDocumentHandler.java @@ -188,7 +188,7 @@ public class _XDocumentHandler extends MultiMethodTest { /** * This test is finally executed. It finishes XML data - * transfering with <code>endDocument</code> method call. <p> + * transferring with <code>endDocument</code> method call. <p> * * Has <b>OK</b> status if no exceptions occurred during * the whole transfering and if the appropriate changes diff --git a/qadevOOo/tests/java/mod/_acceptor/package.html b/qadevOOo/tests/java/mod/_acceptor/package.html index 864254f4c704..2f8205d1ca14 100644 --- a/qadevOOo/tests/java/mod/_acceptor/package.html +++ b/qadevOOo/tests/java/mod/_acceptor/package.html @@ -18,6 +18,6 @@ --> <HTML> <BODY> -<P>Containes all test cases for the module 'acceptor'.</P> +<P>Contains all test cases for the module 'acceptor'.</P> </BODY> </HTML> diff --git a/qadevOOo/tests/java/mod/_brdgfctr/package.html b/qadevOOo/tests/java/mod/_brdgfctr/package.html index 856de26fca94..40dbd15bd870 100644 --- a/qadevOOo/tests/java/mod/_brdgfctr/package.html +++ b/qadevOOo/tests/java/mod/_brdgfctr/package.html @@ -18,6 +18,6 @@ --> <HTML> <BODY> -<P>Containes all test cases for the module 'brdgfctr'.</P> +<P>Contains all test cases for the module 'brdgfctr'.</P> </BODY> -</HTML>
\ No newline at end of file +</HTML> diff --git a/qadevOOo/tests/java/mod/_connectr/package.html b/qadevOOo/tests/java/mod/_connectr/package.html index 0fb225c0ef64..e4d67d4bdd8c 100644 --- a/qadevOOo/tests/java/mod/_connectr/package.html +++ b/qadevOOo/tests/java/mod/_connectr/package.html @@ -18,6 +18,6 @@ --> <HTML> <BODY> -<P>Containes all test cases for the module 'connectr'.</P> +<P>Contains all test cases for the module 'connectr'.</P> </BODY> -</HTML>
\ No newline at end of file +</HTML> diff --git a/qadevOOo/tests/java/mod/_corefl/package.html b/qadevOOo/tests/java/mod/_corefl/package.html index a6d0129f42bf..9d604ba75d23 100644 --- a/qadevOOo/tests/java/mod/_corefl/package.html +++ b/qadevOOo/tests/java/mod/_corefl/package.html @@ -18,6 +18,6 @@ --> <HTML> <BODY> -<P>Containes all test cases for the module 'corefl'.</P> +<P>Contains all test cases for the module 'corefl'.</P> </BODY> -</HTML>
\ No newline at end of file +</HTML> diff --git a/qadevOOo/tests/java/mod/_cpld/package.html b/qadevOOo/tests/java/mod/_cpld/package.html index 42b3235df1a0..1bc7bf11768a 100644 --- a/qadevOOo/tests/java/mod/_cpld/package.html +++ b/qadevOOo/tests/java/mod/_cpld/package.html @@ -18,6 +18,6 @@ --> <HTML> <BODY> -<P>Containes all test cases for the module 'cpld'.</P> +<P>Contains all test cases for the module 'cpld'.</P> </BODY> -</HTML>
\ No newline at end of file +</HTML> diff --git a/qadevOOo/tests/java/mod/_dbaccess/ORowSet.java b/qadevOOo/tests/java/mod/_dbaccess/ORowSet.java index 5d84b907f4f3..6050c6b8bee2 100644 --- a/qadevOOo/tests/java/mod/_dbaccess/ORowSet.java +++ b/qadevOOo/tests/java/mod/_dbaccess/ORowSet.java @@ -203,7 +203,7 @@ public class ORowSet extends TestCase { /** * Creating a Testenvironment for the interfaces to be tested. * The database (DBF) file is copied from test document directory - * into SOffice temp dir with unique name for each enviroment + * into SOffice temp dir with unique name for each environment * creation. If the file cann't be copied (is not released) * then another unique name is used (file name suffix incremented * by 1).<p> diff --git a/qadevOOo/tests/java/mod/_dbaccess/package.html b/qadevOOo/tests/java/mod/_dbaccess/package.html index b3617991f18a..d6411c05ed0c 100644 --- a/qadevOOo/tests/java/mod/_dbaccess/package.html +++ b/qadevOOo/tests/java/mod/_dbaccess/package.html @@ -18,6 +18,6 @@ --> <HTML> <BODY> -<P>Containes all test cases for the module 'dbaccess'.</P> +<P>Contains all test cases for the module 'dbaccess'.</P> </BODY> -</HTML>
\ No newline at end of file +</HTML> diff --git a/qadevOOo/tests/java/mod/_defreg/package.html b/qadevOOo/tests/java/mod/_defreg/package.html index a685f8299cf7..bee4740a1766 100644 --- a/qadevOOo/tests/java/mod/_defreg/package.html +++ b/qadevOOo/tests/java/mod/_defreg/package.html @@ -18,6 +18,6 @@ --> <HTML> <BODY> -<P>Containes all test cases for the module 'defreg'.</P> +<P>Contains all test cases for the module 'defreg'.</P> </BODY> -</HTML>
\ No newline at end of file +</HTML> diff --git a/qadevOOo/tests/java/mod/_fileacc/package.html b/qadevOOo/tests/java/mod/_fileacc/package.html index 6f3cdf8b3289..d590b8399f7a 100644 --- a/qadevOOo/tests/java/mod/_fileacc/package.html +++ b/qadevOOo/tests/java/mod/_fileacc/package.html @@ -18,6 +18,6 @@ --> <HTML> <BODY> -<P>Containes all test cases for the module 'fileacc'.</P> +<P>Contains all test cases for the module 'fileacc'.</P> </BODY> -</HTML>
\ No newline at end of file +</HTML> diff --git a/qadevOOo/tests/java/mod/_forms/GenericModelTest.java b/qadevOOo/tests/java/mod/_forms/GenericModelTest.java index 9fa4f945b373..db79e6b0d213 100644 --- a/qadevOOo/tests/java/mod/_forms/GenericModelTest.java +++ b/qadevOOo/tests/java/mod/_forms/GenericModelTest.java @@ -351,7 +351,7 @@ public class GenericModelTest extends TestCase { * <li> <code>'XUpdateBroadcaster.Checker'</code> : <code> * _XUpdateBroadcaster.UpdateChecker</code> interface implementation * which can update, commit data and check if the data was successfully - * commited.</li> + * committed.</li> * <li> <code>'DataAwareControlModel.NewFieldName'</code> : for * <code>com.sun.star.form.DataAwareControlModel</code> service * which contains new name of the field ('_DATE') to bind control to. diff --git a/qadevOOo/tests/java/mod/_forms/package.html b/qadevOOo/tests/java/mod/_forms/package.html index a9159d41a395..895d60e46a41 100644 --- a/qadevOOo/tests/java/mod/_forms/package.html +++ b/qadevOOo/tests/java/mod/_forms/package.html @@ -18,6 +18,6 @@ --> <HTML> <BODY> -<P>Containes all test cases for the module 'forms'.</P> +<P>Contains all test cases for the module 'forms'.</P> </BODY> -</HTML>
\ No newline at end of file +</HTML> diff --git a/qadevOOo/tests/java/mod/_fwk/JobExecutor.java b/qadevOOo/tests/java/mod/_fwk/JobExecutor.java index 9d8467fa98a3..2da3ba876870 100644 --- a/qadevOOo/tests/java/mod/_fwk/JobExecutor.java +++ b/qadevOOo/tests/java/mod/_fwk/JobExecutor.java @@ -87,7 +87,7 @@ public class JobExecutor extends TestCase { * </ol>. <p> * * First these two conditions are checked. If job and event are not - * registered they are inserted into configuration and commited. + * registered they are inserted into configuration and committed. * After what SOffice must be destroyed for proper initialization * of <code>JobExecutor</code> after startup. <p> * diff --git a/qadevOOo/tests/java/mod/_impreg/package.html b/qadevOOo/tests/java/mod/_impreg/package.html index 446ad28ae893..a007b5cb1de7 100644 --- a/qadevOOo/tests/java/mod/_impreg/package.html +++ b/qadevOOo/tests/java/mod/_impreg/package.html @@ -18,6 +18,6 @@ --> <HTML> <BODY> -<P>Containes all test cases for the module 'impreg'.</P> +<P>Contains all test cases for the module 'impreg'.</P> </BODY> -</HTML>
\ No newline at end of file +</HTML> diff --git a/qadevOOo/tests/java/mod/_insp/package.html b/qadevOOo/tests/java/mod/_insp/package.html index 6d32765b8f75..617c082e4629 100644 --- a/qadevOOo/tests/java/mod/_insp/package.html +++ b/qadevOOo/tests/java/mod/_insp/package.html @@ -18,6 +18,6 @@ --> <HTML> <BODY> -<P>Containes all test cases for the module 'insp'.</P> +<P>Contains all test cases for the module 'insp'.</P> </BODY> -</HTML>
\ No newline at end of file +</HTML> diff --git a/qadevOOo/tests/java/mod/_inv/package.html b/qadevOOo/tests/java/mod/_inv/package.html index 4942108a3cda..ee1fd4a0276a 100644 --- a/qadevOOo/tests/java/mod/_inv/package.html +++ b/qadevOOo/tests/java/mod/_inv/package.html @@ -18,6 +18,6 @@ --> <HTML> <BODY> -<P>Containes all test cases for the module 'inv'.</P> +<P>Contains all test cases for the module 'inv'.</P> </BODY> -</HTML>
\ No newline at end of file +</HTML> diff --git a/qadevOOo/tests/java/mod/_invadp/package.html b/qadevOOo/tests/java/mod/_invadp/package.html index bf91a1cd2aa6..9d1509fca8bc 100644 --- a/qadevOOo/tests/java/mod/_invadp/package.html +++ b/qadevOOo/tests/java/mod/_invadp/package.html @@ -18,6 +18,6 @@ --> <HTML> <BODY> -<P>Containes all test cases for the module 'invadp'.</P> +<P>Contains all test cases for the module 'invadp'.</P> </BODY> -</HTML>
\ No newline at end of file +</HTML> diff --git a/qadevOOo/tests/java/mod/_javavm/uno/package.html b/qadevOOo/tests/java/mod/_javavm/uno/package.html index a58e59cf2325..a54ca6e098de 100644 --- a/qadevOOo/tests/java/mod/_javavm/uno/package.html +++ b/qadevOOo/tests/java/mod/_javavm/uno/package.html @@ -1,6 +1,6 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> <HTML> <BODY> -<P>Containes all test cases for the module 'jen'.</P> +<P>Contains all test cases for the module 'jen'.</P> </BODY> </HTML>
\ No newline at end of file diff --git a/qadevOOo/tests/java/mod/_jen/package.html b/qadevOOo/tests/java/mod/_jen/package.html index f9f0fdf36b5c..639ba6ade900 100644 --- a/qadevOOo/tests/java/mod/_jen/package.html +++ b/qadevOOo/tests/java/mod/_jen/package.html @@ -18,6 +18,6 @@ --> <HTML> <BODY> -<P>Containes all test cases for the module 'jen'.</P> +<P>Contains all test cases for the module 'jen'.</P> </BODY> -</HTML>
\ No newline at end of file +</HTML> diff --git a/qadevOOo/tests/java/mod/_namingservice/package.html b/qadevOOo/tests/java/mod/_namingservice/package.html index ec293d29b655..3ac1e50ada45 100644 --- a/qadevOOo/tests/java/mod/_namingservice/package.html +++ b/qadevOOo/tests/java/mod/_namingservice/package.html @@ -18,6 +18,6 @@ --> <HTML> <BODY> -<P>Containes all test cases for the module 'namingservice'.</P> +<P>Contains all test cases for the module 'namingservice'.</P> </BODY> -</HTML>
\ No newline at end of file +</HTML> diff --git a/qadevOOo/tests/java/mod/_proxyfac/package.html b/qadevOOo/tests/java/mod/_proxyfac/package.html index 2751b1f3df6b..c563073c09a1 100644 --- a/qadevOOo/tests/java/mod/_proxyfac/package.html +++ b/qadevOOo/tests/java/mod/_proxyfac/package.html @@ -18,6 +18,6 @@ --> <HTML> <BODY> -<P>Containes all test cases for the module 'proxyfac'.</P> +<P>Contains all test cases for the module 'proxyfac'.</P> </BODY> -</HTML>
\ No newline at end of file +</HTML> diff --git a/qadevOOo/tests/java/mod/_rdbtdp/package.html b/qadevOOo/tests/java/mod/_rdbtdp/package.html index f80c5e6fc328..19cdd22c6626 100644 --- a/qadevOOo/tests/java/mod/_rdbtdp/package.html +++ b/qadevOOo/tests/java/mod/_rdbtdp/package.html @@ -18,6 +18,6 @@ --> <HTML> <BODY> -<P>Containes all test cases for the module 'rdbtdp'.</P> +<P>Contains all test cases for the module 'rdbtdp'.</P> </BODY> -</HTML>
\ No newline at end of file +</HTML> diff --git a/qadevOOo/tests/java/mod/_remotebridge/package.html b/qadevOOo/tests/java/mod/_remotebridge/package.html index 821a93bf2b46..0663f0cb22f5 100644 --- a/qadevOOo/tests/java/mod/_remotebridge/package.html +++ b/qadevOOo/tests/java/mod/_remotebridge/package.html @@ -18,6 +18,6 @@ --> <HTML> <BODY> -<P>Containes all test cases for the module 'remotebridge'.</P> +<P>Contains all test cases for the module 'remotebridge'.</P> </BODY> -</HTML>
\ No newline at end of file +</HTML> diff --git a/qadevOOo/tests/java/mod/_sc/ScDrawPageObj.java b/qadevOOo/tests/java/mod/_sc/ScDrawPageObj.java index 9950ab297a1e..e1addb43d9e6 100644 --- a/qadevOOo/tests/java/mod/_sc/ScDrawPageObj.java +++ b/qadevOOo/tests/java/mod/_sc/ScDrawPageObj.java @@ -120,15 +120,15 @@ public class ScDrawPageObj extends TestCase { } catch (com.sun.star.lang.WrappedTargetException e) { log.println("Couldn't create insance"); e.printStackTrace(log); - throw new StatusException("Can't create enviroment", e) ; + throw new StatusException("Can't create environment", e) ; } catch (com.sun.star.lang.IndexOutOfBoundsException e) { log.println("Couldn't create insance"); e.printStackTrace(log); - throw new StatusException("Can't create enviroment", e) ; + throw new StatusException("Can't create environment", e) ; } catch (com.sun.star.lang.IllegalArgumentException e) { log.println("Couldn't create insance"); e.printStackTrace(log); - throw new StatusException("Can't create enviroment", e) ; + throw new StatusException("Can't create environment", e) ; } // create test environment here diff --git a/qadevOOo/tests/java/mod/_sc/XMLMetaExporter.java b/qadevOOo/tests/java/mod/_sc/XMLMetaExporter.java index da4fa294e15b..6949b2ef673a 100644 --- a/qadevOOo/tests/java/mod/_sc/XMLMetaExporter.java +++ b/qadevOOo/tests/java/mod/_sc/XMLMetaExporter.java @@ -119,7 +119,7 @@ public class XMLMetaExporter extends TestCase { FilterChecker filter = new FilterChecker(log); Any arg = new Any(new Type(XDocumentHandler.class),filter); - // Checking tags existance and changed property value + // Checking tags existence and changed property value filter.addTag(new XMLTools.Tag ("office:document-meta")); filter.addTag(new XMLTools.Tag ("office:meta")); filter.addCharactersEnclosed("TestDocument", diff --git a/qadevOOo/tests/java/mod/_sc/XMLStylesExporter.java b/qadevOOo/tests/java/mod/_sc/XMLStylesExporter.java index e2d7869ac372..8b0bfbef7352 100644 --- a/qadevOOo/tests/java/mod/_sc/XMLStylesExporter.java +++ b/qadevOOo/tests/java/mod/_sc/XMLStylesExporter.java @@ -121,7 +121,7 @@ public class XMLStylesExporter extends TestCase { Any arg = new Any(new Type(XDocumentHandler.class),filter); String newName = "NewStyle" + counter++; - // Adding tags for checking existance of head tag and property value + // Adding tags for checking existence of head tag and property value filter.addTag(new XMLTools.Tag("office:document-styles")); filter.addTag(new XMLTools.Tag("style:style","style:name", newName)); diff --git a/qadevOOo/tests/java/mod/_sc/package.html b/qadevOOo/tests/java/mod/_sc/package.html index c6547209b2d4..198d6b17d9b3 100644 --- a/qadevOOo/tests/java/mod/_sc/package.html +++ b/qadevOOo/tests/java/mod/_sc/package.html @@ -18,6 +18,6 @@ --> <HTML> <BODY> -<P>Containes all test cases for the module 'sc'.</P> +<P>Contains all test cases for the module 'sc'.</P> </BODY> -</HTML>
\ No newline at end of file +</HTML> diff --git a/qadevOOo/tests/java/mod/_sd/package.html b/qadevOOo/tests/java/mod/_sd/package.html index 386134d9164d..cd1299cd6d91 100644 --- a/qadevOOo/tests/java/mod/_sd/package.html +++ b/qadevOOo/tests/java/mod/_sd/package.html @@ -18,6 +18,6 @@ --> <HTML> <BODY> -<P>Containes all test cases for the module 'sd'.</P> +<P>Contains all test cases for the module 'sd'.</P> </BODY> -</HTML>
\ No newline at end of file +</HTML> diff --git a/qadevOOo/tests/java/mod/_simreg/package.html b/qadevOOo/tests/java/mod/_simreg/package.html index 01098fe52bc1..b70d937939a5 100644 --- a/qadevOOo/tests/java/mod/_simreg/package.html +++ b/qadevOOo/tests/java/mod/_simreg/package.html @@ -18,6 +18,6 @@ --> <HTML> <BODY> -<P>Containes all test cases for the module 'simreg'.</P> +<P>Contains all test cases for the module 'simreg'.</P> </BODY> -</HTML>
\ No newline at end of file +</HTML> diff --git a/qadevOOo/tests/java/mod/_smgr/package.html b/qadevOOo/tests/java/mod/_smgr/package.html index 3d56f5a64d8e..bef49b8c50c7 100644 --- a/qadevOOo/tests/java/mod/_smgr/package.html +++ b/qadevOOo/tests/java/mod/_smgr/package.html @@ -18,6 +18,6 @@ --> <HTML> <BODY> -<P>Containes all test cases for the module 'smgr'.</P> +<P>Contains all test cases for the module 'smgr'.</P> </BODY> -</HTML>
\ No newline at end of file +</HTML> diff --git a/qadevOOo/tests/java/mod/_stm/package.html b/qadevOOo/tests/java/mod/_stm/package.html index c5c5e1f067d4..aa2793cf291a 100644 --- a/qadevOOo/tests/java/mod/_stm/package.html +++ b/qadevOOo/tests/java/mod/_stm/package.html @@ -18,6 +18,6 @@ --> <HTML> <BODY> -<P>Containes all test cases for the module 'stm'.</P> +<P>Contains all test cases for the module 'stm'.</P> </BODY> -</HTML>
\ No newline at end of file +</HTML> diff --git a/qadevOOo/tests/java/mod/_svx/SvxDrawPage.java b/qadevOOo/tests/java/mod/_svx/SvxDrawPage.java index 8439e531441a..f354a453644c 100644 --- a/qadevOOo/tests/java/mod/_svx/SvxDrawPage.java +++ b/qadevOOo/tests/java/mod/_svx/SvxDrawPage.java @@ -173,15 +173,15 @@ public class SvxDrawPage extends TestCase { } catch (com.sun.star.lang.WrappedTargetException e) { log.println("Couldn't create insance"); e.printStackTrace(log); - throw new StatusException("Can't create enviroment", e); + throw new StatusException("Can't create environment", e); } catch (com.sun.star.lang.IndexOutOfBoundsException e) { log.println("Couldn't create insance"); e.printStackTrace(log); - throw new StatusException("Can't create enviroment", e); + throw new StatusException("Can't create environment", e); } catch (com.sun.star.lang.IllegalArgumentException e) { log.println("Couldn't create insance"); e.printStackTrace(log); - throw new StatusException("Can't create enviroment", e); + throw new StatusException("Can't create environment", e); } // create test environment here diff --git a/qadevOOo/tests/java/mod/_svx/package.html b/qadevOOo/tests/java/mod/_svx/package.html index 43d6f07414cf..a4961d2bf7b6 100644 --- a/qadevOOo/tests/java/mod/_svx/package.html +++ b/qadevOOo/tests/java/mod/_svx/package.html @@ -18,6 +18,6 @@ --> <HTML> <BODY> -<P>Containes all test cases for the module 'svx'.</P> +<P>Contains all test cases for the module 'svx'.</P> </BODY> -</HTML>
\ No newline at end of file +</HTML> diff --git a/qadevOOo/tests/java/mod/_sw/SwXMailMerge.java b/qadevOOo/tests/java/mod/_sw/SwXMailMerge.java index 1601497815b2..efdbeca57011 100644 --- a/qadevOOo/tests/java/mod/_sw/SwXMailMerge.java +++ b/qadevOOo/tests/java/mod/_sw/SwXMailMerge.java @@ -140,7 +140,7 @@ public class SwXMailMerge extends TestCase { oResultSet.next(); myBookMarks[1] = oRowLocate.getBookmark(); } catch (SQLException e) { - throw new StatusException("Cant get Bookmarks", e); + throw new StatusException("Can't get Bookmarks", e); } // </create Bookmarks> diff --git a/qadevOOo/tests/java/mod/_sw/XMLStylesExporter.java b/qadevOOo/tests/java/mod/_sw/XMLStylesExporter.java index 8ef291b31943..af1f403ed59d 100644 --- a/qadevOOo/tests/java/mod/_sw/XMLStylesExporter.java +++ b/qadevOOo/tests/java/mod/_sw/XMLStylesExporter.java @@ -129,7 +129,7 @@ public class XMLStylesExporter extends TestCase { throw new StatusException("Can't create component.", e) ; } - // Cheching Head Tag existance and that property has changed + // Cheching Head Tag existence and that property has changed filter.addTag(new XMLTools.Tag ("office:document-styles")); filter.addTag(new XMLTools.Tag ("text:footnotes-configuration", "style:num-prefix","New Property")) ; diff --git a/qadevOOo/tests/java/mod/_sw/package.html b/qadevOOo/tests/java/mod/_sw/package.html index 2547581d7ef6..3be3b188f740 100644 --- a/qadevOOo/tests/java/mod/_sw/package.html +++ b/qadevOOo/tests/java/mod/_sw/package.html @@ -18,6 +18,6 @@ --> <HTML> <BODY> -<P>Containes all test cases for the module 'sw'.</P> +<P>Contains all test cases for the module 'sw'.</P> </BODY> -</HTML>
\ No newline at end of file +</HTML> diff --git a/qadevOOo/tests/java/mod/_sysdtrans/package.html b/qadevOOo/tests/java/mod/_sysdtrans/package.html index 03df69b27aef..a530c6b124f5 100644 --- a/qadevOOo/tests/java/mod/_sysdtrans/package.html +++ b/qadevOOo/tests/java/mod/_sysdtrans/package.html @@ -18,6 +18,6 @@ --> <HTML> <BODY> -<P>Containes all test cases for the module 'sysdtrans'.</P> +<P>Contains all test cases for the module 'sysdtrans'.</P> </BODY> -</HTML>
\ No newline at end of file +</HTML> diff --git a/qadevOOo/tests/java/mod/_tcv/package.html b/qadevOOo/tests/java/mod/_tcv/package.html index 80a52e4fac1a..45007682b510 100644 --- a/qadevOOo/tests/java/mod/_tcv/package.html +++ b/qadevOOo/tests/java/mod/_tcv/package.html @@ -18,6 +18,6 @@ --> <HTML> <BODY> -<P>Containes all test cases for the module 'tcv'.</P> +<P>Contains all test cases for the module 'tcv'.</P> </BODY> -</HTML>
\ No newline at end of file +</HTML> diff --git a/qadevOOo/tests/java/mod/_tdmgr/package.html b/qadevOOo/tests/java/mod/_tdmgr/package.html index 5f6fc4287177..277a2804590d 100644 --- a/qadevOOo/tests/java/mod/_tdmgr/package.html +++ b/qadevOOo/tests/java/mod/_tdmgr/package.html @@ -18,6 +18,6 @@ --> <HTML> <BODY> -<P>Containes all test cases for the module 'tdmgr'.</P> +<P>Contains all test cases for the module 'tdmgr'.</P> </BODY> -</HTML>
\ No newline at end of file +</HTML> diff --git a/qadevOOo/tests/java/mod/_toolkit/package.html b/qadevOOo/tests/java/mod/_toolkit/package.html index 9ede659fe3c8..1ab78320541b 100644 --- a/qadevOOo/tests/java/mod/_toolkit/package.html +++ b/qadevOOo/tests/java/mod/_toolkit/package.html @@ -18,6 +18,6 @@ --> <HTML> <BODY> -<P>Containes all test cases for the module 'toolkit'.</P> +<P>Contains all test cases for the module 'toolkit'.</P> </BODY> -</HTML>
\ No newline at end of file +</HTML> diff --git a/qadevOOo/tests/java/mod/_uuresolver/package.html b/qadevOOo/tests/java/mod/_uuresolver/package.html index cb024997432c..20c38e20ea08 100644 --- a/qadevOOo/tests/java/mod/_uuresolver/package.html +++ b/qadevOOo/tests/java/mod/_uuresolver/package.html @@ -18,6 +18,6 @@ --> <HTML> <BODY> -<P>Containes all test cases for the module 'uuresolver'.</P> +<P>Contains all test cases for the module 'uuresolver'.</P> </BODY> -</HTML>
\ No newline at end of file +</HTML> diff --git a/qadevOOo/tests/java/mod/_xmloff/Draw/XMLContentExporter.java b/qadevOOo/tests/java/mod/_xmloff/Draw/XMLContentExporter.java index 99df65087912..095ae6c71a5b 100644 --- a/qadevOOo/tests/java/mod/_xmloff/Draw/XMLContentExporter.java +++ b/qadevOOo/tests/java/mod/_xmloff/Draw/XMLContentExporter.java @@ -119,7 +119,7 @@ public class XMLContentExporter extends TestCase { FilterChecker filter = new FilterChecker(log); Any arg = new Any(new Type(XDocumentHandler.class),filter); - // Adding tags for checking existance of head tag and other tags + // Adding tags for checking existence of head tag and other tags filter.addTag(new XMLTools.Tag("office:document-content")); filter.addTag(new XMLTools.Tag("office:body")); filter.addTagEnclosed( diff --git a/qadevOOo/tests/java/mod/_xmloff/Draw/XMLExporter.java b/qadevOOo/tests/java/mod/_xmloff/Draw/XMLExporter.java index f166c9b19075..1bc95d63bbea 100644 --- a/qadevOOo/tests/java/mod/_xmloff/Draw/XMLExporter.java +++ b/qadevOOo/tests/java/mod/_xmloff/Draw/XMLExporter.java @@ -121,7 +121,7 @@ public class XMLExporter extends TestCase { FilterChecker filter = new FilterChecker(log); Any arg = new Any(new Type(XDocumentHandler.class),filter); - // Adding tags for checking existance of head tag and other tags + // Adding tags for checking existence of head tag and other tags filter.addTag(new XMLTools.Tag("office:document")); filter.addTag(new XMLTools.Tag("office:body")); filter.addTagEnclosed( diff --git a/qadevOOo/tests/java/mod/_xmloff/Draw/XMLMetaExporter.java b/qadevOOo/tests/java/mod/_xmloff/Draw/XMLMetaExporter.java index c8872e30220e..e398cc94f4b2 100644 --- a/qadevOOo/tests/java/mod/_xmloff/Draw/XMLMetaExporter.java +++ b/qadevOOo/tests/java/mod/_xmloff/Draw/XMLMetaExporter.java @@ -138,7 +138,7 @@ public class XMLMetaExporter extends TestCase { throw new StatusException("Can't create component.", e) ; } - // Checking Head Tag existance and that property has changed + // Checking Head Tag existence and that property has changed filter.addTag(new XMLTools.Tag ("office:document-meta")); filter.addTagEnclosed( new XMLTools.Tag("office:meta"), diff --git a/qadevOOo/tests/java/mod/_xmloff/Draw/XMLSettingsExporter.java b/qadevOOo/tests/java/mod/_xmloff/Draw/XMLSettingsExporter.java index 4f540f0b84b6..1b2334e1b54d 100644 --- a/qadevOOo/tests/java/mod/_xmloff/Draw/XMLSettingsExporter.java +++ b/qadevOOo/tests/java/mod/_xmloff/Draw/XMLSettingsExporter.java @@ -139,7 +139,7 @@ public class XMLSettingsExporter extends TestCase { throw new StatusException("Can't create component.", e) ; } - // Checking Head Tag existance and that property has changed + // Checking Head Tag existence and that property has changed filter.addTag(new XMLTools.Tag ("office:document-settings")); filter.addTagEnclosed( new XMLTools.Tag ("office:settings"), diff --git a/qadevOOo/tests/java/mod/_xmloff/Draw/XMLStylesExporter.java b/qadevOOo/tests/java/mod/_xmloff/Draw/XMLStylesExporter.java index 9288df1fa782..9c63e7d73aa9 100644 --- a/qadevOOo/tests/java/mod/_xmloff/Draw/XMLStylesExporter.java +++ b/qadevOOo/tests/java/mod/_xmloff/Draw/XMLStylesExporter.java @@ -149,7 +149,7 @@ public class XMLStylesExporter extends TestCase { throw new StatusException("Can't create component.", e) ; } - // Checking Head Tag existance and that property has changed + // Checking Head Tag existence and that property has changed filter.addTag(new XMLTools.Tag ("office:document-styles")); filter.addTag(new XMLTools.Tag ("office:styles")); filter.addTagEnclosed( diff --git a/qadevOOo/tests/java/mod/_xmloff/Impress/XMLMetaExporter.java b/qadevOOo/tests/java/mod/_xmloff/Impress/XMLMetaExporter.java index b7468425893b..0b01d370cd6c 100644 --- a/qadevOOo/tests/java/mod/_xmloff/Impress/XMLMetaExporter.java +++ b/qadevOOo/tests/java/mod/_xmloff/Impress/XMLMetaExporter.java @@ -139,7 +139,7 @@ public class XMLMetaExporter extends TestCase { throw new StatusException("Can't create component.", e) ; } - // Checking tags existance and changed property value + // Checking tags existence and changed property value filter.addTag(new XMLTools.Tag ("office:document-meta")); filter.addTagEnclosed( new XMLTools.Tag("office:meta"), diff --git a/qadevOOo/tests/java/mod/_xmloff/Impress/XMLSettingsExporter.java b/qadevOOo/tests/java/mod/_xmloff/Impress/XMLSettingsExporter.java index 71167ada1d10..ae0537ac7ecd 100644 --- a/qadevOOo/tests/java/mod/_xmloff/Impress/XMLSettingsExporter.java +++ b/qadevOOo/tests/java/mod/_xmloff/Impress/XMLSettingsExporter.java @@ -150,7 +150,7 @@ public class XMLSettingsExporter extends TestCase { throw new StatusException("Can't create component.", e) ; } - // Adding tags for checking existance of head tag and other tags + // Adding tags for checking existence of head tag and other tags filter.addTagEnclosed(new XMLTools.Tag("office:settings"), new XMLTools.Tag("office:document-settings")); filter.addTagEnclosed(new XMLTools.Tag("config:config-item-set"), diff --git a/qadevOOo/tests/java/mod/_xmloff/Impress/XMLStylesExporter.java b/qadevOOo/tests/java/mod/_xmloff/Impress/XMLStylesExporter.java index cb6ddaeb97aa..b2ed830c0740 100644 --- a/qadevOOo/tests/java/mod/_xmloff/Impress/XMLStylesExporter.java +++ b/qadevOOo/tests/java/mod/_xmloff/Impress/XMLStylesExporter.java @@ -124,7 +124,7 @@ public class XMLStylesExporter extends TestCase { Any arg = new Any(new Type(XDocumentHandler.class),filter); String newName = "NewGraphicsStyle" + counter++; - // Adding tags for checking existance of head tag and property value + // Adding tags for checking existence of head tag and property value filter.addTag(new XMLTools.Tag("office:document-styles")); filter.addTag(new XMLTools.Tag("office:styles")); filter.addTag(new XMLTools.Tag("style:style","style:name", newName)); |