diff options
author | Noel Grandin <noel@peralex.com> | 2016-05-26 13:13:31 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-05-27 07:20:55 +0000 |
commit | fd964e3b9f60bf2043fdc39ab8161a586049b481 (patch) | |
tree | 3077a1fa078bee5ad1bc2481860257638937c160 /sw/qa | |
parent | 02b666c4770b4a4c7a5bb5dba9c3738515921e00 (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')
-rw-r--r-- | sw/qa/complex/writer/CheckBookmarks.java | 2 |
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 { |