summaryrefslogtreecommitdiffstats
path: root/sc/qa/complex/dataPilot/CheckDataPilot.java
diff options
context:
space:
mode:
Diffstat (limited to 'sc/qa/complex/dataPilot/CheckDataPilot.java')
-rw-r--r--sc/qa/complex/dataPilot/CheckDataPilot.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/qa/complex/dataPilot/CheckDataPilot.java b/sc/qa/complex/dataPilot/CheckDataPilot.java
index d26c78da1cdc..56e0a0e5a795 100644
--- a/sc/qa/complex/dataPilot/CheckDataPilot.java
+++ b/sc/qa/complex/dataPilot/CheckDataPilot.java
@@ -190,7 +190,7 @@ public class CheckDataPilot {
System.out.println( "Creating a Spreadsheet document" );
xSheetDoc = SOF.createCalcDoc(null);
} catch (com.sun.star.uno.Exception e) {
- // Some exception occures.FAILED
+ // Some exception occurs.FAILED
e.printStackTrace();
throw new StatusException( "Couldn't create document", e );
}