summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/util/SOfficeFactory.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/util/SOfficeFactory.java')
-rw-r--r--qadevOOo/runner/util/SOfficeFactory.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/qadevOOo/runner/util/SOfficeFactory.java b/qadevOOo/runner/util/SOfficeFactory.java
index f672733a4e97..c45fbd6131e0 100644
--- a/qadevOOo/runner/util/SOfficeFactory.java
+++ b/qadevOOo/runner/util/SOfficeFactory.java
@@ -50,8 +50,7 @@ public class SOfficeFactory {
try {
oInterface = xMSF.createInstance("com.sun.star.frame.Desktop");
} catch (com.sun.star.uno.Exception e) {
- throw new IllegalArgumentException(
- "Desktop Service not available");
+ throw new IllegalArgumentException("Desktop Service not available", e);
}
// query the desktop interface and then it's componentloader