summaryrefslogtreecommitdiff
path: root/qadevOOo/testdocs/backend/org/openoffice/JavaSystemBackend.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/testdocs/backend/org/openoffice/JavaSystemBackend.java')
-rw-r--r--qadevOOo/testdocs/backend/org/openoffice/JavaSystemBackend.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/testdocs/backend/org/openoffice/JavaSystemBackend.java b/qadevOOo/testdocs/backend/org/openoffice/JavaSystemBackend.java
index 2a633c08e403..91aa80848c6b 100644
--- a/qadevOOo/testdocs/backend/org/openoffice/JavaSystemBackend.java
+++ b/qadevOOo/testdocs/backend/org/openoffice/JavaSystemBackend.java
@@ -218,7 +218,7 @@ public class JavaSystemBackend implements XSingleLayerStratum, XTypeProvider,
msf.createInstance(
"com.sun.star.comp.configuration.backend.LayerDescriber"));
} catch (com.sun.star.uno.Exception e) {
- throw new com.sun.star.lang.NullPointerException(
+ throw new com.sun.star.lang.NullPointerException(e,
"exception while creating LayerDesccriber");
}