summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_sch/ChartLine.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_sch/ChartLine.java')
-rw-r--r--qadevOOo/tests/java/mod/_sch/ChartLine.java12
1 files changed, 6 insertions, 6 deletions
diff --git a/qadevOOo/tests/java/mod/_sch/ChartLine.java b/qadevOOo/tests/java/mod/_sch/ChartLine.java
index 2a6c8ac24c32..6ce09ec0d9d2 100644
--- a/qadevOOo/tests/java/mod/_sch/ChartLine.java
+++ b/qadevOOo/tests/java/mod/_sch/ChartLine.java
@@ -60,7 +60,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 occurs.FAILED
e.printStackTrace( log );
throw new StatusException( "Couldn't create document", e );
}
@@ -107,24 +107,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 occurs.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 occurs.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 occurs.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 occurs.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 occurs.FAILED
e.printStackTrace( log );
throw new StatusException( "Couldn't get Line", e );
}