Modified: openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScTableRowObj.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScTableRowObj.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScTableRowObj.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScTableRowObj.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sc/ScTableRowsObj.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScTableRowsObj.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScTableRowsObj.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScTableRowsObj.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sc/ScTableSheetObj.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScTableSheetObj.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScTableSheetObj.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScTableSheetObj.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sc/ScTableValidationObj.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScTableValidationObj.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScTableValidationObj.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScTableValidationObj.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sc/ScUniqueCellFormatsEnumeration.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScUniqueCellFormatsEnumeration.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScUniqueCellFormatsEnumeration.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScUniqueCellFormatsEnumeration.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sc/ScUniqueCellFormatsObj.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScUniqueCellFormatsObj.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScUniqueCellFormatsObj.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/ScUniqueCellFormatsObj.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sc/XMLContentExporter.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/XMLContentExporter.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/XMLContentExporter.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/XMLContentExporter.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sc/XMLContentImporter.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/XMLContentImporter.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/XMLContentImporter.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/XMLContentImporter.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sc/XMLExporter.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/XMLExporter.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/XMLExporter.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/XMLExporter.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sc/XMLImporter.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/XMLImporter.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/XMLImporter.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/XMLImporter.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sc/XMLMetaExporter.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/XMLMetaExporter.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/XMLMetaExporter.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/XMLMetaExporter.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sc/XMLMetaImporter.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/XMLMetaImporter.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/XMLMetaImporter.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/XMLMetaImporter.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sc/XMLSettingsExporter.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/XMLSettingsExporter.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/XMLSettingsExporter.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/XMLSettingsExporter.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sc/XMLSettingsImporter.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/XMLSettingsImporter.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/XMLSettingsImporter.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/XMLSettingsImporter.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sc/XMLStylesExporter.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/XMLStylesExporter.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/XMLStylesExporter.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/XMLStylesExporter.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sc/XMLStylesImporter.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/XMLStylesImporter.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/XMLStylesImporter.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sc/XMLStylesImporter.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sch/AccArea.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sch/AccArea.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sch/AccArea.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sch/AccArea.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sch/AccAxis.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sch/AccAxis.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sch/AccAxis.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sch/AccAxis.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sch/AccDataPoint.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sch/AccDataPoint.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sch/AccDataPoint.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sch/AccDataPoint.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sch/AccDataSeries.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sch/AccDataSeries.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sch/AccDataSeries.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sch/AccDataSeries.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sch/AccDiagram.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sch/AccDiagram.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sch/AccDiagram.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sch/AccDiagram.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sch/AccFloor.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sch/AccFloor.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sch/AccFloor.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sch/AccFloor.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sch/AccGrid.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sch/AccGrid.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sch/AccGrid.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sch/AccGrid.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sch/AccLegend.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sch/AccLegend.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sch/AccLegend.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sch/AccLegend.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sch/AccLegendEntry.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sch/AccLegendEntry.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sch/AccLegendEntry.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sch/AccLegendEntry.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sch/AccStatisticsObject.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sch/AccStatisticsObject.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sch/AccStatisticsObject.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sch/AccStatisticsObject.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sch/AccTitle.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sch/AccTitle.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sch/AccTitle.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sch/AccTitle.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sch/AccWall.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sch/AccWall.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sch/AccWall.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sch/AccWall.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sch/AccessibleDocumentView.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sch/AccessibleDocumentView.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sch/AccessibleDocumentView.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sch/AccessibleDocumentView.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sch/ChXChartAxis.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sch/ChXChartAxis.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sch/ChXChartAxis.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sch/ChXChartAxis.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sch/ChXChartData.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sch/ChXChartData.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sch/ChXChartData.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sch/ChXChartData.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sch/ChXChartDataArray.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sch/ChXChartDataArray.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sch/ChXChartDataArray.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sch/ChXChartDataArray.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sch/ChXChartDocument.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sch/ChXChartDocument.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sch/ChXChartDocument.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sch/ChXChartDocument.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sch/ChXChartView.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sch/ChXChartView.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sch/ChXChartView.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sch/ChXChartView.java Sun May 22 01:05:14 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/trunk/main/qadevOOo/tests/java/mod/_sch/ChXDataPoint.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sch/ChXDataPoint.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sch/ChXDataPoint.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sch/ChXDataPoint.java Sun May 22 01:05:14 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 ); } Modified: openoffice/trunk/main/qadevOOo/tests/java/mod/_sch/ChXDataRow.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sch/ChXDataRow.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sch/ChXDataRow.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sch/ChXDataRow.java Sun May 22 01:05:14 2016 @@ -93,7 +93,7 @@ public class ChXDataRow extends TestCase 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 ); } @@ -138,7 +138,7 @@ public class ChXDataRow extends TestCase oDiagram = (XDiagram) xChartDoc.getDiagram(); oObj = (XPropertySet) oDiagram.getDataRowProperties(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_Row", e ); } Modified: openoffice/trunk/main/qadevOOo/tests/java/mod/_sch/ChXDiagram.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sch/ChXDiagram.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sch/ChXDiagram.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sch/ChXDiagram.java Sun May 22 01:05:14 2016 @@ -151,7 +151,7 @@ public class ChXDiagram 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/_sch/ChartArea.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sch/ChartArea.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sch/ChartArea.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sch/ChartArea.java Sun May 22 01:05:14 2016 @@ -78,7 +78,7 @@ public class ChartArea extends TestCase 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 ); } Modified: openoffice/trunk/main/qadevOOo/tests/java/mod/_sch/ChartGrid.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sch/ChartGrid.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sch/ChartGrid.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sch/ChartGrid.java Sun May 22 01:05:14 2016 @@ -67,7 +67,7 @@ public class ChartGrid 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/trunk/main/qadevOOo/tests/java/mod/_sch/ChartLegend.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sch/ChartLegend.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sch/ChartLegend.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sch/ChartLegend.java Sun May 22 01:05:14 2016 @@ -95,7 +95,7 @@ public class ChartLegend extends TestCas 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 ); } Modified: openoffice/trunk/main/qadevOOo/tests/java/mod/_sch/ChartLine.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sch/ChartLine.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sch/ChartLine.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sch/ChartLine.java Sun May 22 01:05:14 2016 @@ -65,7 +65,7 @@ public class ChartLine 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 ); } @@ -112,24 +112,24 @@ public class ChartLine extends TestCase new Type(XPropertySet.class), RowProps.getPropertyValue("DataMeanValueProperties")); } catch (com.sun.star.lang.IndexOutOfBoundsException e) { - // Some exception occures.FAILED + // Some exception occured.FAILED e.printStackTrace( log ); throw new StatusException( "Couldn't get Line", e ); } catch (com.sun.star.lang.WrappedTargetException e) { - // Some exception occures.FAILED + // Some exception occured.FAILED e.printStackTrace( log ); throw new StatusException( "Couldn't get Line", e ); } catch (com.sun.star.beans.UnknownPropertyException e) { - // Some exception occures.FAILED + // Some exception occured.FAILED e.printStackTrace( log ); throw new StatusException( "Couldn't get Line", e ); } catch (com.sun.star.lang.IllegalArgumentException e) { - // Some exception occures.FAILED + // Some exception occured.FAILED e.printStackTrace( log ); throw new StatusException( "Couldn't get Line", e ); } catch(com.sun.star.beans.PropertyVetoException e) { - // Some exception occures.FAILED + // Some exception occured.FAILED e.printStackTrace( log ); throw new StatusException( "Couldn't get Line", e ); } Modified: openoffice/trunk/main/qadevOOo/tests/java/mod/_sch/ChartTitle.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sch/ChartTitle.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sch/ChartTitle.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sch/ChartTitle.java Sun May 22 01:05:14 2016 @@ -77,7 +77,7 @@ public class ChartTitle 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/trunk/main/qadevOOo/tests/java/mod/_sd/AccessibleDrawDocumentView.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sd/AccessibleDrawDocumentView.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sd/AccessibleDrawDocumentView.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sd/AccessibleDrawDocumentView.java Sun May 22 01:05:14 2016 @@ -169,7 +169,7 @@ public class AccessibleDrawDocumentView log.println( "creating a draw document" ); xDrawDoc = SOF.createDrawDoc(null); } catch (com.sun.star.uno.Exception e) { - // Some exception occures.FAILED + // Some exception occured.FAILED e.printStackTrace( log ); throw new StatusException("Couldn't create document", e); } Modified: openoffice/trunk/main/qadevOOo/tests/java/mod/_sd/SdDocLinkTargets.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sd/SdDocLinkTargets.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sd/SdDocLinkTargets.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sd/SdDocLinkTargets.java Sun May 22 01:05:14 2016 @@ -66,7 +66,7 @@ public class SdDocLinkTargets extends Te log.println( "creating a draw document" ); xDrawDoc = SOF.createDrawDoc(null); } catch (com.sun.star.uno.Exception e) { - // Some exception occures.FAILED + // Some exception occured.FAILED e.printStackTrace( log ); throw new StatusException( "Couldn't create document", e ); } Modified: openoffice/trunk/main/qadevOOo/tests/java/mod/_sd/SdDrawPage.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sd/SdDrawPage.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sd/SdDrawPage.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sd/SdDrawPage.java Sun May 22 01:05:14 2016 @@ -105,7 +105,7 @@ public class SdDrawPage extends TestCase log.println( "creating a draw document" ); xDrawDoc = SOF.createDrawDoc(null); } catch (com.sun.star.uno.Exception e) { - // Some exception occures.FAILED + // Some exception occured.FAILED e.printStackTrace( log ); throw new StatusException( "Couldn't create document", e ); } Modified: openoffice/trunk/main/qadevOOo/tests/java/mod/_sd/SdDrawPagesAccess.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sd/SdDrawPagesAccess.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sd/SdDrawPagesAccess.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sd/SdDrawPagesAccess.java Sun May 22 01:05:14 2016 @@ -76,7 +76,7 @@ public class SdDrawPagesAccess extends T log.println( "creating a draw document" ); xDrawDoc = SOF.createDrawDoc(null); } catch (com.sun.star.uno.Exception e) { - // Some exception occures.FAILED + // Some exception occured.FAILED e.printStackTrace(log); throw new StatusException("Couldn't create document", e); } Modified: openoffice/trunk/main/qadevOOo/tests/java/mod/_sd/SdGenericDrawPage.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sd/SdGenericDrawPage.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sd/SdGenericDrawPage.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sd/SdGenericDrawPage.java Sun May 22 01:05:14 2016 @@ -97,7 +97,7 @@ public class SdGenericDrawPage extends T log.println( "creating a draw document" ); xDrawDoc = SOF.createDrawDoc(null); } catch (com.sun.star.uno.Exception e) { - // Some exception occures.FAILED + // Some exception occured.FAILED e.printStackTrace(log); throw new StatusException("Couldn't create document", e); } Modified: openoffice/trunk/main/qadevOOo/tests/java/mod/_sd/SdLayerManager.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sd/SdLayerManager.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sd/SdLayerManager.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sd/SdLayerManager.java Sun May 22 01:05:14 2016 @@ -81,7 +81,7 @@ public class SdLayerManager extends Test log.println("creating a draw document"); xDrawDoc = SOF.createDrawDoc(null); } catch (com.sun.star.uno.Exception e) { - // Some exception occures.FAILED + // Some exception occured.FAILED e.printStackTrace( log ); throw new StatusException( "Couldn't create document", e ); } Modified: openoffice/trunk/main/qadevOOo/tests/java/mod/_sd/SdMasterPage.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sd/SdMasterPage.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sd/SdMasterPage.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sd/SdMasterPage.java Sun May 22 01:05:14 2016 @@ -98,7 +98,7 @@ public class SdMasterPage extends TestCa log.println( "creating a draw document" ); xDrawDoc = SOF.createDrawDoc(null); } catch (com.sun.star.uno.Exception e) { - // Some exception occures.FAILED + // Some exception occured.FAILED e.printStackTrace( log ); throw new StatusException("Couldn't create document", e); } Modified: openoffice/trunk/main/qadevOOo/tests/java/mod/_sd/SdMasterPagesAccess.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sd/SdMasterPagesAccess.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sd/SdMasterPagesAccess.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sd/SdMasterPagesAccess.java Sun May 22 01:05:14 2016 @@ -70,7 +70,7 @@ public class SdMasterPagesAccess extends log.println( "creating a draw document" ); xDrawDoc = SOF.createDrawDoc(null); } catch (com.sun.star.uno.Exception e) { - // Some exception occures.FAILED + // Some exception occured.FAILED e.printStackTrace( log ); throw new StatusException( "Couldn't create document", e ); } Modified: openoffice/trunk/main/qadevOOo/tests/java/mod/_sd/SdPageLinkTargets.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sd/SdPageLinkTargets.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sd/SdPageLinkTargets.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sd/SdPageLinkTargets.java Sun May 22 01:05:14 2016 @@ -71,7 +71,7 @@ public class SdPageLinkTargets extends T log.println( "creating a draw document" ); xDrawDoc = SOF.createDrawDoc(null); } catch (com.sun.star.uno.Exception e) { - // Some exception occures.FAILED + // Some exception occured.FAILED e.printStackTrace( log ); throw new StatusException( "Couldn't create document", e ); } Modified: openoffice/trunk/main/qadevOOo/tests/java/mod/_sd/SdXCustomPresentation.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sd/SdXCustomPresentation.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sd/SdXCustomPresentation.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sd/SdXCustomPresentation.java Sun May 22 01:05:14 2016 @@ -84,7 +84,7 @@ public class SdXCustomPresentation exten log.println( "creating a draw document" ); xImpressDoc = SOF.createImpressDoc(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/_sd/SdXCustomPresentationAccess.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sd/SdXCustomPresentationAccess.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sd/SdXCustomPresentationAccess.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sd/SdXCustomPresentationAccess.java Sun May 22 01:05:14 2016 @@ -77,7 +77,7 @@ public class SdXCustomPresentationAccess log.println( "creating a draw document" ); xImpressDoc = SOF.createImpressDoc(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/_sm/XMLExporter.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sm/XMLExporter.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sm/XMLExporter.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sm/XMLExporter.java Sun May 22 01:05:14 2016 @@ -77,7 +77,7 @@ public class XMLExporter extends TestCas log.println( "creating a math document" ); xMathDoc = SOF.createMathDoc(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/_sm/XMLMetaExporter.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sm/XMLMetaExporter.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sm/XMLMetaExporter.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sm/XMLMetaExporter.java Sun May 22 01:05:14 2016 @@ -78,7 +78,7 @@ public class XMLMetaExporter extends Tes log.println( "creating a math document" ); xMathDoc = SOF.createMathDoc(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/_sm/XMLSettingsExporter.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_sm/XMLSettingsExporter.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_sm/XMLSettingsExporter.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_sm/XMLSettingsExporter.java Sun May 22 01:05:14 2016 @@ -77,7 +77,7 @@ public class XMLSettingsExporter extends log.println( "creating a math document" ); xMathDoc = SOF.createMathDoc(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/_svtools/AccessibleBrowseBox.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_svtools/AccessibleBrowseBox.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_svtools/AccessibleBrowseBox.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_svtools/AccessibleBrowseBox.java Sun May 22 01:05:14 2016 @@ -100,7 +100,7 @@ public class AccessibleBrowseBox 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/_svtools/AccessibleBrowseBoxHeaderBar.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_svtools/AccessibleBrowseBoxHeaderBar.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_svtools/AccessibleBrowseBoxHeaderBar.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_svtools/AccessibleBrowseBoxHeaderBar.java Sun May 22 01:05:14 2016 @@ -130,7 +130,7 @@ public class AccessibleBrowseBoxHeaderBa 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/_svtools/AccessibleBrowseBoxHeaderCell.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_svtools/AccessibleBrowseBoxHeaderCell.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_svtools/AccessibleBrowseBoxHeaderCell.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_svtools/AccessibleBrowseBoxHeaderCell.java Sun May 22 01:05:14 2016 @@ -130,7 +130,7 @@ public class AccessibleBrowseBoxHeaderCe 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/_svtools/AccessibleBrowseBoxTable.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_svtools/AccessibleBrowseBoxTable.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_svtools/AccessibleBrowseBoxTable.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_svtools/AccessibleBrowseBoxTable.java Sun May 22 01:05:14 2016 @@ -130,7 +130,7 @@ public class AccessibleBrowseBoxTable ex 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/_svtools/AccessibleBrowseBoxTableCell.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_svtools/AccessibleBrowseBoxTableCell.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_svtools/AccessibleBrowseBoxTableCell.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_svtools/AccessibleBrowseBoxTableCell.java Sun May 22 01:05:14 2016 @@ -127,7 +127,7 @@ public class AccessibleBrowseBoxTableCel 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/_svtools/AccessibleIconChoiceCtrl.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_svtools/AccessibleIconChoiceCtrl.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_svtools/AccessibleIconChoiceCtrl.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_svtools/AccessibleIconChoiceCtrl.java Sun May 22 01:05:14 2016 @@ -150,7 +150,7 @@ public class AccessibleIconChoiceCtrl ex 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/_svtools/AccessibleIconChoiceCtrlEntry.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_svtools/AccessibleIconChoiceCtrlEntry.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_svtools/AccessibleIconChoiceCtrlEntry.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_svtools/AccessibleIconChoiceCtrlEntry.java Sun May 22 01:05:14 2016 @@ -154,7 +154,7 @@ public class AccessibleIconChoiceCtrlEnt 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/_svtools/AccessibleTabBar.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_svtools/AccessibleTabBar.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_svtools/AccessibleTabBar.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_svtools/AccessibleTabBar.java Sun May 22 01:05:14 2016 @@ -95,7 +95,7 @@ public class AccessibleTabBar extends Te 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/_svtools/AccessibleTabBarPage.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_svtools/AccessibleTabBarPage.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_svtools/AccessibleTabBarPage.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_svtools/AccessibleTabBarPage.java Sun May 22 01:05:14 2016 @@ -117,7 +117,7 @@ public class AccessibleTabBarPage extend log.println( "creating a calc document" ); xDoc = (XComponent) UnoRuntime.queryInterface(XComponent.class, SOF.createCalcDoc(null));// SOF.createDrawDoc(null); } catch ( com.sun.star.uno.Exception e ) { - // Some exception occures.FAILED + // Some exception occured.FAILED e.printStackTrace( log ); throw new StatusException( "Couldn't create document", e ); } Modified: openoffice/trunk/main/qadevOOo/tests/java/mod/_svtools/AccessibleTabBarPageList.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_svtools/AccessibleTabBarPageList.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_svtools/AccessibleTabBarPageList.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_svtools/AccessibleTabBarPageList.java Sun May 22 01:05:14 2016 @@ -119,7 +119,7 @@ public class AccessibleTabBarPageList ex log.println("creating a draw document"); xDoc = SOF.createDrawDoc(null); } catch (com.sun.star.uno.Exception e) { - // Some exception occures.FAILED + // Some exception occured.FAILED e.printStackTrace(log); throw new StatusException("Couldn't create document", e); } Modified: openoffice/trunk/main/qadevOOo/tests/java/mod/_svtools/AccessibleTreeListBox.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_svtools/AccessibleTreeListBox.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_svtools/AccessibleTreeListBox.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_svtools/AccessibleTreeListBox.java Sun May 22 01:05:14 2016 @@ -136,7 +136,7 @@ public class AccessibleTreeListBox exten 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/_svtools/AccessibleTreeListBoxEntry.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_svtools/AccessibleTreeListBoxEntry.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_svtools/AccessibleTreeListBoxEntry.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_svtools/AccessibleTreeListBoxEntry.java Sun May 22 01:05:14 2016 @@ -154,7 +154,7 @@ public class AccessibleTreeListBoxEntry 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/_svx/AccessibleControlShape.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_svx/AccessibleControlShape.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_svx/AccessibleControlShape.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_svx/AccessibleControlShape.java Sun May 22 01:05:14 2016 @@ -61,7 +61,7 @@ public class AccessibleControlShape exte UnoRuntime.queryInterface(XModel.class, xDrawDoc); } 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/_svx/AccessibleGraphicShape.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_svx/AccessibleGraphicShape.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_svx/AccessibleGraphicShape.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_svx/AccessibleGraphicShape.java Sun May 22 01:05:14 2016 @@ -61,7 +61,7 @@ public class AccessibleGraphicShape exte UnoRuntime.queryInterface(XModel.class, xDrawDoc); } 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/_svx/AccessibleOLEShape.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_svx/AccessibleOLEShape.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_svx/AccessibleOLEShape.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_svx/AccessibleOLEShape.java Sun May 22 01:05:14 2016 @@ -62,7 +62,7 @@ public class AccessibleOLEShape extends UnoRuntime.queryInterface(XModel.class, xDrawDoc); } 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/_svx/AccessiblePageShape.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_svx/AccessiblePageShape.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_svx/AccessiblePageShape.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_svx/AccessiblePageShape.java Sun May 22 01:05:14 2016 @@ -61,7 +61,7 @@ public class AccessiblePageShape extends UnoRuntime.queryInterface(XModel.class, xDrawDoc); } 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/_svx/AccessiblePresentationGraphicShape.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_svx/AccessiblePresentationGraphicShape.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_svx/AccessiblePresentationGraphicShape.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_svx/AccessiblePresentationGraphicShape.java Sun May 22 01:05:14 2016 @@ -62,7 +62,7 @@ public class AccessiblePresentationGraph UnoRuntime.queryInterface(XModel.class, xDoc); } 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/_svx/AccessiblePresentationOLEShape.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_svx/AccessiblePresentationOLEShape.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_svx/AccessiblePresentationOLEShape.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_svx/AccessiblePresentationOLEShape.java Sun May 22 01:05:14 2016 @@ -62,7 +62,7 @@ public class AccessiblePresentationOLESh UnoRuntime.queryInterface(XModel.class, xDrawDoc); } 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/_svx/AccessiblePresentationShape.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_svx/AccessiblePresentationShape.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_svx/AccessiblePresentationShape.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_svx/AccessiblePresentationShape.java Sun May 22 01:05:14 2016 @@ -62,7 +62,7 @@ public class AccessiblePresentationShape UnoRuntime.queryInterface(XModel.class, xDrawDoc); } 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/_svx/AccessibleShape.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_svx/AccessibleShape.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_svx/AccessibleShape.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_svx/AccessibleShape.java Sun May 22 01:05:14 2016 @@ -61,7 +61,7 @@ public class AccessibleShape extends Tes UnoRuntime.queryInterface(XModel.class, xDrawDoc); } 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/_svx/SvxDrawPage.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_svx/SvxDrawPage.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_svx/SvxDrawPage.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_svx/SvxDrawPage.java Sun May 22 01:05:14 2016 @@ -108,7 +108,7 @@ public class SvxDrawPage extends TestCas 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/_svx/SvxShape.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_svx/SvxShape.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_svx/SvxShape.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_svx/SvxShape.java Sun May 22 01:05:14 2016 @@ -131,7 +131,7 @@ public class SvxShape extends TestCase { xDrawDoc = SOF.loadDocument( utils.getFullTestURL("SvxShape.sxd")); } 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/_svx/SvxShapeCircle.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_svx/SvxShapeCircle.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_svx/SvxShapeCircle.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_svx/SvxShapeCircle.java Sun May 22 01:05:14 2016 @@ -128,7 +128,7 @@ public class SvxShapeCircle extends Test xDrawDoc = SOF.loadDocument( utils.getFullTestURL("SvxShape.sxd")); } 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/_svx/SvxShapeCollection.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_svx/SvxShapeCollection.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_svx/SvxShapeCollection.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_svx/SvxShapeCollection.java Sun May 22 01:05:14 2016 @@ -62,7 +62,7 @@ public class SvxShapeCollection extends log.println( "creating a drawdoc" ); xDrawDoc = DrawTools.createDrawDoc((XMultiServiceFactory)tParam.getMSF()); } catch ( 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/_svx/SvxShapeConnector.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_svx/SvxShapeConnector.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_svx/SvxShapeConnector.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_svx/SvxShapeConnector.java Sun May 22 01:05:14 2016 @@ -89,7 +89,7 @@ public class SvxShapeConnector extends T log.println( "creating a drawdoc" ); xDrawDoc = DrawTools.createDrawDoc((XMultiServiceFactory)tParam.getMSF()); } catch ( 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/_svx/SvxShapeControl.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_svx/SvxShapeControl.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_svx/SvxShapeControl.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_svx/SvxShapeControl.java Sun May 22 01:05:14 2016 @@ -64,7 +64,7 @@ public class SvxShapeControl extends Tes log.println( "creating a drawdoc" ); xDrawDoc = DrawTools.createDrawDoc((XMultiServiceFactory)tParam.getMSF()); } catch ( 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/_svx/SvxShapeDimensioning.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_svx/SvxShapeDimensioning.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_svx/SvxShapeDimensioning.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_svx/SvxShapeDimensioning.java Sun May 22 01:05:14 2016 @@ -65,7 +65,7 @@ public class SvxShapeDimensioning extend log.println( "creating a drawdoc" ); xDrawDoc = DrawTools.createDrawDoc((XMultiServiceFactory)tParam.getMSF()); } catch ( 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/_svx/SvxShapeGroup.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_svx/SvxShapeGroup.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_svx/SvxShapeGroup.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_svx/SvxShapeGroup.java Sun May 22 01:05:14 2016 @@ -73,7 +73,7 @@ public class SvxShapeGroup extends TestC log.println( "creating a draw document" ); xDrawDoc = SOF.createDrawDoc(null); } catch ( Exception e ) { - // Some exception occures.FAILED + // Some exception occured.FAILED e.printStackTrace( log ); throw new StatusException( "Couldn't create document", e ); } @@ -117,7 +117,7 @@ public class SvxShapeGroup extends TestC oObj = (XDrawPage) AnyConverter.toObject( new Type(XDrawPage.class),oDPi.getByIndex(0)); } catch ( Exception e ) { - // Some exception occures.FAILED + // Some exception occured.FAILED e.printStackTrace( log ); throw new StatusException( "Couldn't get DrawPage", e ); } Modified: openoffice/trunk/main/qadevOOo/tests/java/mod/_svx/SvxShapePolyPolygon.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_svx/SvxShapePolyPolygon.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_svx/SvxShapePolyPolygon.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_svx/SvxShapePolyPolygon.java Sun May 22 01:05:14 2016 @@ -139,7 +139,7 @@ public class SvxShapePolyPolygon extends xDrawDoc = SOF.loadDocument( utils.getFullTestURL("SvxShape.sxd")); } 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/_svx/SvxShapePolyPolygonBezier.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_svx/SvxShapePolyPolygonBezier.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_svx/SvxShapePolyPolygonBezier.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_svx/SvxShapePolyPolygonBezier.java Sun May 22 01:05:14 2016 @@ -141,7 +141,7 @@ public class SvxShapePolyPolygonBezier e xDrawDoc = SOF.loadDocument( utils.getFullTestURL("SvxShape.sxd")); } 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/_svx/SvxUnoText.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_svx/SvxUnoText.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_svx/SvxUnoText.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_svx/SvxUnoText.java Sun May 22 01:05:14 2016 @@ -65,7 +65,7 @@ public class SvxUnoText extends TestCase log.println( "creating a drawdoc" ); xDrawDoc = DrawTools.createDrawDoc((XMultiServiceFactory)tParam.getMSF()); } catch ( 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/_svx/SvxUnoTextContent.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_svx/SvxUnoTextContent.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_svx/SvxUnoTextContent.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_svx/SvxUnoTextContent.java Sun May 22 01:05:14 2016 @@ -64,7 +64,7 @@ public class SvxUnoTextContent extends T log.println( "creating a drawdoc" ); xDrawDoc = DrawTools.createDrawDoc((XMultiServiceFactory)tParam.getMSF()); } catch ( 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/_svx/SvxUnoTextContentEnum.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_svx/SvxUnoTextContentEnum.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_svx/SvxUnoTextContentEnum.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_svx/SvxUnoTextContentEnum.java Sun May 22 01:05:14 2016 @@ -62,7 +62,7 @@ public class SvxUnoTextContentEnum exten log.println( "creating a drawdoc" ); xDrawDoc = DrawTools.createDrawDoc((XMultiServiceFactory)tParam.getMSF()); } catch ( 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/_svx/SvxUnoTextCursor.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_svx/SvxUnoTextCursor.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_svx/SvxUnoTextCursor.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_svx/SvxUnoTextCursor.java Sun May 22 01:05:14 2016 @@ -61,7 +61,7 @@ public class SvxUnoTextCursor extends Te log.println( "creating a drawdoc" ); xDrawDoc = DrawTools.createDrawDoc((XMultiServiceFactory)tParam.getMSF()); } catch ( 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/_svx/SvxUnoTextField.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_svx/SvxUnoTextField.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_svx/SvxUnoTextField.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_svx/SvxUnoTextField.java Sun May 22 01:05:14 2016 @@ -71,7 +71,7 @@ public class SvxUnoTextField extends Tes log.println( "creating a drawdoc" ); xDrawDoc = DrawTools.createDrawDoc( (XMultiServiceFactory) tParam.getMSF()); } catch ( 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/_svx/SvxUnoTextRange.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_svx/SvxUnoTextRange.java?rev=1745006&r1=1745005&r2=1745006&view=diff ============================================================================== --- openoffice/trunk/main/qadevOOo/tests/java/mod/_svx/SvxUnoTextRange.java (original) +++ openoffice/trunk/main/qadevOOo/tests/java/mod/_svx/SvxUnoTextRange.java Sun May 22 01:05:14 2016 @@ -64,7 +64,7 @@ public class SvxUnoTextRange extends Tes log.println( "creating a drawdoc" ); xDrawDoc = DrawTools.createDrawDoc((XMultiServiceFactory)tParam.getMSF()); } catch ( Exception e ) { - // Some exception occures.FAILED + // Some exception occured.FAILED e.printStackTrace( log ); throw new StatusException( "Couldn't create document", e ); }