summaryrefslogtreecommitdiff
path: root/sw/qa/complex
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-05-26 13:13:31 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-05-27 07:20:55 +0000
commitfd964e3b9f60bf2043fdc39ab8161a586049b481 (patch)
tree3077a1fa078bee5ad1bc2481860257638937c160 /sw/qa/complex
parent02b666c4770b4a4c7a5bb5dba9c3738515921e00 (diff)
improve exception throwing in java class util.utils
so that we get nice stack traces in our test error logs instead of just the title of the exception Change-Id: I47f30d80b9efbc7dbeff7f4456755e416e577b5a Reviewed-on: https://gerrit.libreoffice.org/25510 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sw/qa/complex')
-rw-r--r--sw/qa/complex/writer/CheckBookmarks.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/qa/complex/writer/CheckBookmarks.java b/sw/qa/complex/writer/CheckBookmarks.java
index a73af1a60cc5..bec743056a95 100644
--- a/sw/qa/complex/writer/CheckBookmarks.java
+++ b/sw/qa/complex/writer/CheckBookmarks.java
@@ -219,7 +219,7 @@ public class CheckBookmarks {
}
private XTextDocument reloadFrom(String sFilter, String sExtension)
- throws com.sun.star.io.IOException
+ throws com.sun.star.io.IOException, com.sun.star.uno.Exception
{
String sFileUrl = util.utils.getOfficeTemp(m_xMsf) + "/Bookmarktest." + sExtension;
try {