You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by da...@apache.org on 2016/08/01 04:31:57 UTC

svn commit: r1754701 [7/13] - in /openoffice/branches/gbuild-reintegration: ./ ext_libraries/apr-util/ ext_libraries/apr/ ext_sources/ main/ main/accessibility/inc/accessibility/standard/ main/autodoc/inc/ary/idl/ main/avmedia/source/framework/ main/ba...

Modified: openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScDatabaseRangeObj.java
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScDatabaseRangeObj.java?rev=1754701&r1=1754700&r2=1754701&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScDatabaseRangeObj.java (original)
+++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScDatabaseRangeObj.java Mon Aug  1 04:31:52 2016
@@ -88,7 +88,7 @@ public class ScDatabaseRangeObj 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/ScDatabaseRangesObj.java
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScDatabaseRangesObj.java?rev=1754701&r1=1754700&r2=1754701&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScDatabaseRangesObj.java (original)
+++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScDatabaseRangesObj.java Mon Aug  1 04:31:52 2016
@@ -72,7 +72,7 @@ public class ScDatabaseRangesObj 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/ScDocumentConfiguration.java
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScDocumentConfiguration.java?rev=1754701&r1=1754700&r2=1754701&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScDocumentConfiguration.java (original)
+++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScDocumentConfiguration.java Mon Aug  1 04:31:52 2016
@@ -50,7 +50,7 @@ public class ScDocumentConfiguration ext
             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/ScDrawPageObj.java
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScDrawPageObj.java?rev=1754701&r1=1754700&r2=1754701&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScDrawPageObj.java (original)
+++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScDrawPageObj.java Mon Aug  1 04:31:52 2016
@@ -61,7 +61,7 @@ public class ScDrawPageObj extends TestC
             log.println( "creating a sheetdocument" );
             xDoc = 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/ScDrawPagesObj.java
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScDrawPagesObj.java?rev=1754701&r1=1754700&r2=1754701&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScDrawPagesObj.java (original)
+++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScDrawPagesObj.java Mon Aug  1 04:31:52 2016
@@ -77,7 +77,7 @@ public class ScDrawPagesObj extends Test
             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/ScFilterDescriptorBase.java
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScFilterDescriptorBase.java?rev=1754701&r1=1754700&r2=1754701&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScFilterDescriptorBase.java (original)
+++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScFilterDescriptorBase.java Mon Aug  1 04:31:52 2016
@@ -75,7 +75,7 @@ public class ScFilterDescriptorBase exte
             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/ScFunctionDescriptionObj.java
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScFunctionDescriptionObj.java?rev=1754701&r1=1754700&r2=1754701&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScFunctionDescriptionObj.java (original)
+++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScFunctionDescriptionObj.java Mon Aug  1 04:31:52 2016
@@ -49,7 +49,7 @@ public class ScFunctionDescriptionObj 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/ScFunctionListObj.java
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScFunctionListObj.java?rev=1754701&r1=1754700&r2=1754701&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScFunctionListObj.java (original)
+++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScFunctionListObj.java Mon Aug  1 04:31:52 2016
@@ -70,7 +70,7 @@ public class ScFunctionListObj extends T
             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/ScHeaderFieldObj.java
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScHeaderFieldObj.java?rev=1754701&r1=1754700&r2=1754701&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScHeaderFieldObj.java (original)
+++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScHeaderFieldObj.java Mon Aug  1 04:31:52 2016
@@ -83,7 +83,7 @@ public class ScHeaderFieldObj extends Te
             log.println( "creating a Spreadsheet document" );
             xSpreadsheetDoc = 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/ScHeaderFieldsObj.java
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScHeaderFieldsObj.java?rev=1754701&r1=1754700&r2=1754701&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScHeaderFieldsObj.java (original)
+++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScHeaderFieldsObj.java Mon Aug  1 04:31:52 2016
@@ -79,7 +79,7 @@ public class ScHeaderFieldsObj extends T
             log.println( "creating a Spreadsheet document" );
             xSpreadsheetDoc = 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/ScHeaderFooterContentObj.java
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScHeaderFooterContentObj.java?rev=1754701&r1=1754700&r2=1754701&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScHeaderFooterContentObj.java (original)
+++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScHeaderFooterContentObj.java Mon Aug  1 04:31:52 2016
@@ -69,7 +69,7 @@ public class ScHeaderFooterContentObj ex
             log.println( "creating a Spreadsheet document" );
             xSpreadsheetDoc = 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/ScHeaderFooterTextCursor.java
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScHeaderFooterTextCursor.java?rev=1754701&r1=1754700&r2=1754701&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScHeaderFooterTextCursor.java (original)
+++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScHeaderFooterTextCursor.java Mon Aug  1 04:31:52 2016
@@ -108,7 +108,7 @@ public class ScHeaderFooterTextCursor ex
             log.println( "creating a Spreadsheet document" );
             xSpreadsheetDoc = 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/ScHeaderFooterTextObj.java
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScHeaderFooterTextObj.java?rev=1754701&r1=1754700&r2=1754701&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScHeaderFooterTextObj.java (original)
+++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScHeaderFooterTextObj.java Mon Aug  1 04:31:52 2016
@@ -97,7 +97,7 @@ public class ScHeaderFooterTextObj exten
             log.println( "creating a Spreadsheet document" );
             xSpreadsheetDoc = 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/ScImportDescriptorBase.java
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScImportDescriptorBase.java?rev=1754701&r1=1754700&r2=1754701&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScImportDescriptorBase.java (original)
+++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScImportDescriptorBase.java Mon Aug  1 04:31:52 2016
@@ -68,7 +68,7 @@ public class ScImportDescriptorBase exte
             log.println( "creating a Spreadsheet document" );
             xSpreadsheetDoc = 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/ScIndexEnumeration_CellAnnotationsEnumeration.java
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_CellAnnotationsEnumeration.java?rev=1754701&r1=1754700&r2=1754701&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_CellAnnotationsEnumeration.java (original)
+++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_CellAnnotationsEnumeration.java Mon Aug  1 04:31:52 2016
@@ -60,7 +60,7 @@ public class ScIndexEnumeration_CellAnno
             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/ScIndexEnumeration_CellAreaLinksEnumeration.java
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_CellAreaLinksEnumeration.java?rev=1754701&r1=1754700&r2=1754701&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_CellAreaLinksEnumeration.java (original)
+++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_CellAreaLinksEnumeration.java Mon Aug  1 04:31:52 2016
@@ -56,7 +56,7 @@ public class ScIndexEnumeration_CellArea
             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/ScIndexEnumeration_DDELinksEnumeration.java
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_DDELinksEnumeration.java?rev=1754701&r1=1754700&r2=1754701&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_DDELinksEnumeration.java (original)
+++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_DDELinksEnumeration.java Mon Aug  1 04:31:52 2016
@@ -59,7 +59,7 @@ public class ScIndexEnumeration_DDELinks
             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/ScIndexEnumeration_DataPilotFieldsEnumeration.java
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_DataPilotFieldsEnumeration.java?rev=1754701&r1=1754700&r2=1754701&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_DataPilotFieldsEnumeration.java (original)
+++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_DataPilotFieldsEnumeration.java Mon Aug  1 04:31:52 2016
@@ -61,7 +61,7 @@ public class ScIndexEnumeration_DataPilo
             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/ScIndexEnumeration_DataPilotItemsEnumeration.java
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_DataPilotItemsEnumeration.java?rev=1754701&r1=1754700&r2=1754701&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_DataPilotItemsEnumeration.java (original)
+++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_DataPilotItemsEnumeration.java Mon Aug  1 04:31:52 2016
@@ -91,7 +91,7 @@ public class ScIndexEnumeration_DataPilo
             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/ScIndexEnumeration_DataPilotTablesEnumeration.java
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_DataPilotTablesEnumeration.java?rev=1754701&r1=1754700&r2=1754701&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_DataPilotTablesEnumeration.java (original)
+++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_DataPilotTablesEnumeration.java Mon Aug  1 04:31:52 2016
@@ -61,7 +61,7 @@ public class ScIndexEnumeration_DataPilo
             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/ScIndexEnumeration_DatabaseRangesEnumeration.java
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_DatabaseRangesEnumeration.java?rev=1754701&r1=1754700&r2=1754701&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_DatabaseRangesEnumeration.java (original)
+++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_DatabaseRangesEnumeration.java Mon Aug  1 04:31:52 2016
@@ -57,7 +57,7 @@ public class ScIndexEnumeration_Database
             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/ScIndexEnumeration_FunctionDescriptionEnumeration.java
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_FunctionDescriptionEnumeration.java?rev=1754701&r1=1754700&r2=1754701&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_FunctionDescriptionEnumeration.java (original)
+++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_FunctionDescriptionEnumeration.java Mon Aug  1 04:31:52 2016
@@ -51,7 +51,7 @@ public class ScIndexEnumeration_Function
             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/ScIndexEnumeration_LabelRangesEnumeration.java
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_LabelRangesEnumeration.java?rev=1754701&r1=1754700&r2=1754701&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_LabelRangesEnumeration.java (original)
+++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_LabelRangesEnumeration.java Mon Aug  1 04:31:52 2016
@@ -55,7 +55,7 @@ public class ScIndexEnumeration_LabelRan
             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/ScIndexEnumeration_NamedRangesEnumeration.java
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_NamedRangesEnumeration.java?rev=1754701&r1=1754700&r2=1754701&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_NamedRangesEnumeration.java (original)
+++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_NamedRangesEnumeration.java Mon Aug  1 04:31:52 2016
@@ -55,7 +55,7 @@ public class ScIndexEnumeration_NamedRan
             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/ScIndexEnumeration_SheetCellRangesEnumeration.java
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_SheetCellRangesEnumeration.java?rev=1754701&r1=1754700&r2=1754701&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_SheetCellRangesEnumeration.java (original)
+++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_SheetCellRangesEnumeration.java Mon Aug  1 04:31:52 2016
@@ -59,7 +59,7 @@ public class ScIndexEnumeration_SheetCel
             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/ScIndexEnumeration_SheetLinksEnumeration.java
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_SheetLinksEnumeration.java?rev=1754701&r1=1754700&r2=1754701&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_SheetLinksEnumeration.java (original)
+++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_SheetLinksEnumeration.java Mon Aug  1 04:31:52 2016
@@ -58,7 +58,7 @@ public class ScIndexEnumeration_SheetLin
             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/ScIndexEnumeration_TableAutoFormatEnumeration.java
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_TableAutoFormatEnumeration.java?rev=1754701&r1=1754700&r2=1754701&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_TableAutoFormatEnumeration.java (original)
+++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_TableAutoFormatEnumeration.java Mon Aug  1 04:31:52 2016
@@ -52,7 +52,7 @@ public class ScIndexEnumeration_TableAut
             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/ScIndexEnumeration_TableChartsEnumeration.java
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_TableChartsEnumeration.java?rev=1754701&r1=1754700&r2=1754701&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_TableChartsEnumeration.java (original)
+++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_TableChartsEnumeration.java Mon Aug  1 04:31:52 2016
@@ -64,7 +64,7 @@ public class ScIndexEnumeration_TableCha
             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/ScIndexEnumeration_TableColumnsEnumeration.java
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_TableColumnsEnumeration.java?rev=1754701&r1=1754700&r2=1754701&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_TableColumnsEnumeration.java (original)
+++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_TableColumnsEnumeration.java Mon Aug  1 04:31:52 2016
@@ -59,7 +59,7 @@ public class ScIndexEnumeration_TableCol
             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/ScIndexEnumeration_TableConditionalEntryEnumeration.java
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_TableConditionalEntryEnumeration.java?rev=1754701&r1=1754700&r2=1754701&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_TableConditionalEntryEnumeration.java (original)
+++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_TableConditionalEntryEnumeration.java Mon Aug  1 04:31:52 2016
@@ -63,7 +63,7 @@ public class ScIndexEnumeration_TableCon
             log.println( "creating a sheetdocument" );
             xSpreadsheetDoc = 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/ScIndexEnumeration_TableRowsEnumeration.java
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_TableRowsEnumeration.java?rev=1754701&r1=1754700&r2=1754701&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_TableRowsEnumeration.java (original)
+++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_TableRowsEnumeration.java Mon Aug  1 04:31:52 2016
@@ -58,7 +58,7 @@ public class ScIndexEnumeration_TableRow
             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/ScIndexEnumeration_TextFieldEnumeration.java
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_TextFieldEnumeration.java?rev=1754701&r1=1754700&r2=1754701&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_TextFieldEnumeration.java (original)
+++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_TextFieldEnumeration.java Mon Aug  1 04:31:52 2016
@@ -71,7 +71,7 @@ public class ScIndexEnumeration_TextFiel
             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/ScLabelRangeObj.java
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScLabelRangeObj.java?rev=1754701&r1=1754700&r2=1754701&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScLabelRangeObj.java (original)
+++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScLabelRangeObj.java Mon Aug  1 04:31:52 2016
@@ -68,7 +68,7 @@ public class ScLabelRangeObj 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/ScLabelRangesObj.java
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScLabelRangesObj.java?rev=1754701&r1=1754700&r2=1754701&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScLabelRangesObj.java (original)
+++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScLabelRangesObj.java Mon Aug  1 04:31:52 2016
@@ -71,7 +71,7 @@ public class ScLabelRangesObj 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/ScNamedRangeObj.java
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScNamedRangeObj.java?rev=1754701&r1=1754700&r2=1754701&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScNamedRangeObj.java (original)
+++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScNamedRangeObj.java Mon Aug  1 04:31:52 2016
@@ -73,7 +73,7 @@ public class ScNamedRangeObj 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/ScNamedRangesObj.java
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScNamedRangesObj.java?rev=1754701&r1=1754700&r2=1754701&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScNamedRangesObj.java (original)
+++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScNamedRangesObj.java Mon Aug  1 04:31:52 2016
@@ -76,7 +76,7 @@ public class ScNamedRangesObj 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/ScRecentFunctionsObj.java
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScRecentFunctionsObj.java?rev=1754701&r1=1754700&r2=1754701&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScRecentFunctionsObj.java (original)
+++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScRecentFunctionsObj.java Mon Aug  1 04:31:52 2016
@@ -62,7 +62,7 @@ public class ScRecentFunctionsObj 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/ScShapeObj.java
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScShapeObj.java?rev=1754701&r1=1754700&r2=1754701&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScShapeObj.java (original)
+++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScShapeObj.java Mon Aug  1 04:31:52 2016
@@ -50,7 +50,7 @@ public class ScShapeObj extends TestCase
             log.println( "creating a sheetdoc" );
             xSheetDoc = (XComponent) UnoRuntime.queryInterface(XComponent.class, 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/ScSheetLinkObj.java
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScSheetLinkObj.java?rev=1754701&r1=1754700&r2=1754701&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScSheetLinkObj.java (original)
+++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScSheetLinkObj.java Mon Aug  1 04:31:52 2016
@@ -83,7 +83,7 @@ public class ScSheetLinkObj 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/ScSheetLinksObj.java
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScSheetLinksObj.java?rev=1754701&r1=1754700&r2=1754701&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScSheetLinksObj.java (original)
+++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScSheetLinksObj.java Mon Aug  1 04:31:52 2016
@@ -71,7 +71,7 @@ public class ScSheetLinksObj 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/ScSortDescriptorBase.java
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScSortDescriptorBase.java?rev=1754701&r1=1754700&r2=1754701&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScSortDescriptorBase.java (original)
+++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScSortDescriptorBase.java Mon Aug  1 04:31:52 2016
@@ -70,7 +70,7 @@ public class ScSortDescriptorBase extend
             log.println( "creating a Spreadsheet document" );
             xSpreadsheetDoc = 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/ScSpreadsheetSettingsObj.java
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScSpreadsheetSettingsObj.java?rev=1754701&r1=1754700&r2=1754701&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScSpreadsheetSettingsObj.java (original)
+++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScSpreadsheetSettingsObj.java Mon Aug  1 04:31:52 2016
@@ -63,7 +63,7 @@ public class ScSpreadsheetSettingsObj 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/ScStyleFamiliesObj.java
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScStyleFamiliesObj.java?rev=1754701&r1=1754700&r2=1754701&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScStyleFamiliesObj.java (original)
+++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScStyleFamiliesObj.java Mon Aug  1 04:31:52 2016
@@ -68,7 +68,7 @@ public class ScStyleFamiliesObj extends
             log.println( "creating a Spreadsheet document" );
             xSpreadsheetDoc = 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/ScStyleFamilyObj.java
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScStyleFamilyObj.java?rev=1754701&r1=1754700&r2=1754701&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScStyleFamilyObj.java (original)
+++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScStyleFamilyObj.java Mon Aug  1 04:31:52 2016
@@ -79,7 +79,7 @@ public class ScStyleFamilyObj extends Te
             log.println( "creating a Spreadsheet document" );
             xSpreadsheetDoc = 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/ScStyleObj.java
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScStyleObj.java?rev=1754701&r1=1754700&r2=1754701&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScStyleObj.java (original)
+++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScStyleObj.java Mon Aug  1 04:31:52 2016
@@ -81,7 +81,7 @@ public class ScStyleObj extends TestCase
             log.println( "creating a Spreadsheet document" );
             xSpreadsheetDoc = 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/ScTableColumnObj.java
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScTableColumnObj.java?rev=1754701&r1=1754700&r2=1754701&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScTableColumnObj.java (original)
+++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScTableColumnObj.java Mon Aug  1 04:31:52 2016
@@ -78,7 +78,7 @@ public class ScTableColumnObj 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/ScTableColumnsObj.java
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScTableColumnsObj.java?rev=1754701&r1=1754700&r2=1754701&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScTableColumnsObj.java (original)
+++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScTableColumnsObj.java Mon Aug  1 04:31:52 2016
@@ -79,7 +79,7 @@ public class ScTableColumnsObj extends T
             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/ScTableConditionalEntry.java
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScTableConditionalEntry.java?rev=1754701&r1=1754700&r2=1754701&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScTableConditionalEntry.java (original)
+++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScTableConditionalEntry.java Mon Aug  1 04:31:52 2016
@@ -77,7 +77,7 @@ public class ScTableConditionalEntry ext
             log.println( "creating a sheetdocument" );
             xSpreadsheetDoc = 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/ScTableConditionalFormat.java
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScTableConditionalFormat.java?rev=1754701&r1=1754700&r2=1754701&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScTableConditionalFormat.java (original)
+++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScTableConditionalFormat.java Mon Aug  1 04:31:52 2016
@@ -82,7 +82,7 @@ public class ScTableConditionalFormat ex
             log.println( "creating a sheetdocument" );
             xSpreadsheetDoc = 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/ScTableRowObj.java
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScTableRowObj.java?rev=1754701&r1=1754700&r2=1754701&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScTableRowObj.java (original)
+++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScTableRowObj.java Mon Aug  1 04:31:52 2016
@@ -75,7 +75,7 @@ public class ScTableRowObj extends TestC
             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/ScTableRowsObj.java
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScTableRowsObj.java?rev=1754701&r1=1754700&r2=1754701&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScTableRowsObj.java (original)
+++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScTableRowsObj.java Mon Aug  1 04:31:52 2016
@@ -75,7 +75,7 @@ public class ScTableRowsObj 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/ScTableSheetObj.java
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScTableSheetObj.java?rev=1754701&r1=1754700&r2=1754701&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScTableSheetObj.java (original)
+++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScTableSheetObj.java Mon Aug  1 04:31:52 2016
@@ -140,7 +140,7 @@ public class ScTableSheetObj 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/ScTableValidationObj.java
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScTableValidationObj.java?rev=1754701&r1=1754700&r2=1754701&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScTableValidationObj.java (original)
+++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScTableValidationObj.java Mon Aug  1 04:31:52 2016
@@ -73,7 +73,7 @@ public class ScTableValidationObj extend
             log.println( "creating a sheetdocument" );
             xSpreadsheetDoc = 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/ScUniqueCellFormatsEnumeration.java
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScUniqueCellFormatsEnumeration.java?rev=1754701&r1=1754700&r2=1754701&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScUniqueCellFormatsEnumeration.java (original)
+++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScUniqueCellFormatsEnumeration.java Mon Aug  1 04:31:52 2016
@@ -61,7 +61,7 @@ public class ScUniqueCellFormatsEnumerat
             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/ScUniqueCellFormatsObj.java
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScUniqueCellFormatsObj.java?rev=1754701&r1=1754700&r2=1754701&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScUniqueCellFormatsObj.java (original)
+++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/ScUniqueCellFormatsObj.java Mon Aug  1 04:31:52 2016
@@ -60,7 +60,7 @@ public class ScUniqueCellFormatsObj exte
             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/XMLContentExporter.java
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/XMLContentExporter.java?rev=1754701&r1=1754700&r2=1754701&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/XMLContentExporter.java (original)
+++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/XMLContentExporter.java Mon Aug  1 04:31:52 2016
@@ -84,7 +84,7 @@ public class XMLContentExporter extends
             xSheetDoc = SOF.openDoc("scalc","_blank");
 
         } 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/XMLContentImporter.java
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/XMLContentImporter.java?rev=1754701&r1=1754700&r2=1754701&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/XMLContentImporter.java (original)
+++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/XMLContentImporter.java Mon Aug  1 04:31:52 2016
@@ -81,7 +81,7 @@ public class XMLContentImporter extends
             comp = (XComponent) UnoRuntime.queryInterface
                 (XComponent.class, xSheetDoc) ;
         } 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/XMLExporter.java
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/XMLExporter.java?rev=1754701&r1=1754700&r2=1754701&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/XMLExporter.java (original)
+++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/XMLExporter.java Mon Aug  1 04:31:52 2016
@@ -81,7 +81,7 @@ public class XMLExporter extends TestCas
             log.println( "creating a calc document" );
             xSheetDoc = SOF.openDoc("scalc","_blank");
         } 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/XMLImporter.java
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/XMLImporter.java?rev=1754701&r1=1754700&r2=1754701&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/XMLImporter.java (original)
+++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/XMLImporter.java Mon Aug  1 04:31:52 2016
@@ -80,7 +80,7 @@ public class XMLImporter extends TestCas
             xSheetDoc = (XComponent) UnoRuntime.queryInterface
                 (XComponent.class, xSpreadsheetDoc);
         } 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/XMLMetaExporter.java
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/XMLMetaExporter.java?rev=1754701&r1=1754700&r2=1754701&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/XMLMetaExporter.java (original)
+++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/XMLMetaExporter.java Mon Aug  1 04:31:52 2016
@@ -80,7 +80,7 @@ public class XMLMetaExporter extends Tes
             log.println( "creating a calc document" );
             xSheetDoc = SOF.openDoc("scalc","_blank");
         } 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/XMLMetaImporter.java
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/XMLMetaImporter.java?rev=1754701&r1=1754700&r2=1754701&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/XMLMetaImporter.java (original)
+++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/XMLMetaImporter.java Mon Aug  1 04:31:52 2016
@@ -82,7 +82,7 @@ public class XMLMetaImporter extends Tes
             comp = (XComponent) UnoRuntime.queryInterface
                 (XComponent.class, xSheetDoc) ;
         } 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/XMLSettingsExporter.java
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/XMLSettingsExporter.java?rev=1754701&r1=1754700&r2=1754701&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/XMLSettingsExporter.java (original)
+++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/XMLSettingsExporter.java Mon Aug  1 04:31:52 2016
@@ -80,7 +80,7 @@ public class XMLSettingsExporter extends
             log.println( "creating a calc document" );
             xSheetDoc = SOF.openDoc("scalc","_blank");
         } 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/XMLSettingsImporter.java
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/XMLSettingsImporter.java?rev=1754701&r1=1754700&r2=1754701&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/XMLSettingsImporter.java (original)
+++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/XMLSettingsImporter.java Mon Aug  1 04:31:52 2016
@@ -83,7 +83,7 @@ public class XMLSettingsImporter extends
             comp = (XComponent) UnoRuntime.queryInterface
                 (XComponent.class, xSheetDoc) ;
         } 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/XMLStylesExporter.java
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/XMLStylesExporter.java?rev=1754701&r1=1754700&r2=1754701&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/XMLStylesExporter.java (original)
+++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/XMLStylesExporter.java Mon Aug  1 04:31:52 2016
@@ -82,7 +82,7 @@ public class XMLStylesExporter extends T
             log.println( "creating a calc document" );
             xSheetDoc = SOF.openDoc("scalc","_blank");
         } 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/XMLStylesImporter.java
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/XMLStylesImporter.java?rev=1754701&r1=1754700&r2=1754701&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/XMLStylesImporter.java (original)
+++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sc/XMLStylesImporter.java Mon Aug  1 04:31:52 2016
@@ -82,7 +82,7 @@ public class XMLStylesImporter extends T
             comp = (XComponent) UnoRuntime.queryInterface
                 (XComponent.class, xSheetDoc) ;
         } 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/_sch/AccArea.java
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sch/AccArea.java?rev=1754701&r1=1754700&r2=1754701&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sch/AccArea.java (original)
+++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sch/AccArea.java Mon Aug  1 04:31:52 2016
@@ -57,7 +57,7 @@ public class AccArea extends TestCase {
             log.println( "creating a chartdocument" );
             xChartDoc = SOF.createChartDoc(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/_sch/AccAxis.java
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sch/AccAxis.java?rev=1754701&r1=1754700&r2=1754701&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sch/AccAxis.java (original)
+++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sch/AccAxis.java Mon Aug  1 04:31:52 2016
@@ -57,7 +57,7 @@ public class AccAxis extends TestCase {
             log.println( "creating a chartdocument" );
             xChartDoc = SOF.createChartDoc(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/_sch/AccDataPoint.java
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sch/AccDataPoint.java?rev=1754701&r1=1754700&r2=1754701&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sch/AccDataPoint.java (original)
+++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sch/AccDataPoint.java Mon Aug  1 04:31:52 2016
@@ -57,7 +57,7 @@ public class AccDataPoint extends TestCa
             log.println( "creating a chartdocument" );
             xChartDoc = SOF.createChartDoc(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/_sch/AccDataSeries.java
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sch/AccDataSeries.java?rev=1754701&r1=1754700&r2=1754701&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sch/AccDataSeries.java (original)
+++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sch/AccDataSeries.java Mon Aug  1 04:31:52 2016
@@ -57,7 +57,7 @@ public class AccDataSeries extends TestC
             log.println( "creating a chartdocument" );
             xChartDoc = SOF.createChartDoc(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/_sch/AccDiagram.java
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sch/AccDiagram.java?rev=1754701&r1=1754700&r2=1754701&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sch/AccDiagram.java (original)
+++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sch/AccDiagram.java Mon Aug  1 04:31:52 2016
@@ -57,7 +57,7 @@ public class AccDiagram extends TestCase
             log.println( "creating a chartdocument" );
             xChartDoc = SOF.createChartDoc(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/_sch/AccFloor.java
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sch/AccFloor.java?rev=1754701&r1=1754700&r2=1754701&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sch/AccFloor.java (original)
+++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sch/AccFloor.java Mon Aug  1 04:31:52 2016
@@ -58,7 +58,7 @@ public class AccFloor extends TestCase {
             log.println( "creating a chartdocument" );
             xChartDoc = SOF.createChartDoc(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/_sch/AccGrid.java
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sch/AccGrid.java?rev=1754701&r1=1754700&r2=1754701&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sch/AccGrid.java (original)
+++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sch/AccGrid.java Mon Aug  1 04:31:52 2016
@@ -57,7 +57,7 @@ public class AccGrid extends TestCase {
             log.println( "creating a chartdocument" );
             xChartDoc = SOF.createChartDoc(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/_sch/AccLegend.java
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sch/AccLegend.java?rev=1754701&r1=1754700&r2=1754701&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sch/AccLegend.java (original)
+++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sch/AccLegend.java Mon Aug  1 04:31:52 2016
@@ -57,7 +57,7 @@ public class AccLegend extends TestCase
             log.println( "creating a chartdocument" );
             xChartDoc = SOF.createChartDoc(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/_sch/AccLegendEntry.java
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sch/AccLegendEntry.java?rev=1754701&r1=1754700&r2=1754701&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sch/AccLegendEntry.java (original)
+++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sch/AccLegendEntry.java Mon Aug  1 04:31:52 2016
@@ -57,7 +57,7 @@ public class AccLegendEntry extends Test
             log.println( "creating a chartdocument" );
             xChartDoc = SOF.createChartDoc(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/_sch/AccStatisticsObject.java
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sch/AccStatisticsObject.java?rev=1754701&r1=1754700&r2=1754701&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sch/AccStatisticsObject.java (original)
+++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sch/AccStatisticsObject.java Mon Aug  1 04:31:52 2016
@@ -62,7 +62,7 @@ public class AccStatisticsObject extends
                 UnoRuntime.queryInterface(XPropertySet.class, xChartDoc.getDiagram());
             diagProps.setPropertyValue("MeanValue",new Boolean(true));
         } 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/_sch/AccTitle.java
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sch/AccTitle.java?rev=1754701&r1=1754700&r2=1754701&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sch/AccTitle.java (original)
+++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sch/AccTitle.java Mon Aug  1 04:31:52 2016
@@ -57,7 +57,7 @@ public class AccTitle extends TestCase {
             log.println( "creating a chartdocument" );
             xChartDoc = SOF.createChartDoc(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/_sch/AccWall.java
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sch/AccWall.java?rev=1754701&r1=1754700&r2=1754701&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sch/AccWall.java (original)
+++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sch/AccWall.java Mon Aug  1 04:31:52 2016
@@ -58,7 +58,7 @@ public class AccWall extends TestCase {
             log.println( "creating a chartdocument" );
             xChartDoc = SOF.createChartDoc(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/_sch/AccessibleDocumentView.java
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sch/AccessibleDocumentView.java?rev=1754701&r1=1754700&r2=1754701&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sch/AccessibleDocumentView.java (original)
+++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sch/AccessibleDocumentView.java Mon Aug  1 04:31:52 2016
@@ -120,7 +120,7 @@ public class AccessibleDocumentView exte
             log.println( "creating a chartdocument" );
             xChartDoc = SOF.createChartDoc(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/_sch/ChXChartAxis.java
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sch/ChXChartAxis.java?rev=1754701&r1=1754700&r2=1754701&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sch/ChXChartAxis.java (original)
+++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sch/ChXChartAxis.java Mon Aug  1 04:31:52 2016
@@ -72,7 +72,7 @@ public class ChXChartAxis extends TestCa
             log.println( "creating a chartdocument" );
             xChartDoc = SOF.createChartDoc(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/_sch/ChXChartData.java
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sch/ChXChartData.java?rev=1754701&r1=1754700&r2=1754701&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sch/ChXChartData.java (original)
+++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sch/ChXChartData.java Mon Aug  1 04:31:52 2016
@@ -59,7 +59,7 @@ public class ChXChartData extends TestCa
             log.println( "creating a chartdocument" );
             xChartDoc = SOF.createChartDoc(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/_sch/ChXChartDataArray.java
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sch/ChXChartDataArray.java?rev=1754701&r1=1754700&r2=1754701&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sch/ChXChartDataArray.java (original)
+++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sch/ChXChartDataArray.java Mon Aug  1 04:31:52 2016
@@ -62,7 +62,7 @@ public class ChXChartDataArray extends T
             log.println( "creating a chartdocument" );
             xChartDoc = SOF.createChartDoc(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/_sch/ChXChartDocument.java
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sch/ChXChartDocument.java?rev=1754701&r1=1754700&r2=1754701&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sch/ChXChartDocument.java (original)
+++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sch/ChXChartDocument.java Mon Aug  1 04:31:52 2016
@@ -123,7 +123,7 @@ public class ChXChartDocument extends Te
             log.println("Waiting before opening second document");
             doc2 = SOF.createChartDoc(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/_sch/ChXChartView.java
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sch/ChXChartView.java?rev=1754701&r1=1754700&r2=1754701&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sch/ChXChartView.java (original)
+++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sch/ChXChartView.java Mon Aug  1 04:31:52 2016
@@ -70,7 +70,7 @@ public class ChXChartView extends TestCa
             log.println( "creating a chartdocument" );
             xChartDoc = SOF.createChartDoc(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/_sch/ChXDataPoint.java
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sch/ChXDataPoint.java?rev=1754701&r1=1754700&r2=1754701&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sch/ChXDataPoint.java (original)
+++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sch/ChXDataPoint.java Mon Aug  1 04:31:52 2016
@@ -87,7 +87,7 @@ public class ChXDataPoint extends TestCa
             xChartDoc = (XChartDocument)
                 UnoRuntime.queryInterface(XChartDocument.class,xComp);
         } 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 );
         }
@@ -134,7 +134,7 @@ public class ChXDataPoint extends TestCa
             oDiagram = (XDiagram) xChartDoc.getDiagram();
             oObj = (XPropertySet) oDiagram.getDataPointProperties(1,1);
         } catch (com.sun.star.lang.IndexOutOfBoundsException e) {
-            // Some exception occures.FAILED
+            // Some exception occured.FAILED
             e.printStackTrace( log );
             throw new StatusException( "Couldn't get ChXDataRowPoint_Point", e );
         }