Modified: openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sch/ChXDataRow.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sch/ChXDataRow.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sch/ChXDataRow.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sch/ChXDataRow.java Mon Aug 1 04:31:52 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/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sch/ChXDiagram.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sch/ChXDiagram.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sch/ChXDiagram.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sch/ChXDiagram.java Mon Aug 1 04:31:52 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/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sch/ChartArea.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sch/ChartArea.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sch/ChartArea.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sch/ChartArea.java Mon Aug 1 04:31:52 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/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sch/ChartGrid.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sch/ChartGrid.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sch/ChartGrid.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sch/ChartGrid.java Mon Aug 1 04:31:52 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/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sch/ChartLegend.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sch/ChartLegend.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sch/ChartLegend.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sch/ChartLegend.java Mon Aug 1 04:31:52 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/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sch/ChartLine.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sch/ChartLine.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sch/ChartLine.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sch/ChartLine.java Mon Aug 1 04:31:52 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/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sch/ChartTitle.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sch/ChartTitle.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sch/ChartTitle.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sch/ChartTitle.java Mon Aug 1 04:31:52 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/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sd/AccessibleDrawDocumentView.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sd/AccessibleDrawDocumentView.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sd/AccessibleDrawDocumentView.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sd/AccessibleDrawDocumentView.java Mon Aug 1 04:31:52 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/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sd/SdDocLinkTargets.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sd/SdDocLinkTargets.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sd/SdDocLinkTargets.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sd/SdDocLinkTargets.java Mon Aug 1 04:31:52 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/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sd/SdDrawPage.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sd/SdDrawPage.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sd/SdDrawPage.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sd/SdDrawPage.java Mon Aug 1 04:31:52 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/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sd/SdDrawPagesAccess.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sd/SdDrawPagesAccess.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sd/SdDrawPagesAccess.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sd/SdDrawPagesAccess.java Mon Aug 1 04:31:52 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/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sd/SdGenericDrawPage.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sd/SdGenericDrawPage.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sd/SdGenericDrawPage.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sd/SdGenericDrawPage.java Mon Aug 1 04:31:52 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/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sd/SdLayerManager.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sd/SdLayerManager.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sd/SdLayerManager.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sd/SdLayerManager.java Mon Aug 1 04:31:52 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/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sd/SdMasterPage.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sd/SdMasterPage.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sd/SdMasterPage.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sd/SdMasterPage.java Mon Aug 1 04:31:52 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/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sd/SdMasterPagesAccess.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sd/SdMasterPagesAccess.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sd/SdMasterPagesAccess.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sd/SdMasterPagesAccess.java Mon Aug 1 04:31:52 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/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sd/SdPageLinkTargets.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sd/SdPageLinkTargets.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sd/SdPageLinkTargets.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sd/SdPageLinkTargets.java Mon Aug 1 04:31:52 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/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sd/SdXCustomPresentation.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sd/SdXCustomPresentation.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sd/SdXCustomPresentation.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sd/SdXCustomPresentation.java Mon Aug 1 04:31:52 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/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sd/SdXCustomPresentationAccess.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sd/SdXCustomPresentationAccess.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sd/SdXCustomPresentationAccess.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sd/SdXCustomPresentationAccess.java Mon Aug 1 04:31:52 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/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sm/XMLExporter.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sm/XMLExporter.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sm/XMLExporter.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sm/XMLExporter.java Mon Aug 1 04:31:52 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/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sm/XMLMetaExporter.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sm/XMLMetaExporter.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sm/XMLMetaExporter.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sm/XMLMetaExporter.java Mon Aug 1 04:31:52 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/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sm/XMLSettingsExporter.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sm/XMLSettingsExporter.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sm/XMLSettingsExporter.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sm/XMLSettingsExporter.java Mon Aug 1 04:31:52 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/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svtools/AccessibleBrowseBox.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svtools/AccessibleBrowseBox.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svtools/AccessibleBrowseBox.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svtools/AccessibleBrowseBox.java Mon Aug 1 04:31:52 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/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svtools/AccessibleBrowseBoxHeaderBar.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svtools/AccessibleBrowseBoxHeaderBar.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svtools/AccessibleBrowseBoxHeaderBar.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svtools/AccessibleBrowseBoxHeaderBar.java Mon Aug 1 04:31:52 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/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svtools/AccessibleBrowseBoxHeaderCell.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svtools/AccessibleBrowseBoxHeaderCell.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svtools/AccessibleBrowseBoxHeaderCell.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svtools/AccessibleBrowseBoxHeaderCell.java Mon Aug 1 04:31:52 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/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svtools/AccessibleBrowseBoxTable.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svtools/AccessibleBrowseBoxTable.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svtools/AccessibleBrowseBoxTable.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svtools/AccessibleBrowseBoxTable.java Mon Aug 1 04:31:52 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/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svtools/AccessibleBrowseBoxTableCell.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svtools/AccessibleBrowseBoxTableCell.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svtools/AccessibleBrowseBoxTableCell.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svtools/AccessibleBrowseBoxTableCell.java Mon Aug 1 04:31:52 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/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svtools/AccessibleIconChoiceCtrl.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svtools/AccessibleIconChoiceCtrl.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svtools/AccessibleIconChoiceCtrl.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svtools/AccessibleIconChoiceCtrl.java Mon Aug 1 04:31:52 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/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svtools/AccessibleIconChoiceCtrlEntry.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svtools/AccessibleIconChoiceCtrlEntry.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svtools/AccessibleIconChoiceCtrlEntry.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svtools/AccessibleIconChoiceCtrlEntry.java Mon Aug 1 04:31:52 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/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svtools/AccessibleTabBar.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svtools/AccessibleTabBar.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svtools/AccessibleTabBar.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svtools/AccessibleTabBar.java Mon Aug 1 04:31:52 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/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svtools/AccessibleTabBarPage.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svtools/AccessibleTabBarPage.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svtools/AccessibleTabBarPage.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svtools/AccessibleTabBarPage.java Mon Aug 1 04:31:52 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/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svtools/AccessibleTabBarPageList.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svtools/AccessibleTabBarPageList.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svtools/AccessibleTabBarPageList.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svtools/AccessibleTabBarPageList.java Mon Aug 1 04:31:52 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/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svtools/AccessibleTreeListBox.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svtools/AccessibleTreeListBox.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svtools/AccessibleTreeListBox.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svtools/AccessibleTreeListBox.java Mon Aug 1 04:31:52 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/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svtools/AccessibleTreeListBoxEntry.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svtools/AccessibleTreeListBoxEntry.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svtools/AccessibleTreeListBoxEntry.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svtools/AccessibleTreeListBoxEntry.java Mon Aug 1 04:31:52 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/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svx/AccessibleControlShape.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svx/AccessibleControlShape.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svx/AccessibleControlShape.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svx/AccessibleControlShape.java Mon Aug 1 04:31:52 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/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svx/AccessibleGraphicShape.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svx/AccessibleGraphicShape.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svx/AccessibleGraphicShape.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svx/AccessibleGraphicShape.java Mon Aug 1 04:31:52 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/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svx/AccessibleOLEShape.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svx/AccessibleOLEShape.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svx/AccessibleOLEShape.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svx/AccessibleOLEShape.java Mon Aug 1 04:31:52 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/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svx/AccessiblePageShape.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svx/AccessiblePageShape.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svx/AccessiblePageShape.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svx/AccessiblePageShape.java Mon Aug 1 04:31:52 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/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svx/AccessiblePresentationGraphicShape.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svx/AccessiblePresentationGraphicShape.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svx/AccessiblePresentationGraphicShape.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svx/AccessiblePresentationGraphicShape.java Mon Aug 1 04:31:52 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/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svx/AccessiblePresentationOLEShape.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svx/AccessiblePresentationOLEShape.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svx/AccessiblePresentationOLEShape.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svx/AccessiblePresentationOLEShape.java Mon Aug 1 04:31:52 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/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svx/AccessiblePresentationShape.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svx/AccessiblePresentationShape.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svx/AccessiblePresentationShape.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svx/AccessiblePresentationShape.java Mon Aug 1 04:31:52 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/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svx/AccessibleShape.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svx/AccessibleShape.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svx/AccessibleShape.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svx/AccessibleShape.java Mon Aug 1 04:31:52 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/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svx/SvxDrawPage.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svx/SvxDrawPage.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svx/SvxDrawPage.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svx/SvxDrawPage.java Mon Aug 1 04:31:52 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/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svx/SvxShape.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svx/SvxShape.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svx/SvxShape.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svx/SvxShape.java Mon Aug 1 04:31:52 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/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svx/SvxShapeCircle.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svx/SvxShapeCircle.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svx/SvxShapeCircle.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svx/SvxShapeCircle.java Mon Aug 1 04:31:52 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/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svx/SvxShapeCollection.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svx/SvxShapeCollection.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svx/SvxShapeCollection.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svx/SvxShapeCollection.java Mon Aug 1 04:31:52 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/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svx/SvxShapeConnector.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svx/SvxShapeConnector.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svx/SvxShapeConnector.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svx/SvxShapeConnector.java Mon Aug 1 04:31:52 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/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svx/SvxShapeControl.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svx/SvxShapeControl.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svx/SvxShapeControl.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svx/SvxShapeControl.java Mon Aug 1 04:31:52 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/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svx/SvxShapeDimensioning.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svx/SvxShapeDimensioning.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svx/SvxShapeDimensioning.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svx/SvxShapeDimensioning.java Mon Aug 1 04:31:52 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/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svx/SvxShapeGroup.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svx/SvxShapeGroup.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svx/SvxShapeGroup.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svx/SvxShapeGroup.java Mon Aug 1 04:31:52 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/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svx/SvxShapePolyPolygon.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svx/SvxShapePolyPolygon.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svx/SvxShapePolyPolygon.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svx/SvxShapePolyPolygon.java Mon Aug 1 04:31:52 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/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svx/SvxShapePolyPolygonBezier.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svx/SvxShapePolyPolygonBezier.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svx/SvxShapePolyPolygonBezier.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svx/SvxShapePolyPolygonBezier.java Mon Aug 1 04:31:52 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/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svx/SvxUnoText.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svx/SvxUnoText.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svx/SvxUnoText.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svx/SvxUnoText.java Mon Aug 1 04:31:52 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/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svx/SvxUnoTextContent.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svx/SvxUnoTextContent.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svx/SvxUnoTextContent.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svx/SvxUnoTextContent.java Mon Aug 1 04:31:52 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/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svx/SvxUnoTextContentEnum.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svx/SvxUnoTextContentEnum.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svx/SvxUnoTextContentEnum.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svx/SvxUnoTextContentEnum.java Mon Aug 1 04:31:52 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/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svx/SvxUnoTextCursor.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svx/SvxUnoTextCursor.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svx/SvxUnoTextCursor.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svx/SvxUnoTextCursor.java Mon Aug 1 04:31:52 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/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svx/SvxUnoTextField.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svx/SvxUnoTextField.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svx/SvxUnoTextField.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svx/SvxUnoTextField.java Mon Aug 1 04:31:52 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/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svx/SvxUnoTextRange.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svx/SvxUnoTextRange.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svx/SvxUnoTextRange.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svx/SvxUnoTextRange.java Mon Aug 1 04:31:52 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 ); } Modified: openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svx/SvxUnoTextRangeEnumeration.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svx/SvxUnoTextRangeEnumeration.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svx/SvxUnoTextRangeEnumeration.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_svx/SvxUnoTextRangeEnumeration.java Mon Aug 1 04:31:52 2016 @@ -64,7 +64,7 @@ public class SvxUnoTextRangeEnumeration 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/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sw/SwXTextDocument.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sw/SwXTextDocument.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sw/SwXTextDocument.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sw/SwXTextDocument.java Mon Aug 1 04:31:52 2016 @@ -215,7 +215,7 @@ public class SwXTextDocument extends Tes xSecondTextDoc = WriterTools.createTextDoc( (XMultiServiceFactory) Param.getMSF()); } catch (com.sun.star.uno.Exception e) { - // Some exception occures.FAILED + // Some exception occured.FAILED e.printStackTrace(log); throw new StatusException("Couldn't create document", e); } Modified: openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sw/SwXTextEmbeddedObjects.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sw/SwXTextEmbeddedObjects.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sw/SwXTextEmbeddedObjects.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sw/SwXTextEmbeddedObjects.java Mon Aug 1 04:31:52 2016 @@ -62,7 +62,7 @@ public class SwXTextEmbeddedObjects exte try { oDoc = SOF.createTextDoc(null); } catch ( com.sun.star.uno.Exception e ) { - // Some exception occures.FAILED + // Some exception occured.FAILED e.printStackTrace( log ); throw new StatusException( "Couldn?t create document", e ); } Modified: openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sw/SwXTextField.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sw/SwXTextField.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sw/SwXTextField.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sw/SwXTextField.java Mon Aug 1 04:31:52 2016 @@ -72,7 +72,7 @@ public class SwXTextField extends TestCa log.println( "creating a textdocument" ); xTextDoc = SOF.createTextDoc( null ); } catch ( com.sun.star.uno.Exception e ) { - // Some exception occures.FAILED + // Some exception occured.FAILED e.printStackTrace( log ); throw new StatusException( "Couldn't create document", e ); } Modified: openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sw/SwXTextFieldMasters.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sw/SwXTextFieldMasters.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sw/SwXTextFieldMasters.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sw/SwXTextFieldMasters.java Mon Aug 1 04:31:52 2016 @@ -69,7 +69,7 @@ public class SwXTextFieldMasters extends log.println( "creating a textdocument" ); xTextDoc = SOF.createTextDoc( null ); } catch ( com.sun.star.uno.Exception e ) { - // Some exception occures.FAILED + // Some exception occured.FAILED e.printStackTrace( log ); throw new StatusException( "Couldn't create document", e ); } Modified: openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sw/SwXTextFieldTypes.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sw/SwXTextFieldTypes.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sw/SwXTextFieldTypes.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sw/SwXTextFieldTypes.java Mon Aug 1 04:31:52 2016 @@ -67,7 +67,7 @@ public class SwXTextFieldTypes extends T log.println( "creating a textdocument" ); xTextDoc = SOF.createTextDoc( null ); } catch ( com.sun.star.uno.Exception e ) { - // Some exception occures.FAILED + // Some exception occured.FAILED e.printStackTrace( log ); throw new StatusException( "Couldn't create document", e ); } Modified: openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sw/SwXTextFrame.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sw/SwXTextFrame.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sw/SwXTextFrame.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sw/SwXTextFrame.java Mon Aug 1 04:31:52 2016 @@ -58,7 +58,7 @@ public class SwXTextFrame extends TestCa log.println("creating a textdocument"); xTextDoc = SOF.createTextDoc(null); } catch (com.sun.star.uno.Exception e) { - // Some exception occures.FAILED + // Some exception occured.FAILED e.printStackTrace(log); throw new StatusException("Couldn't create document", e); } Modified: openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sw/SwXTextFrameText.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sw/SwXTextFrameText.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sw/SwXTextFrameText.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sw/SwXTextFrameText.java Mon Aug 1 04:31:52 2016 @@ -64,7 +64,7 @@ public class SwXTextFrameText extends Te log.println( "creating a textdocument" ); xTextDoc = SOF.createTextDoc( null ); } catch ( com.sun.star.uno.Exception e ) { - // Some exception occures.FAILED + // Some exception occured.FAILED e.printStackTrace( log ); throw new StatusException( "Couldn't create document", e ); } Modified: openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sw/SwXTextGraphicObject.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sw/SwXTextGraphicObject.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sw/SwXTextGraphicObject.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sw/SwXTextGraphicObject.java Mon Aug 1 04:31:52 2016 @@ -62,7 +62,7 @@ public class SwXTextGraphicObject extend log.println( "creating a textdoc" ); xTextDoc = SOF.createTextDoc( null ); } catch ( Exception e ) { - // Some exception occures.FAILED + // Some exception occured.FAILED e.printStackTrace( log ); throw new StatusException( "Couldn't create document", e ); } Modified: openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sw/SwXTextGraphicObjects.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sw/SwXTextGraphicObjects.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sw/SwXTextGraphicObjects.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sw/SwXTextGraphicObjects.java Mon Aug 1 04:31:52 2016 @@ -62,7 +62,7 @@ public class SwXTextGraphicObjects exten log.println( "creating a textdoc" ); xTextDoc = SOF.createTextDoc( null ); } catch ( Exception e ) { - // Some exception occures.FAILED + // Some exception occured.FAILED e.printStackTrace( log ); throw new StatusException( "Couldn't create document", e ); } Modified: openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sw/SwXTextPortion.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sw/SwXTextPortion.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sw/SwXTextPortion.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sw/SwXTextPortion.java Mon Aug 1 04:31:52 2016 @@ -60,7 +60,7 @@ public class SwXTextPortion extends Test log.println( "creating a textdocument" ); xTextDoc = SOF.createTextDoc( null ); } catch ( com.sun.star.uno.Exception e ) { - // Some exception occures.FAILED + // Some exception occured.FAILED e.printStackTrace( log ); throw new StatusException( "Couldn't create document", e ); } Modified: openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sw/SwXTextPortionEnumeration.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sw/SwXTextPortionEnumeration.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sw/SwXTextPortionEnumeration.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sw/SwXTextPortionEnumeration.java Mon Aug 1 04:31:52 2016 @@ -60,7 +60,7 @@ public class SwXTextPortionEnumeration e log.println( "creating a textdocument" ); xTextDoc = SOF.createTextDoc( null ); } catch ( com.sun.star.uno.Exception e ) { - // Some exception occures.FAILED + // Some exception occured.FAILED e.printStackTrace( log ); throw new StatusException( "Couldn't create document", e ); } Modified: openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sw/SwXTextRange.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sw/SwXTextRange.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sw/SwXTextRange.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sw/SwXTextRange.java Mon Aug 1 04:31:52 2016 @@ -48,7 +48,7 @@ public class SwXTextRange extends TestCa log.println( "creating a textdocument" ); xTextDoc = SOF.createTextDoc( null ); } catch ( com.sun.star.uno.Exception e ) { - // Some exception occures.FAILED + // Some exception occured.FAILED e.printStackTrace( log ); throw new StatusException( "Couldn't create document", e ); } Modified: openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sw/SwXTextRanges.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sw/SwXTextRanges.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sw/SwXTextRanges.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sw/SwXTextRanges.java Mon Aug 1 04:31:52 2016 @@ -58,7 +58,7 @@ public class SwXTextRanges extends TestC log.println( "creating a textdocument" ); xTextDoc = SOF.createTextDoc( null ); } catch ( com.sun.star.uno.Exception e ) { - // Some exception occures.FAILED + // Some exception occured.FAILED e.printStackTrace( log ); throw new StatusException( "Couldn't create document", e ); } Modified: openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sw/SwXTextSearch.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sw/SwXTextSearch.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sw/SwXTextSearch.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sw/SwXTextSearch.java Mon Aug 1 04:31:52 2016 @@ -59,7 +59,7 @@ public class SwXTextSearch extends TestC log.println( "creating a textdocument" ); xTextDoc = SOF.createTextDoc( null ); } catch ( com.sun.star.uno.Exception e ) { - // Some exception occures.FAILED + // Some exception occured.FAILED e.printStackTrace( log ); throw new StatusException( "Couldn't create document", e ); } Modified: openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sw/SwXTextSection.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sw/SwXTextSection.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sw/SwXTextSection.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sw/SwXTextSection.java Mon Aug 1 04:31:52 2016 @@ -68,7 +68,7 @@ public class SwXTextSection extends Test log.println( "creating a textdocument" ); xTextDoc = SOF.createTextDoc( null ); } catch ( com.sun.star.uno.Exception e ) { - // Some exception occures.FAILED + // Some exception occured.FAILED e.printStackTrace( log ); throw new StatusException( "Couldn't create document", e ); } Modified: openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sw/SwXTextSections.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sw/SwXTextSections.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sw/SwXTextSections.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sw/SwXTextSections.java Mon Aug 1 04:31:52 2016 @@ -57,7 +57,7 @@ public class SwXTextSections extends Tes log.println( "creating a textdocument" ); xTextDoc = SOF.createTextDoc( null ); } catch ( com.sun.star.uno.Exception e ) { - // Some exception occures.FAILED + // Some exception occured.FAILED e.printStackTrace( log ); throw new StatusException( "Couldn't create document", e ); } Modified: openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sw/SwXTextTable.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sw/SwXTextTable.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sw/SwXTextTable.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sw/SwXTextTable.java Mon Aug 1 04:31:52 2016 @@ -61,7 +61,7 @@ public class SwXTextTable extends TestCa log.println("creating a textdocument"); xTextDoc = SOF.createTextDoc(null); } catch (com.sun.star.uno.Exception e) { - // Some exception occures.FAILED + // Some exception occured.FAILED e.printStackTrace(log); throw new StatusException("Couldn't create document", e); } Modified: openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sw/SwXTextTableCursor.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sw/SwXTextTableCursor.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sw/SwXTextTableCursor.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sw/SwXTextTableCursor.java Mon Aug 1 04:31:52 2016 @@ -53,7 +53,7 @@ public class SwXTextTableCursor extends log.println( "creating a textdocument" ); xTextDoc = SOF.createTextDoc( null ); } catch ( com.sun.star.uno.Exception e ) { - // Some exception occures.FAILED + // Some exception occured.FAILED e.printStackTrace( log ); throw new StatusException( "Couldn't create document", e ); } Modified: openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sw/SwXTextTableRow.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sw/SwXTextTableRow.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sw/SwXTextTableRow.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sw/SwXTextTableRow.java Mon Aug 1 04:31:52 2016 @@ -55,7 +55,7 @@ public class SwXTextTableRow extends Tes log.println( "creating a textdocument" ); xTextDoc = SOF.createTextDoc( null ); } catch ( com.sun.star.uno.Exception e ) { - // Some exception occures.FAILED + // Some exception occured.FAILED e.printStackTrace( log ); throw new StatusException( "Couldn't create document", e ); } Modified: openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sw/SwXTextTables.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sw/SwXTextTables.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sw/SwXTextTables.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sw/SwXTextTables.java Mon Aug 1 04:31:52 2016 @@ -56,7 +56,7 @@ public class SwXTextTables extends TestC log.println( "creating a textdocument" ); xTextDoc = SOF.createTextDoc( null ); } catch ( com.sun.star.uno.Exception e ) { - // Some exception occures.FAILED + // Some exception occured.FAILED e.printStackTrace( log ); throw new StatusException( "Couldn't create document", e ); } Modified: openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sw/SwXTextView.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sw/SwXTextView.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sw/SwXTextView.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sw/SwXTextView.java Mon Aug 1 04:31:52 2016 @@ -91,7 +91,7 @@ public class SwXTextView extends TestCas debug = tParam.getBool(util.PropertyName.DEBUG_IS_ACTIVE); } catch ( com.sun.star.uno.Exception e ) { - // Some exception occures.FAILED + // Some exception occured.FAILED e.printStackTrace( log ); throw new StatusException( "Couldn't create document", e ); } Modified: openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sw/SwXTextViewCursor.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sw/SwXTextViewCursor.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sw/SwXTextViewCursor.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sw/SwXTextViewCursor.java Mon Aug 1 04:31:52 2016 @@ -64,7 +64,7 @@ public class SwXTextViewCursor extends T log.println( "creating a textdocument" ); xTextDoc = SOF.createTextDoc( null ); } catch ( com.sun.star.uno.Exception e ) { - // Some exception occures.FAILED + // Some exception occured.FAILED e.printStackTrace( log ); throw new StatusException( "Couldn't create document", e ); } Modified: openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sw/SwXViewSettings.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sw/SwXViewSettings.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sw/SwXViewSettings.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sw/SwXViewSettings.java Mon Aug 1 04:31:52 2016 @@ -54,7 +54,7 @@ public class SwXViewSettings extends Tes log.println( "creating a textdocument" ); xTextDoc = SOF.createTextDoc( null ); } catch ( com.sun.star.uno.Exception e ) { - // Some exception occures.FAILED + // Some exception occured.FAILED e.printStackTrace( log ); throw new StatusException( "Couldn't create document", e ); } Modified: openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sw/XMLContentExporter.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sw/XMLContentExporter.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sw/XMLContentExporter.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sw/XMLContentExporter.java Mon Aug 1 04:31:52 2016 @@ -79,7 +79,7 @@ public class XMLContentExporter extends log.println( "creating a textdocument" ); xTextDoc = SOF.createTextDoc( null ); } catch ( com.sun.star.uno.Exception e ) { - // Some exception occures.FAILED + // Some exception occured.FAILED e.printStackTrace( log ); throw new StatusException( "Couldn't create document", e ); } Modified: openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sw/XMLContentImporter.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sw/XMLContentImporter.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sw/XMLContentImporter.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sw/XMLContentImporter.java Mon Aug 1 04:31:52 2016 @@ -75,7 +75,7 @@ public class XMLContentImporter extends log.println( "creating a textdocument" ); xTextDoc = SOF.createTextDoc( null ); } catch ( com.sun.star.uno.Exception e ) { - // Some exception occures.FAILED + // Some exception occured.FAILED e.printStackTrace( log ); throw new StatusException( "Couldn't create document", e ); } Modified: openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sw/XMLExporter.java URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sw/XMLExporter.java?rev=1754701&r1=1754700&r2=1754701&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sw/XMLExporter.java (original) +++ openoffice/branches/gbuild-reintegration/main/qadevOOo/tests/java/mod/_sw/XMLExporter.java Mon Aug 1 04:31:52 2016 @@ -79,7 +79,7 @@ public class XMLExporter extends TestCas 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 ); }
