diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-04-15 05:10:29 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-04-15 05:10:29 +0200 |
commit | 435f5e30c968ffd5761873f8b3f756949545ce72 (patch) | |
tree | b7f1623723f23d141d7b6b0cada5d28523d53fdf /sc/qa/complex | |
parent | 60fbefc615f8931bf8b952293fc4eb4ac35dafd8 (diff) |
fdo#60724 correct spelling
Change-Id: I7318a9f4f3410edf4dbe67bf08f31682fcb4edc7
Diffstat (limited to 'sc/qa/complex')
-rw-r--r-- | sc/qa/complex/dataPilot/CheckDataPilot.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/qa/complex/dataPilot/CheckDataPilot.java b/sc/qa/complex/dataPilot/CheckDataPilot.java index 9f1357e98d69..d26c78da1cdc 100644 --- a/sc/qa/complex/dataPilot/CheckDataPilot.java +++ b/sc/qa/complex/dataPilot/CheckDataPilot.java @@ -258,7 +258,7 @@ public class CheckDataPilot { aChangeValue = new Integer(27); } catch (com.sun.star.lang.IndexOutOfBoundsException e) { e.printStackTrace(); - throw new StatusException( "Couldn't get cells for changeing.", e); + throw new StatusException( "Couldn't get cells for changing.", e); } |