summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/util/utils.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/util/utils.java')
-rw-r--r--qadevOOo/runner/util/utils.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/runner/util/utils.java b/qadevOOo/runner/util/utils.java
index 9a3faf4c53cf..775ed23dbe24 100644
--- a/qadevOOo/runner/util/utils.java
+++ b/qadevOOo/runner/util/utils.java
@@ -795,7 +795,7 @@ public class utils {
xContext.getValueByName("/singletons/com.sun.star.util.theMacroExpander"));
return xME.expandMacros(expand);
} catch (Exception e) {
- throw new Exception("could not expand macro: " + e.toString(), e);
+ throw new Exception("could not expand macro", e);
}
}
@@ -848,7 +848,7 @@ public class utils {
utils.shortWait(3000);
} catch (Exception e) {
- throw new Exception("ERROR: could not dispatch URL '" + URL + "': " + e.toString());
+ throw new Exception("ERROR: could not dispatch URL '" + URL + "'", e);
}
}