summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/sheet/_XFormulaQuery.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/sheet/_XFormulaQuery.java')
-rw-r--r--qadevOOo/tests/java/ifc/sheet/_XFormulaQuery.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/qadevOOo/tests/java/ifc/sheet/_XFormulaQuery.java b/qadevOOo/tests/java/ifc/sheet/_XFormulaQuery.java
index 7a41fc0603c0..b4958937ee2f 100644
--- a/qadevOOo/tests/java/ifc/sheet/_XFormulaQuery.java
+++ b/qadevOOo/tests/java/ifc/sheet/_XFormulaQuery.java
@@ -63,8 +63,7 @@ public class _XFormulaQuery extends MultiMethodTest {
try {
mxCell = oSheet.getCellByPosition(15, 15);
} catch (com.sun.star.lang.IndexOutOfBoundsException e) {
- throw new StatusException(
- Status.failed("Couldn't get initial cell"));
+ throw new StatusException(e, Status.failed("Couldn't get initial cell"));
}
}