summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/sheet/_XDataPilotTable2.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/sheet/_XDataPilotTable2.java')
-rw-r--r--qadevOOo/tests/java/ifc/sheet/_XDataPilotTable2.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/ifc/sheet/_XDataPilotTable2.java b/qadevOOo/tests/java/ifc/sheet/_XDataPilotTable2.java
index 9845349dd83c..541e0d07e1dd 100644
--- a/qadevOOo/tests/java/ifc/sheet/_XDataPilotTable2.java
+++ b/qadevOOo/tests/java/ifc/sheet/_XDataPilotTable2.java
@@ -68,7 +68,7 @@ public class _XDataPilotTable2 extends MultiMethodTest
* exception to be thrown when obtaining a result data for a cell fails
* (probably because the cell is not a result cell).
*/
- private class ResultCellFailure extends com.sun.star.uno.Exception {}
+ private static class ResultCellFailure extends com.sun.star.uno.Exception {}
@Override
protected void before()