Modified: openoffice/branches/gbuild-reintegration/main/qadevOOo/runner/helper/URLHelper.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/runner/helper/URLHelper.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/runner/helper/URLHelper.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/runner/helper/URLHelper.java Mon Aug 1 04:31:52 2016 @@ -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.
Modified: openoffice/branches/gbuild-reintegration/main/qadevOOo/runner/lib/MultiMethodTest.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/runner/lib/MultiMethodTest.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/runner/lib/MultiMethodTest.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/runner/lib/MultiMethodTest.java Mon Aug 1 04:31:52 2016 @@ -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. Modified: openoffice/branches/gbuild-reintegration/main/qadevOOo/runner/util/FormTools.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/runner/util/FormTools.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/runner/util/FormTools.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/runner/util/FormTools.java Mon Aug 1 04:31:52 2016 @@ -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; Modified: openoffice/branches/gbuild-reintegration/main/qadevOOo/runner/util/PropertyName.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/runner/util/PropertyName.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/runner/util/PropertyName.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/runner/util/PropertyName.java Mon Aug 1 04:31:52 2016 @@ -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"; } Modified: openoffice/branches/gbuild-reintegration/main/qadevOOo/runner/util/SOfficeFactory.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/runner/util/SOfficeFactory.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/runner/util/SOfficeFactory.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/runner/util/SOfficeFactory.java Mon Aug 1 04:31:52 2016 @@ -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); } Modified: openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/basic/ifc/awt/XTextComponent/awt_XTextComponent.xba URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/basic/ifc/awt/XTextComponent/awt_XTextComponent.xba?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/basic/ifc/awt/XTextComponent/awt_XTextComponent.xba (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/basic/ifc/awt/XTextComponent/awt_XTextComponent.xba Mon Aug 1 04:31:52 2016 @@ -72,7 +72,7 @@ On Error Goto ErrHndl vInsertSelection.Min = 0 vInsertSelection.Max = 3 oObj.insertText(vInsertSelection,"new") - Out.Log("result of getText is: '" + oObj.getText() +"'. It sould be 'newSelection'") + Out.Log("result of getText is: '" + oObj.getText() +"'. It should be 'newSelection'") bOK = bOK AND (oObj.getText() = "newSelection") Test.MethodTested("insertText()", bOK) @@ -95,7 +95,7 @@ On Error Goto ErrHndl vSelectionSelection.Min = 0 vSelectionSelection.Max = 3 oObj.setSelection(vSelectionSelection) - Out.Log("result of getSelectedText is: '" + oObj.getSelectedText() +"'. It sould be 'get'") + Out.Log("result of getSelectedText is: '" + oObj.getSelectedText() +"'. It should be 'get'") bOK = bOK AND (oObj.getSelectedText() = "get") Test.MethodTested("getSelectedText()", bOK) @@ -121,7 +121,7 @@ On Error Goto ErrHndl oObj.setMaxTextLen(len2set) oObj.setText("0123456789ABCDE") cGetText = oObj.getText() - Out.Log("result of Len(cGetText) is: '" + Len(cGetText) + "'. It sould be >'" + len2set+"' ") + Out.Log("result of Len(cGetText) is: '" + Len(cGetText) + "'. It should be >'" + len2set+"' ") bOK = bOK AND (Len(cGetText) > len2set) Test.MethodTested("setMaxTextLen()", bOK) @@ -133,7 +133,7 @@ On Error Goto ErrHndl len2set = 12 endif oObj.setMaxTextLen(len2set) - Out.Log("result of getMaxTextLen is: '" + oObj.getMaxTextLen() +"'. It sould be '"+len2set+"'") + Out.Log("result of getMaxTextLen is: '" + oObj.getMaxTextLen() +"'. It should be '"+len2set+"'") bOK = bOK AND (oObj.getMaxTextLen() = len2set) Test.MethodTested("getMaxTextLen()", bOK) Modified: openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/ifc/frame/_XDispatchRecorderSupplier.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/ifc/frame/_XDispatchRecorderSupplier.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/ifc/frame/_XDispatchRecorderSupplier.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/ifc/frame/_XDispatchRecorderSupplier.java Mon Aug 1 04:31:52 2016 @@ -91,7 +91,7 @@ public class _XDispatchRecorderSupplier desktop = (XDesktop) UnoRuntime.queryInterface (XDesktop.class, inst); } catch ( com.sun.star.uno.Exception e ) { - // Some exception occures.FAILED + // Some exception occured.FAILED e.printStackTrace( log ); throw new StatusException( "Couldn't create document", e ); } Modified: openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/ifc/frame/_XFrameLoader.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/ifc/frame/_XFrameLoader.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/ifc/frame/_XFrameLoader.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/ifc/frame/_XFrameLoader.java Mon Aug 1 04:31:52 2016 @@ -113,7 +113,7 @@ public class _XFrameLoader extends Multi shortWait() ; frame = dsk.getCurrentFrame() ; } catch ( com.sun.star.uno.Exception e ) { - // Some exception occures.FAILED + // Some exception occured.FAILED e.printStackTrace( log ); throw new StatusException( "Couldn't create a frame.", e ); } Modified: openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/ifc/frame/_XSynchronousFrameLoader.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/ifc/frame/_XSynchronousFrameLoader.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/ifc/frame/_XSynchronousFrameLoader.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/ifc/frame/_XSynchronousFrameLoader.java Mon Aug 1 04:31:52 2016 @@ -109,7 +109,7 @@ public class _XSynchronousFrameLoader ex (XURLTransformer.class, o) ; } catch ( com.sun.star.uno.Exception e ) { - // Some exception occures.FAILED + // Some exception occured.FAILED e.printStackTrace( log ); throw new StatusException( "Couldn't create a document.", e ); } Modified: openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/ifc/i18n/_XExtendedIndexEntrySupplier.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/ifc/i18n/_XExtendedIndexEntrySupplier.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/ifc/i18n/_XExtendedIndexEntrySupplier.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/ifc/i18n/_XExtendedIndexEntrySupplier.java Mon Aug 1 04:31:52 2016 @@ -90,7 +90,7 @@ public class _XExtendedIndexEntrySupplie for (int j = 0; j < algorithms.size(); j++) { String[] algs = (String[])algorithms.get(new Integer(j)); for (int k=0;k<algs.length;k++) { - log.println("\t Algorythm :" + + log.println("\t Algorithm :" + algs[k]); oObj.loadAlgorithm(locales[i], algs[k], CollatorOptions.CollatorOptions_IGNORE_CASE); log.println("\t\t Get: " + Modified: openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/ifc/sdb/_XSingleSelectQueryComposer.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/ifc/sdb/_XSingleSelectQueryComposer.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/ifc/sdb/_XSingleSelectQueryComposer.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/ifc/sdb/_XSingleSelectQueryComposer.java Mon Aug 1 04:31:52 2016 @@ -235,7 +235,7 @@ public class _XSingleSelectQueryComposer } /** - * The group which was setted by <code>setGroup</code> must be returned + * The group which was set by <code>setGroup</code> must be returned * while calling from object relation <code>XQueryAna</code> * method <code>getGroup</code> */ @@ -253,7 +253,7 @@ public class _XSingleSelectQueryComposer /** - * The cluase which was setted by <code>setHavingClause</code> must be returned + * The cluase which was set by <code>setHavingClause</code> must be returned * while calling from object relation <code>XQueryAna</code> * method <code>getHavingClause</code> */ @@ -373,7 +373,7 @@ public class _XSingleSelectQueryComposer /** * Method <code>getOrder</code> from object relation <code>xQueryAna</code> - * checks the order which was setted while calling <code>setOrder</code> + * checks the order which was set while calling <code>setOrder</code> */ public void _setOrder() { try{ Modified: openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/ifc/sdbc/_XRowSet.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/ifc/sdbc/_XRowSet.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/ifc/sdbc/_XRowSet.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/ifc/sdbc/_XRowSet.java Mon Aug 1 04:31:52 2016 @@ -99,7 +99,7 @@ public class _XRowSet extends MultiMetho /** * Reexecutes the RowSet and checks that listener was called. <p> - * Has OK status if no exceptions were rised and listener was called. + * Has OK status if no exceptions were raised and listener was called. */ public void _execute() { requiredMethod("addRowSetListener()"); Modified: openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/ifc/sheet/_XSheetAuditing.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/ifc/sheet/_XSheetAuditing.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/ifc/sheet/_XSheetAuditing.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/ifc/sheet/_XSheetAuditing.java Mon Aug 1 04:31:52 2016 @@ -75,7 +75,7 @@ public class _XSheetAuditing extends Mul // get a sheet for changing the cells XSpreadsheet xSheet = (XSpreadsheet)tEnv.getObjRelation("XSheetAuditing.Spreadsheet"); - if (xSheet == null) // query on ther object + if (xSheet == null) // query on their object xSheet = (XSpreadsheet)UnoRuntime.queryInterface(XSpreadsheet.class, oObj); if (xSheet == null) throw new StatusException(Status.failed("'XSheetAuditing.Spreadsheet' object relation not found.")); Modified: openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/ifc/sheet/_XSheetCellCursor.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/ifc/sheet/_XSheetCellCursor.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/ifc/sheet/_XSheetCellCursor.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/ifc/sheet/_XSheetCellCursor.java Mon Aug 1 04:31:52 2016 @@ -251,7 +251,7 @@ public class _XSheetCellCursor extends M } mergeRange.merge(true); - log.println("DB: Successfuly merged.") ; + log.println("DB: Successfully merged.") ; oObj.collapseToMergedArea() ; log.println("DB: Successfully collapseToMergedArea() method called"); Modified: openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/ifc/sheet/_XViewFreezable.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/ifc/sheet/_XViewFreezable.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/ifc/sheet/_XViewFreezable.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/ifc/sheet/_XViewFreezable.java Mon Aug 1 04:31:52 2016 @@ -52,7 +52,7 @@ public class _XViewFreezable extends Mul /** * Test calls the method, checks returned value, unfreezes panes, calls the * method and checks returned value again. <p> - * Has <b> OK </b> status if returned value is true after firts call and + * Has <b> OK </b> status if returned value is true after first call and * returned value is false after second. <p> * The following method tests are to be completed successfully before : * <ul> Modified: openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/ifc/task/_XInteractionHandler.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/ifc/task/_XInteractionHandler.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/ifc/task/_XInteractionHandler.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/ifc/task/_XInteractionHandler.java Mon Aug 1 04:31:52 2016 @@ -75,7 +75,7 @@ public class _XInteractionHandler extend } /** - * Sinse this test is interactive (dialog window can't be + * Since this test is interactive (dialog window can't be * disposed using API) it is skipped. <p> * Always has <b>SKIPPED.OK</b> status . */ Modified: openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_dbaccess/ODatasourceBrowser.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_dbaccess/ODatasourceBrowser.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_dbaccess/ODatasourceBrowser.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_dbaccess/ODatasourceBrowser.java Mon Aug 1 04:31:52 2016 @@ -203,7 +203,7 @@ public class ODatasourceBrowser extends log.println("creating a text document"); xTextDoc = SOF.createTextDoc(null); } catch (com.sun.star.uno.Exception e) { - // Some exception occures.FAILED + // Some exception occured.FAILED e.printStackTrace(log); throw new StatusException("Couldn't create document", e); } @@ -262,7 +262,7 @@ public class ODatasourceBrowser extends XInitialization.class, oObj); xInit.initialize(params); } catch (com.sun.star.uno.Exception e) { - // Some exception occures.FAILED + // Some exception occured.FAILED e.printStackTrace(log); throw new StatusException("Couldn't initialize document", e); } @@ -284,7 +284,7 @@ public class ODatasourceBrowser extends try { xCtrl = xCtrlAccess.getControl(shapeModel); } catch (com.sun.star.uno.Exception e) { - // Some exception occures.FAILED + // Some exception occured.FAILED e.printStackTrace(log); } Modified: openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_dbaccess/SbaXGridControl.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_dbaccess/SbaXGridControl.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_dbaccess/SbaXGridControl.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_dbaccess/SbaXGridControl.java Mon Aug 1 04:31:52 2016 @@ -137,7 +137,7 @@ public class SbaXGridControl extends Tes log.println("creating a textdocument"); xTextDoc = SOF.createTextDoc(null); } catch (com.sun.star.uno.Exception e) { - // Some exception occures.FAILED + // Some exception occured.FAILED e.printStackTrace(log); throw new StatusException("Couldn't create document", e); } @@ -273,19 +273,19 @@ public class SbaXGridControl extends Tes aControl4.setPropertyValue("DataField", "Title"); aControl4.setPropertyValue("Label", "Title"); } catch (com.sun.star.lang.IllegalArgumentException e) { - // Some exception occures.FAILED + // Some exception occured.FAILED log.println("!!! Couldn't create instance : " + e); throw new StatusException("Can't create column instances.", e); } catch (com.sun.star.lang.WrappedTargetException e) { - // Some exception occures.FAILED + // Some exception occured.FAILED log.println("!!! Couldn't create instance : " + e); throw new StatusException("Can't create column instances.", e); } catch (com.sun.star.beans.PropertyVetoException e) { - // Some exception occures.FAILED + // Some exception occured.FAILED log.println("!!! Couldn't create instance : " + e); throw new StatusException("Can't create column instances.", e); } catch (com.sun.star.beans.UnknownPropertyException e) { - // Some exception occures.FAILED + // Some exception occured.FAILED log.println("!!! Couldn't create instance : " + e); throw new StatusException("Can't create column instances.", e); } @@ -469,7 +469,7 @@ public class SbaXGridControl extends Tes 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 Grid" + e); throw new StatusException("Couldn't create Grid", e); } Modified: openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_forms/GenericModelTest.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_forms/GenericModelTest.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_forms/GenericModelTest.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_forms/GenericModelTest.java Mon Aug 1 04:31:52 2016 @@ -213,7 +213,7 @@ public class GenericModelTest extends Te protected static String m_XPropertyContainer_propertyNotRemovable = "HelpText"; /** - * If this variable is true some more debug info was logged. It was setted by the parameter variable + * If this variable is true some more debug info was logged. It was set by the parameter variable * <code>debug_is_active</code> */ protected static boolean debug = false; Modified: openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_forms/OButtonControl.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_forms/OButtonControl.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_forms/OButtonControl.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_forms/OButtonControl.java Mon Aug 1 04:31:52 2016 @@ -96,7 +96,7 @@ public class OButtonControl extends Test log.println("creating a textdocument"); xTextDoc = SOF.createTextDoc(null); } catch (com.sun.star.uno.Exception e) { - // Some exception occures.FAILED + // Some exception occured.FAILED e.printStackTrace(log); throw new StatusException("Couldn't create document", e); } Modified: openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_forms/OCheckBoxControl.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_forms/OCheckBoxControl.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_forms/OCheckBoxControl.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_forms/OCheckBoxControl.java Mon Aug 1 04:31:52 2016 @@ -104,7 +104,7 @@ public class OCheckBoxControl extends Te log.println( "creating a textdocument" ); xTextDoc = SOF.createTextDoc( null ); } catch ( com.sun.star.uno.Exception e ) { - // Some exception occures.FAILED + // Some exception occured.FAILED e.printStackTrace( log ); throw new StatusException( "Couldn't create document", e ); } Modified: openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_forms/OComboBoxControl.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_forms/OComboBoxControl.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_forms/OComboBoxControl.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_forms/OComboBoxControl.java Mon Aug 1 04:31:52 2016 @@ -108,7 +108,7 @@ public class OComboBoxControl extends Te log.println("creating a textdocument"); xTextDoc = SOF.createTextDoc(null); } catch (com.sun.star.uno.Exception e) { - // Some exception occures.FAILED + // Some exception occured.FAILED e.printStackTrace(log); throw new StatusException("Couldn't create document", e); } Modified: openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_forms/OCurrencyControl.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_forms/OCurrencyControl.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_forms/OCurrencyControl.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_forms/OCurrencyControl.java Mon Aug 1 04:31:52 2016 @@ -108,7 +108,7 @@ public class OCurrencyControl extends Te log.println("creating a textdocument"); xTextDoc = SOF.createTextDoc(null); } catch (com.sun.star.uno.Exception e) { - // Some exception occures.FAILED + // Some exception occured.FAILED e.printStackTrace(log); throw new StatusException("Couldn't create document", e); } Modified: openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_forms/ODateControl.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_forms/ODateControl.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_forms/ODateControl.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_forms/ODateControl.java Mon Aug 1 04:31:52 2016 @@ -107,7 +107,7 @@ public class ODateControl extends TestCa log.println("creating a textdocument"); xTextDoc = SOF.createTextDoc(null); } catch (com.sun.star.uno.Exception e) { - // Some exception occures.FAILED + // Some exception occured.FAILED e.printStackTrace(log); throw new StatusException("Couldn't create document", e); } Modified: openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_forms/OEditControl.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_forms/OEditControl.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_forms/OEditControl.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_forms/OEditControl.java Mon Aug 1 04:31:52 2016 @@ -108,7 +108,7 @@ public class OEditControl extends TestCa log.println("creating a textdocument"); xTextDoc = SOF.createTextDoc(null); } catch (com.sun.star.uno.Exception e) { - // Some exception occures.FAILED + // Some exception occured.FAILED e.printStackTrace(log); throw new StatusException("Couldn't create document", e); } Modified: openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_forms/OFileControlModel.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_forms/OFileControlModel.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_forms/OFileControlModel.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_forms/OFileControlModel.java Mon Aug 1 04:31:52 2016 @@ -179,7 +179,7 @@ public class OFileControlModel extends T aShape.setSize(size); aShape.setPosition(position); } catch (com.sun.star.uno.Exception e) { - // Some exception occures.FAILED + // Some exception occured.FAILED log.println("Couldn't create a component " + e); throw new StatusException(Status.failed("Can't create component")); } Modified: openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_forms/OFormattedControl.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_forms/OFormattedControl.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_forms/OFormattedControl.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_forms/OFormattedControl.java Mon Aug 1 04:31:52 2016 @@ -104,7 +104,7 @@ public class OFormattedControl extends T log.println("creating a textdocument"); xTextDoc = SOF.createTextDoc(null); } catch (com.sun.star.uno.Exception e) { - // Some exception occures.FAILED + // Some exception occured.FAILED e.printStackTrace(log); throw new StatusException("Couldn't create document", e); } Modified: openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_forms/OGridControlModel.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_forms/OGridControlModel.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_forms/OGridControlModel.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_forms/OGridControlModel.java Mon Aug 1 04:31:52 2016 @@ -193,7 +193,7 @@ public class OGridControlModel extends G aControl4 = columns.createColumn("TextField"); aControl5 = columns.createColumn("TextField"); } catch (com.sun.star.lang.IllegalArgumentException e) { - // Some exception occures.FAILED + // Some exception occured.FAILED log.println("!!! Couldn't create instance : " + e); throw new StatusException("Can't create column instances.", e); } @@ -356,7 +356,7 @@ class OGridControlModelold extends TestC aControl4 = columns.createColumn("TextField"); aControl5 = columns.createColumn("TextField"); } catch (com.sun.star.lang.IllegalArgumentException e) { - // Some exception occures.FAILED + // Some exception occured.FAILED log.println("!!! Couldn't create instance : " + e); throw new StatusException("Can't create column instances.", e); } Modified: openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_forms/OGroupBoxControl.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_forms/OGroupBoxControl.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_forms/OGroupBoxControl.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_forms/OGroupBoxControl.java Mon Aug 1 04:31:52 2016 @@ -86,7 +86,7 @@ public class OGroupBoxControl extends Te log.println("creating a textdocument"); xTextDoc = SOF.createTextDoc(null); } catch (com.sun.star.uno.Exception e) { - // Some exception occures.FAILED + // Some exception occured.FAILED e.printStackTrace(log); throw new StatusException("Couldn't create document", e); } Modified: openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_forms/OHiddenModel.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_forms/OHiddenModel.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_forms/OHiddenModel.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_forms/OHiddenModel.java Mon Aug 1 04:31:52 2016 @@ -103,7 +103,7 @@ public class OHiddenModel extends TestCa log.println("creating a draw document"); xDrawDoc = SOF.createDrawDoc(null); } catch (com.sun.star.uno.Exception e) { - // Some exception occures.FAILED + // Some exception occured.FAILED e.printStackTrace(log); throw new StatusException("Couldn't create document", e); } Modified: openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_forms/OImageButtonControl.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_forms/OImageButtonControl.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_forms/OImageButtonControl.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_forms/OImageButtonControl.java Mon Aug 1 04:31:52 2016 @@ -91,7 +91,7 @@ public class OImageButtonControl extends log.println("creating a textdocument"); xTextDoc = SOF.createTextDoc(null); } catch (com.sun.star.uno.Exception e) { - // Some exception occures.FAILED + // Some exception occured.FAILED e.printStackTrace(log); throw new StatusException("Couldn't create document", e); } Modified: openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_forms/OImageControlControl.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_forms/OImageControlControl.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_forms/OImageControlControl.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_forms/OImageControlControl.java Mon Aug 1 04:31:52 2016 @@ -92,7 +92,7 @@ public class OImageControlControl extend log.println("creating a textdocument"); xTextDoc = SOF.createTextDoc(null); } catch (com.sun.star.uno.Exception e) { - // Some exception occures.FAILED + // Some exception occured.FAILED e.printStackTrace(log); throw new StatusException("Couldn't create document", e); } Modified: openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_forms/OListBoxControl.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_forms/OListBoxControl.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_forms/OListBoxControl.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_forms/OListBoxControl.java Mon Aug 1 04:31:52 2016 @@ -60,7 +60,7 @@ public class OListBoxControl extends Tes log.println( "creating a textdocument" ); xTextDoc = SOF.createTextDoc( null ); } catch ( com.sun.star.uno.Exception e ) { - // Some exception occures.FAILED + // Some exception occured.FAILED e.printStackTrace( log ); throw new StatusException( "Couldn't create document", e ); } Modified: openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_forms/ONavigationBarControl.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_forms/ONavigationBarControl.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_forms/ONavigationBarControl.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_forms/ONavigationBarControl.java Mon Aug 1 04:31:52 2016 @@ -61,7 +61,7 @@ public class ONavigationBarControl exten log.println("creating a textdocument"); xTextDoc = SOF.createTextDoc(null); } catch (com.sun.star.uno.Exception e) { - // Some exception occures.FAILED + // Some exception occured.FAILED e.printStackTrace(log); throw new StatusException("Couldn't create document", e); } Modified: openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_forms/ONumericControl.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_forms/ONumericControl.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_forms/ONumericControl.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_forms/ONumericControl.java Mon Aug 1 04:31:52 2016 @@ -107,7 +107,7 @@ public class ONumericControl extends Tes log.println("creating a textdocument"); xTextDoc = SOF.createTextDoc(null); } catch (com.sun.star.uno.Exception e) { - // Some exception occures.FAILED + // Some exception occured.FAILED e.printStackTrace(log); throw new StatusException("Couldn't create document", e); } Modified: openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_forms/OPatternControl.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_forms/OPatternControl.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_forms/OPatternControl.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_forms/OPatternControl.java Mon Aug 1 04:31:52 2016 @@ -107,7 +107,7 @@ public class OPatternControl extends Tes log.println("creating a textdocument"); xTextDoc = SOF.createTextDoc(null); } catch (com.sun.star.uno.Exception e) { - // Some exception occures.FAILED + // Some exception occured.FAILED e.printStackTrace(log); throw new StatusException("Couldn't create document", e); } Modified: openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_forms/ORadioButtonControl.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_forms/ORadioButtonControl.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_forms/ORadioButtonControl.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_forms/ORadioButtonControl.java Mon Aug 1 04:31:52 2016 @@ -95,7 +95,7 @@ public class ORadioButtonControl extends log.println("creating a textdocument"); xTextDoc = SOF.createTextDoc(null); } catch (com.sun.star.uno.Exception e) { - // Some exception occures.FAILED + // Some exception occured.FAILED e.printStackTrace(log); throw new StatusException("Couldn't create document", e); } Modified: openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_forms/OTimeControl.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_forms/OTimeControl.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_forms/OTimeControl.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_forms/OTimeControl.java Mon Aug 1 04:31:52 2016 @@ -108,7 +108,7 @@ public class OTimeControl extends TestCa log.println("creating a textdocument"); xTextDoc = SOF.createTextDoc(null); } catch (com.sun.star.uno.Exception e) { - // Some exception occures.FAILED + // Some exception occured.FAILED e.printStackTrace(log); throw new StatusException("Couldn't create document", e); } Modified: openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_fwk/Desktop.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_fwk/Desktop.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_fwk/Desktop.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_fwk/Desktop.java Mon Aug 1 04:31:52 2016 @@ -104,7 +104,7 @@ public class Desktop extends TestCase { log.println( "creating a text document" ); xTextDoc = SOF.createTextDoc(null); } catch ( com.sun.star.uno.Exception e ) { - // Some exception occures.FAILED + // Some exception occured.FAILED e.printStackTrace( log ); throw new StatusException( "Couldn't create document", e ); } Modified: openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_fwk/DocumentProperties.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_fwk/DocumentProperties.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_fwk/DocumentProperties.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_fwk/DocumentProperties.java Mon Aug 1 04:31:52 2016 @@ -96,7 +96,7 @@ public class DocumentProperties extends log.println( "creating a text document" ); xTextDoc = SOF.createTextDoc(null); } catch ( com.sun.star.uno.Exception e ) { - // Some exception occures.FAILED + // Some exception occured.FAILED e.printStackTrace( log ); throw new StatusException( "Couldn't create document", e ); } Modified: openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_fwk/Frame.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_fwk/Frame.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_fwk/Frame.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_fwk/Frame.java Mon Aug 1 04:31:52 2016 @@ -81,7 +81,7 @@ public class Frame extends TestCase { log.println( "creating a text document" ); xTextDoc = SOF.createTextDoc(null); } catch ( com.sun.star.uno.Exception e ) { - // Some exception occures.FAILED + // Some exception occured.FAILED e.printStackTrace( log ); throw new StatusException( "Couldn't create document", e ); } Modified: openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_i18n/BreakIterator.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_i18n/BreakIterator.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_i18n/BreakIterator.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_i18n/BreakIterator.java Mon Aug 1 04:31:52 2016 @@ -67,7 +67,7 @@ public class BreakIterator extends TestC log.println( "creating a drawdoc" ); xTextDoc = SOF.loadDocument(utils.getFullTestURL("Iterator.sxw")); } catch ( com.sun.star.uno.Exception e ) { - // Some exception occures.FAILED + // Some exception occured.FAILED e.printStackTrace( log ); throw new StatusException( "Couldn't load document", e ); } Modified: openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/AccessibleEditableTextPara_PreviewCell.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/AccessibleEditableTextPara_PreviewCell.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/AccessibleEditableTextPara_PreviewCell.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/AccessibleEditableTextPara_PreviewCell.java Mon Aug 1 04:31:52 2016 @@ -68,7 +68,7 @@ public class AccessibleEditableTextPara_ log.println( "creating a Spreadsheet document" ); xSheetDoc = SOF.createCalcDoc(null); } catch ( com.sun.star.uno.Exception e ) { - // Some exception occures.FAILED + // Some exception occured.FAILED e.printStackTrace( log ); throw new StatusException( "Couldn't create document", e ); } Modified: openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScAccessiblePreviewCell.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScAccessiblePreviewCell.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScAccessiblePreviewCell.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScAccessiblePreviewCell.java Mon Aug 1 04:31:52 2016 @@ -92,7 +92,7 @@ public class ScAccessiblePreviewCell ext log.println( "creating a Spreadsheet document" ); xSheetDoc = SOF.createCalcDoc(null); } catch ( com.sun.star.uno.Exception e ) { - // Some exception occures.FAILED + // Some exception occured.FAILED e.printStackTrace( log ); throw new StatusException( "Couldn't create document", e ); } Modified: openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScAccessiblePreviewHeaderCell.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScAccessiblePreviewHeaderCell.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScAccessiblePreviewHeaderCell.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScAccessiblePreviewHeaderCell.java Mon Aug 1 04:31:52 2016 @@ -137,7 +137,7 @@ public class ScAccessiblePreviewHeaderCe log.println("creating a Spreadsheet document"); xSheetDoc = SOF.createCalcDoc(null); } catch (com.sun.star.uno.Exception e) { - // Some exception occures.FAILED + // Some exception occured.FAILED e.printStackTrace(log); throw new StatusException("Couldn't create document", e); } Modified: openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScAccessiblePreviewTable.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScAccessiblePreviewTable.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScAccessiblePreviewTable.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScAccessiblePreviewTable.java Mon Aug 1 04:31:52 2016 @@ -95,7 +95,7 @@ public class ScAccessiblePreviewTable ex log.println( "creating a Spreadsheet document" ); xSheetDoc = SOF.createCalcDoc(null); } catch ( com.sun.star.uno.Exception e ) { - // Some exception occures.FAILED + // Some exception occured.FAILED e.printStackTrace( log ); throw new StatusException( "Couldn't create document", e ); } Modified: openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScAccessibleSpreadsheet.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScAccessibleSpreadsheet.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScAccessibleSpreadsheet.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScAccessibleSpreadsheet.java Mon Aug 1 04:31:52 2016 @@ -83,7 +83,7 @@ public class ScAccessibleSpreadsheet ext log.println( "creating a Spreadsheet document" ); xSheetDoc = SOF.createCalcDoc(null); } catch ( com.sun.star.uno.Exception e ) { - // Some exception occures.FAILED + // Some exception occured.FAILED e.printStackTrace( log ); throw new StatusException( "Couldn't create document", e ); } Modified: openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScAnnotationObj.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScAnnotationObj.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScAnnotationObj.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScAnnotationObj.java Mon Aug 1 04:31:52 2016 @@ -80,7 +80,7 @@ public class ScAnnotationObj extends Tes log.println( "creating a Spreadsheet document" ); xSheetDoc = SOF.createCalcDoc(null); } catch ( com.sun.star.uno.Exception e ) { - // Some exception occures.FAILED + // Some exception occured.FAILED e.printStackTrace( log ); throw new StatusException( "Couldn't create document", e ); } Modified: openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScAnnotationShapeObj.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScAnnotationShapeObj.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScAnnotationShapeObj.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScAnnotationShapeObj.java Mon Aug 1 04:31:52 2016 @@ -93,7 +93,7 @@ public class ScAnnotationShapeObj extend SOF.loadDocument(utils.getFullTestURL( "ScAnnotationShapeObj.sxc"))); } catch (com.sun.star.uno.Exception e) { - // Some exception occures.FAILED + // Some exception occured.FAILED e.printStackTrace(log); throw new StatusException("Couldn't create document", e); } Modified: openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScAnnotationTextCursor.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScAnnotationTextCursor.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScAnnotationTextCursor.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScAnnotationTextCursor.java Mon Aug 1 04:31:52 2016 @@ -74,7 +74,7 @@ public class ScAnnotationTextCursor exte log.println( "creating a Spreadsheet document" ); xSheetDoc = SOF.createCalcDoc(null); } catch ( com.sun.star.uno.Exception e ) { - // Some exception occures.FAILED + // Some exception occured.FAILED e.printStackTrace( log ); throw new StatusException( "Couldn't create document", e ); } Modified: openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScAnnotationsObj.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScAnnotationsObj.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScAnnotationsObj.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScAnnotationsObj.java Mon Aug 1 04:31:52 2016 @@ -81,7 +81,7 @@ public class ScAnnotationsObj extends Te log.println( "creating a Spreadsheet document" ); xSheetDoc = SOF.createCalcDoc(null); } catch ( com.sun.star.uno.Exception e ) { - // Some exception occures.FAILED + // Some exception occured.FAILED e.printStackTrace( log ); throw new StatusException( "Couldn't create document", e ); } Modified: openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScAreaLinkObj.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScAreaLinkObj.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScAreaLinkObj.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScAreaLinkObj.java Mon Aug 1 04:31:52 2016 @@ -80,7 +80,7 @@ public class ScAreaLinkObj extends TestC log.println( "creating a Spreadsheet document" ); xSheetDoc = SOF.createCalcDoc(null); } catch ( com.sun.star.uno.Exception e ) { - // Some exception occures.FAILED + // Some exception occured.FAILED e.printStackTrace( log ); throw new StatusException( "Couldn't create document", e ); } Modified: openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScAreaLinksObj.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScAreaLinksObj.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScAreaLinksObj.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScAreaLinksObj.java Mon Aug 1 04:31:52 2016 @@ -76,7 +76,7 @@ public class ScAreaLinksObj extends Test log.println( "creating a Spreadsheet document" ); xSheetDoc = SOF.createCalcDoc(null); } catch ( com.sun.star.uno.Exception e ) { - // Some exception occures.FAILED + // Some exception occured.FAILED e.printStackTrace( log ); throw new StatusException( "Couldn't create document", e ); } Modified: openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScAutoFormatsObj.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScAutoFormatsObj.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScAutoFormatsObj.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScAutoFormatsObj.java Mon Aug 1 04:31:52 2016 @@ -77,7 +77,7 @@ public class ScAutoFormatsObj extends Te log.println( "creating a Spreadsheet document" ); xSheetDoc = SOF.createCalcDoc(null); } catch ( com.sun.star.uno.Exception e ) { - // Some exception occures.FAILED + // Some exception occured.FAILED e.printStackTrace( log ); throw new StatusException( "Couldn't create document", e ); } Modified: openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScCellCursorObj.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScCellCursorObj.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScCellCursorObj.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScCellCursorObj.java Mon Aug 1 04:31:52 2016 @@ -116,7 +116,7 @@ public class ScCellCursorObj extends Tes log.println("creating a Spreadsheet document"); xSheetDoc = SOF.createCalcDoc(null); } catch (com.sun.star.uno.Exception e) { - // Some exception occures.FAILED + // Some exception occured.FAILED e.printStackTrace(log); throw new StatusException("Couldn't create document", e); } Modified: openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScCellFieldObj.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScCellFieldObj.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScCellFieldObj.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScCellFieldObj.java Mon Aug 1 04:31:52 2016 @@ -81,7 +81,7 @@ public class ScCellFieldObj extends Test log.println( "creating a Spreadsheet document" ); xSheetDoc = SOF.createCalcDoc(null); } catch ( com.sun.star.uno.Exception e ) { - // Some exception occures.FAILED + // Some exception occured.FAILED e.printStackTrace( log ); throw new StatusException( "Couldn't create document", e ); } Modified: openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScCellFieldsObj.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScCellFieldsObj.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScCellFieldsObj.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScCellFieldsObj.java Mon Aug 1 04:31:52 2016 @@ -76,7 +76,7 @@ public class ScCellFieldsObj extends Tes log.println( "creating a Spreadsheet document" ); xSheetDoc = SOF.createCalcDoc(null); } catch ( com.sun.star.uno.Exception e ) { - // Some exception occures.FAILED + // Some exception occured.FAILED e.printStackTrace( log ); throw new StatusException( "Couldn't create document", e ); } Modified: openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScCellFormatsEnumeration.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScCellFormatsEnumeration.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScCellFormatsEnumeration.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScCellFormatsEnumeration.java Mon Aug 1 04:31:52 2016 @@ -69,7 +69,7 @@ public class ScCellFormatsEnumeration ex log.println( "creating a sheetdocument" ); xSheetDoc = SOF.createCalcDoc(null); } catch (com.sun.star.uno.Exception e) { - // Some exception occures.FAILED + // Some exception occured.FAILED e.printStackTrace( log ); throw new StatusException( "Couldn't create document", e); } Modified: openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScCellFormatsObj.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScCellFormatsObj.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScCellFormatsObj.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScCellFormatsObj.java Mon Aug 1 04:31:52 2016 @@ -71,7 +71,7 @@ public class ScCellFormatsObj extends Te log.println( "creating a sheetdocument" ); xSheetDoc = SOF.createCalcDoc(null); } catch (com.sun.star.uno.Exception e) { - // Some exception occures.FAILED + // Some exception occured.FAILED e.printStackTrace( log ); throw new StatusException( "Couldn't create document", e ); } Modified: openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScCellObj.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScCellObj.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScCellObj.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScCellObj.java Mon Aug 1 04:31:52 2016 @@ -98,7 +98,7 @@ public class ScCellObj extends TestCase log.println( "Creating a Spreadsheet document" ); xSheetDoc = SOF.createCalcDoc(null); } catch ( com.sun.star.uno.Exception e ) { - // Some exception occures.FAILED + // Some exception occured.FAILED e.printStackTrace( log ); throw new StatusException( "Couldn't create document", e ); } Modified: openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScCellRangeObj.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScCellRangeObj.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScCellRangeObj.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScCellRangeObj.java Mon Aug 1 04:31:52 2016 @@ -103,7 +103,7 @@ public class ScCellRangeObj extends Test log.println("creating a Spreadsheet document"); xSheetDoc = SOF.createCalcDoc(null); } catch (com.sun.star.uno.Exception e) { - // Some exception occures.FAILED + // Some exception occured.FAILED e.printStackTrace(log); throw new StatusException("Couldn't create document", e); } Modified: openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScCellRangesObj.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScCellRangesObj.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScCellRangesObj.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScCellRangesObj.java Mon Aug 1 04:31:52 2016 @@ -102,7 +102,7 @@ public class ScCellRangesObj extends Tes log.println( "creating a sheetdocument" ); xSheetDoc = SOF.createCalcDoc(null); } catch (com.sun.star.uno.Exception e) { - // Some exception occures.FAILED + // Some exception occured.FAILED e.printStackTrace( log ); throw new StatusException( "Couldn't create document", e ); } Modified: openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScCellSearchObj.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScCellSearchObj.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScCellSearchObj.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScCellSearchObj.java Mon Aug 1 04:31:52 2016 @@ -78,7 +78,7 @@ public class ScCellSearchObj extends Tes log.println( "creating a sheetdocument" ); xSheetDoc = SOF.createCalcDoc(null); } catch (com.sun.star.uno.Exception e) { - // Some exception occures.FAILED + // Some exception occured.FAILED e.printStackTrace( log ); throw new StatusException( "Couldn't create document", e ); } Modified: openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScCellTextCursor.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScCellTextCursor.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScCellTextCursor.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScCellTextCursor.java Mon Aug 1 04:31:52 2016 @@ -106,7 +106,7 @@ public class ScCellTextCursor extends Te log.println( "creating a Spreadsheet document" ); xSheetDoc = SOF.createCalcDoc(null); } catch ( com.sun.star.uno.Exception e ) { - // Some exception occures.FAILED + // Some exception occured.FAILED e.printStackTrace( log ); throw new StatusException( "Couldn't create document", e ); } Modified: openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScCellsEnumeration.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScCellsEnumeration.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScCellsEnumeration.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScCellsEnumeration.java Mon Aug 1 04:31:52 2016 @@ -71,7 +71,7 @@ public class ScCellsEnumeration extends log.println( "creating a Spreadsheet document" ); xSheetDoc = SOF.createCalcDoc(null); } catch ( com.sun.star.uno.Exception e ) { - // Some exception occures.FAILED + // Some exception occured.FAILED e.printStackTrace( log ); throw new StatusException( "Couldn't create document", e ); } Modified: openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScCellsObj.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScCellsObj.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScCellsObj.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScCellsObj.java Mon Aug 1 04:31:52 2016 @@ -75,7 +75,7 @@ public class ScCellsObj extends TestCase log.println( "creating a sheetdocument" ); xSheetDoc = SOF.createCalcDoc(null); } catch (com.sun.star.uno.Exception e) { - // Some exception occures.FAILED + // Some exception occured.FAILED e.printStackTrace( log ); throw new StatusException( "Couldn't create document", e ); } Modified: openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScChartObj.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScChartObj.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScChartObj.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScChartObj.java Mon Aug 1 04:31:52 2016 @@ -81,7 +81,7 @@ public class ScChartObj extends TestCase log.println( "creating a sheetdocument" ); xSheetDoc = SOF.createCalcDoc(null); } catch (com.sun.star.uno.Exception e) { - // Some exception occures.FAILED + // Some exception occured.FAILED e.printStackTrace( log ); throw new StatusException( "Couldn't create document", e ); } Modified: openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScChartsObj.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScChartsObj.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScChartsObj.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScChartsObj.java Mon Aug 1 04:31:52 2016 @@ -82,7 +82,7 @@ public class ScChartsObj extends TestCas log.println( "creating a sheetdocument" ); xSheetDoc = SOF.createCalcDoc(null); } catch (com.sun.star.uno.Exception e) { - // Some exception occures.FAILED + // Some exception occured.FAILED e.printStackTrace( log ); throw new StatusException( "Couldn't create document", e ); } Modified: openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScConsolidationDescriptor.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScConsolidationDescriptor.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScConsolidationDescriptor.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScConsolidationDescriptor.java Mon Aug 1 04:31:52 2016 @@ -63,7 +63,7 @@ public class ScConsolidationDescriptor e log.println( "creating a sheetdocument" ); xSheetDoc = SOF.createCalcDoc(null); } catch (com.sun.star.uno.Exception e) { - // Some exception occures.FAILED + // Some exception occured.FAILED e.printStackTrace( log ); throw new StatusException( "Couldn't create document", e ); } Modified: openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScDDELinkObj.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScDDELinkObj.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScDDELinkObj.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScDDELinkObj.java Mon Aug 1 04:31:52 2016 @@ -78,7 +78,7 @@ public class ScDDELinkObj extends TestCa log.println( "creating a Spreadsheet document" ); xSheetDoc = SOF.createCalcDoc(null); } catch ( com.sun.star.uno.Exception e ) { - // Some exception occures.FAILED + // Some exception occured.FAILED e.printStackTrace( log ); throw new StatusException( "Couldn't create document", e ); } Modified: openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScDDELinksObj.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScDDELinksObj.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScDDELinksObj.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScDDELinksObj.java Mon Aug 1 04:31:52 2016 @@ -76,7 +76,7 @@ public class ScDDELinksObj extends TestC log.println( "creating a Spreadsheet document" ); xSheetDoc = SOF.createCalcDoc(null); } catch ( com.sun.star.uno.Exception e ) { - // Some exception occures.FAILED + // Some exception occured.FAILED e.printStackTrace( log ); throw new StatusException( "Couldn't create document", e ); } Modified: openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScDataPilotFieldGroupItemObj.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScDataPilotFieldGroupItemObj.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScDataPilotFieldGroupItemObj.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScDataPilotFieldGroupItemObj.java Mon Aug 1 04:31:52 2016 @@ -79,7 +79,7 @@ public class ScDataPilotFieldGroupItemOb } catch (com.sun.star.uno.Exception e) { - // Some exception occures.FAILED + // Some exception occured.FAILED e.printStackTrace (log); throw new StatusException ("Couldn't create document", e); } Modified: openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScDataPilotFieldGroupObj.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScDataPilotFieldGroupObj.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScDataPilotFieldGroupObj.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScDataPilotFieldGroupObj.java Mon Aug 1 04:31:52 2016 @@ -78,7 +78,7 @@ public class ScDataPilotFieldGroupObj ex } catch (com.sun.star.uno.Exception e) { - // Some exception occures.FAILED + // Some exception occured.FAILED e.printStackTrace (log); throw new StatusException ("Couldn't create document", e); } Modified: openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScDataPilotFieldGroupsObj.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScDataPilotFieldGroupsObj.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScDataPilotFieldGroupsObj.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScDataPilotFieldGroupsObj.java Mon Aug 1 04:31:52 2016 @@ -78,7 +78,7 @@ public class ScDataPilotFieldGroupsObj e } catch (com.sun.star.uno.Exception e) { - // Some exception occures.FAILED + // Some exception occured.FAILED e.printStackTrace (log); throw new StatusException ("Couldn't create document", e); } Modified: openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScDataPilotFieldObj.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScDataPilotFieldObj.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScDataPilotFieldObj.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScDataPilotFieldObj.java Mon Aug 1 04:31:52 2016 @@ -88,7 +88,7 @@ public class ScDataPilotFieldObj extends log.println("creating a Spreadsheet document"); xSheetDoc = SOF.createCalcDoc(null); } catch (com.sun.star.uno.Exception e) { - // Some exception occures.FAILED + // Some exception occured.FAILED e.printStackTrace(log); throw new StatusException("Couldn't create document", e); } Modified: openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScDataPilotFieldsObj.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScDataPilotFieldsObj.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScDataPilotFieldsObj.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScDataPilotFieldsObj.java Mon Aug 1 04:31:52 2016 @@ -74,7 +74,7 @@ public class ScDataPilotFieldsObj extend log.println( "creating a Spreadsheet document" ); xSheetDoc = SOF.createCalcDoc(null); } catch ( com.sun.star.uno.Exception e ) { - // Some exception occures.FAILED + // Some exception occured.FAILED e.printStackTrace( log ); throw new StatusException( "Couldn't create document", e ); } Modified: openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScDataPilotItemObj.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScDataPilotItemObj.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScDataPilotItemObj.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScDataPilotItemObj.java Mon Aug 1 04:31:52 2016 @@ -89,7 +89,7 @@ public class ScDataPilotItemObj extends log.println("creating a Spreadsheet document"); xSheetDoc = SOF.createCalcDoc(null); } catch (com.sun.star.uno.Exception e) { - // Some exception occures.FAILED + // Some exception occured.FAILED e.printStackTrace(log); throw new StatusException("Couldn't create document", e); } Modified: openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScDataPilotItemsObj.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScDataPilotItemsObj.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScDataPilotItemsObj.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScDataPilotItemsObj.java Mon Aug 1 04:31:52 2016 @@ -89,7 +89,7 @@ public class ScDataPilotItemsObj extends log.println("creating a Spreadsheet document"); xSheetDoc = SOF.createCalcDoc(null); } catch (com.sun.star.uno.Exception e) { - // Some exception occures.FAILED + // Some exception occured.FAILED e.printStackTrace(log); throw new StatusException("Couldn't create document", e); } Modified: openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScDataPilotTableObj.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScDataPilotTableObj.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScDataPilotTableObj.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScDataPilotTableObj.java Mon Aug 1 04:31:52 2016 @@ -80,7 +80,7 @@ public class ScDataPilotTableObj extends log.println( "creating a Spreadsheet document" ); xSheetDoc = SOF.createCalcDoc(null); } catch ( com.sun.star.uno.Exception e ) { - // Some exception occures.FAILED + // Some exception occured.FAILED e.printStackTrace( log ); throw new StatusException( "Couldn't create document", e ); } Modified: openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScDataPilotTablesObj.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScDataPilotTablesObj.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScDataPilotTablesObj.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScDataPilotTablesObj.java Mon Aug 1 04:31:52 2016 @@ -77,7 +77,7 @@ public class ScDataPilotTablesObj extend log.println( "creating a Spreadsheet document" ); xSheetDoc = SOF.createCalcDoc(null); } catch ( com.sun.star.uno.Exception e ) { - // Some exception occures.FAILED + // Some exception occured.FAILED e.printStackTrace( log ); throw new StatusException( "Couldn't create document", e ); }
