summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_sch/ChartLine.java
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2013-09-26 11:44:54 +0200
committerAndras Timar <andras.timar@collabora.com>2013-09-26 11:47:45 +0200
commit7f436c1fd3a5f879fc99652043befb35158b3321 (patch)
treefb7afa124abc55dba2c9d17f4fa10a593485febf /qadevOOo/tests/java/mod/_sch/ChartLine.java
parent69c4a8bae5caadc4ff53660dd3f2b938f6dc1734 (diff)
typo fixes in comments
Change-Id: Iaadec33715f8e0e0c6595c5e684606905274fdab
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 );
}