Modified: openoffice/trunk/main/qadevOOo/tests/java/mod/_forms/ORadioButtonControl.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_forms/ORadioButtonControl.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_forms/ORadioButtonControl.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_forms/ORadioButtonControl.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_forms/OTimeControl.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_forms/OTimeControl.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_forms/OTimeControl.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_forms/OTimeControl.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_fwk/Desktop.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_fwk/Desktop.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_fwk/Desktop.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_fwk/Desktop.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_fwk/DocumentProperties.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_fwk/DocumentProperties.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_fwk/DocumentProperties.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_fwk/DocumentProperties.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_fwk/Frame.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_fwk/Frame.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_fwk/Frame.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_fwk/Frame.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_i18n/BreakIterator.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_i18n/BreakIterator.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_i18n/BreakIterator.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_i18n/BreakIterator.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sc/AccessibleEditableTextPara_PreviewCell.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/AccessibleEditableTextPara_PreviewCell.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/AccessibleEditableTextPara_PreviewCell.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/AccessibleEditableTextPara_PreviewCell.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sc/ScAccessiblePreviewCell.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScAccessiblePreviewCell.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScAccessiblePreviewCell.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScAccessiblePreviewCell.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sc/ScAccessiblePreviewHeaderCell.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScAccessiblePreviewHeaderCell.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScAccessiblePreviewHeaderCell.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScAccessiblePreviewHeaderCell.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sc/ScAccessiblePreviewTable.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScAccessiblePreviewTable.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScAccessiblePreviewTable.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScAccessiblePreviewTable.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sc/ScAccessibleSpreadsheet.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScAccessibleSpreadsheet.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScAccessibleSpreadsheet.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScAccessibleSpreadsheet.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sc/ScAnnotationObj.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScAnnotationObj.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScAnnotationObj.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScAnnotationObj.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sc/ScAnnotationShapeObj.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScAnnotationShapeObj.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScAnnotationShapeObj.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScAnnotationShapeObj.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sc/ScAnnotationTextCursor.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScAnnotationTextCursor.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScAnnotationTextCursor.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScAnnotationTextCursor.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sc/ScAnnotationsObj.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScAnnotationsObj.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScAnnotationsObj.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScAnnotationsObj.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sc/ScAreaLinkObj.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScAreaLinkObj.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScAreaLinkObj.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScAreaLinkObj.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sc/ScAreaLinksObj.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScAreaLinksObj.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScAreaLinksObj.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScAreaLinksObj.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sc/ScAutoFormatsObj.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScAutoFormatsObj.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScAutoFormatsObj.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScAutoFormatsObj.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sc/ScCellCursorObj.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScCellCursorObj.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScCellCursorObj.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScCellCursorObj.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sc/ScCellFieldObj.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScCellFieldObj.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScCellFieldObj.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScCellFieldObj.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sc/ScCellFieldsObj.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScCellFieldsObj.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScCellFieldsObj.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScCellFieldsObj.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sc/ScCellFormatsEnumeration.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScCellFormatsEnumeration.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScCellFormatsEnumeration.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScCellFormatsEnumeration.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sc/ScCellFormatsObj.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScCellFormatsObj.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScCellFormatsObj.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScCellFormatsObj.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sc/ScCellObj.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScCellObj.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScCellObj.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScCellObj.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sc/ScCellRangeObj.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScCellRangeObj.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScCellRangeObj.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScCellRangeObj.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sc/ScCellRangesObj.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScCellRangesObj.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScCellRangesObj.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScCellRangesObj.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sc/ScCellSearchObj.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScCellSearchObj.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScCellSearchObj.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScCellSearchObj.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sc/ScCellTextCursor.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScCellTextCursor.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScCellTextCursor.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScCellTextCursor.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sc/ScCellsEnumeration.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScCellsEnumeration.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScCellsEnumeration.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScCellsEnumeration.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sc/ScCellsObj.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScCellsObj.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScCellsObj.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScCellsObj.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sc/ScChartObj.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScChartObj.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScChartObj.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScChartObj.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sc/ScChartsObj.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScChartsObj.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScChartsObj.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScChartsObj.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sc/ScConsolidationDescriptor.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScConsolidationDescriptor.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScConsolidationDescriptor.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScConsolidationDescriptor.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sc/ScDDELinkObj.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScDDELinkObj.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScDDELinkObj.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScDDELinkObj.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sc/ScDDELinksObj.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScDDELinksObj.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScDDELinksObj.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScDDELinksObj.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sc/ScDataPilotFieldGroupItemObj.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScDataPilotFieldGroupItemObj.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScDataPilotFieldGroupItemObj.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScDataPilotFieldGroupItemObj.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sc/ScDataPilotFieldGroupObj.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScDataPilotFieldGroupObj.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScDataPilotFieldGroupObj.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScDataPilotFieldGroupObj.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sc/ScDataPilotFieldGroupsObj.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScDataPilotFieldGroupsObj.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScDataPilotFieldGroupsObj.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScDataPilotFieldGroupsObj.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sc/ScDataPilotFieldObj.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScDataPilotFieldObj.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScDataPilotFieldObj.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScDataPilotFieldObj.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sc/ScDataPilotFieldsObj.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScDataPilotFieldsObj.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScDataPilotFieldsObj.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScDataPilotFieldsObj.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sc/ScDataPilotItemObj.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScDataPilotItemObj.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScDataPilotItemObj.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScDataPilotItemObj.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sc/ScDataPilotItemsObj.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScDataPilotItemsObj.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScDataPilotItemsObj.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScDataPilotItemsObj.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sc/ScDataPilotTableObj.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScDataPilotTableObj.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScDataPilotTableObj.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScDataPilotTableObj.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sc/ScDataPilotTablesObj.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScDataPilotTablesObj.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScDataPilotTablesObj.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScDataPilotTablesObj.java Sun May 22 01:05:14 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 ); } Modified: openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScDatabaseRangeObj.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScDatabaseRangeObj.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScDatabaseRangeObj.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScDatabaseRangeObj.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sc/ScDatabaseRangesObj.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScDatabaseRangesObj.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScDatabaseRangesObj.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScDatabaseRangesObj.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sc/ScDocumentConfiguration.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScDocumentConfiguration.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScDocumentConfiguration.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScDocumentConfiguration.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sc/ScDrawPageObj.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScDrawPageObj.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScDrawPageObj.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScDrawPageObj.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sc/ScDrawPagesObj.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScDrawPagesObj.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScDrawPagesObj.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScDrawPagesObj.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sc/ScFilterDescriptorBase.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScFilterDescriptorBase.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScFilterDescriptorBase.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScFilterDescriptorBase.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sc/ScFunctionDescriptionObj.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScFunctionDescriptionObj.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScFunctionDescriptionObj.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScFunctionDescriptionObj.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sc/ScFunctionListObj.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScFunctionListObj.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScFunctionListObj.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScFunctionListObj.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sc/ScHeaderFieldObj.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScHeaderFieldObj.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScHeaderFieldObj.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScHeaderFieldObj.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sc/ScHeaderFieldsObj.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScHeaderFieldsObj.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScHeaderFieldsObj.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScHeaderFieldsObj.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sc/ScHeaderFooterContentObj.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScHeaderFooterContentObj.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScHeaderFooterContentObj.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScHeaderFooterContentObj.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sc/ScHeaderFooterTextCursor.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScHeaderFooterTextCursor.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScHeaderFooterTextCursor.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScHeaderFooterTextCursor.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sc/ScHeaderFooterTextObj.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScHeaderFooterTextObj.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScHeaderFooterTextObj.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScHeaderFooterTextObj.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sc/ScImportDescriptorBase.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScImportDescriptorBase.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScImportDescriptorBase.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScImportDescriptorBase.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_CellAnnotationsEnumeration.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_CellAnnotationsEnumeration.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_CellAnnotationsEnumeration.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_CellAnnotationsEnumeration.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_CellAreaLinksEnumeration.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_CellAreaLinksEnumeration.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_CellAreaLinksEnumeration.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_CellAreaLinksEnumeration.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_DDELinksEnumeration.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_DDELinksEnumeration.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_DDELinksEnumeration.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_DDELinksEnumeration.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_DataPilotFieldsEnumeration.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_DataPilotFieldsEnumeration.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_DataPilotFieldsEnumeration.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_DataPilotFieldsEnumeration.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_DataPilotItemsEnumeration.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_DataPilotItemsEnumeration.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_DataPilotItemsEnumeration.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_DataPilotItemsEnumeration.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_DataPilotTablesEnumeration.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_DataPilotTablesEnumeration.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_DataPilotTablesEnumeration.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_DataPilotTablesEnumeration.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_DatabaseRangesEnumeration.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_DatabaseRangesEnumeration.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_DatabaseRangesEnumeration.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_DatabaseRangesEnumeration.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_FunctionDescriptionEnumeration.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_FunctionDescriptionEnumeration.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_FunctionDescriptionEnumeration.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_FunctionDescriptionEnumeration.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_LabelRangesEnumeration.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_LabelRangesEnumeration.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_LabelRangesEnumeration.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_LabelRangesEnumeration.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_NamedRangesEnumeration.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_NamedRangesEnumeration.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_NamedRangesEnumeration.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_NamedRangesEnumeration.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_SheetCellRangesEnumeration.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_SheetCellRangesEnumeration.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_SheetCellRangesEnumeration.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_SheetCellRangesEnumeration.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_SheetLinksEnumeration.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_SheetLinksEnumeration.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_SheetLinksEnumeration.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_SheetLinksEnumeration.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_TableAutoFormatEnumeration.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_TableAutoFormatEnumeration.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_TableAutoFormatEnumeration.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_TableAutoFormatEnumeration.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_TableChartsEnumeration.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_TableChartsEnumeration.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_TableChartsEnumeration.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_TableChartsEnumeration.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_TableColumnsEnumeration.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_TableColumnsEnumeration.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_TableColumnsEnumeration.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_TableColumnsEnumeration.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_TableConditionalEntryEnumeration.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_TableConditionalEntryEnumeration.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_TableConditionalEntryEnumeration.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_TableConditionalEntryEnumeration.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_TableRowsEnumeration.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_TableRowsEnumeration.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_TableRowsEnumeration.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_TableRowsEnumeration.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_TextFieldEnumeration.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_TextFieldEnumeration.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_TextFieldEnumeration.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_TextFieldEnumeration.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sc/ScLabelRangeObj.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScLabelRangeObj.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScLabelRangeObj.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScLabelRangeObj.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sc/ScLabelRangesObj.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScLabelRangesObj.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScLabelRangesObj.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScLabelRangesObj.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sc/ScNamedRangeObj.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScNamedRangeObj.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScNamedRangeObj.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScNamedRangeObj.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sc/ScNamedRangesObj.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScNamedRangesObj.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScNamedRangesObj.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScNamedRangesObj.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sc/ScRecentFunctionsObj.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScRecentFunctionsObj.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScRecentFunctionsObj.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScRecentFunctionsObj.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sc/ScShapeObj.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScShapeObj.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScShapeObj.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScShapeObj.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sc/ScSheetLinkObj.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScSheetLinkObj.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScSheetLinkObj.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScSheetLinkObj.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sc/ScSheetLinksObj.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScSheetLinksObj.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScSheetLinksObj.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScSheetLinksObj.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sc/ScSortDescriptorBase.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScSortDescriptorBase.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScSortDescriptorBase.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScSortDescriptorBase.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sc/ScSpreadsheetSettingsObj.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScSpreadsheetSettingsObj.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScSpreadsheetSettingsObj.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScSpreadsheetSettingsObj.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sc/ScStyleFamiliesObj.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScStyleFamiliesObj.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScStyleFamiliesObj.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScStyleFamiliesObj.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sc/ScStyleFamilyObj.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScStyleFamilyObj.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScStyleFamilyObj.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScStyleFamilyObj.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sc/ScStyleObj.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScStyleObj.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScStyleObj.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScStyleObj.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sc/ScTableColumnObj.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScTableColumnObj.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScTableColumnObj.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScTableColumnObj.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sc/ScTableColumnsObj.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScTableColumnsObj.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScTableColumnsObj.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScTableColumnsObj.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sc/ScTableConditionalEntry.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScTableConditionalEntry.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScTableConditionalEntry.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScTableConditionalEntry.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sc/ScTableConditionalFormat.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScTableConditionalFormat.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScTableConditionalFormat.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScTableConditionalFormat.java Sun May 22 01:05:14 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 ); }