summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/sheet/_XDocumentAuditing.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/sheet/_XDocumentAuditing.java')
-rw-r--r--qadevOOo/tests/java/ifc/sheet/_XDocumentAuditing.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/ifc/sheet/_XDocumentAuditing.java b/qadevOOo/tests/java/ifc/sheet/_XDocumentAuditing.java
index bba15dd95b95..f87d38145680 100644
--- a/qadevOOo/tests/java/ifc/sheet/_XDocumentAuditing.java
+++ b/qadevOOo/tests/java/ifc/sheet/_XDocumentAuditing.java
@@ -73,7 +73,7 @@ public class _XDocumentAuditing extends MultiMethodTest {
catch(com.sun.star.lang.WrappedTargetException e) {
ex = e;
}
- catch(java.lang.NullPointerException e) {
+ catch(NullPointerException e) {
ex = e;
}
if (ex != null) {