From b1c472fd873c6396890135a3804a5b93e8581457 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 10 Dec 2015 10:55:21 +0000 Subject: coverity#1326610 DE: Dropped or ignored exception and coverity#1326611 DE: Dropped or ignored exception coverity#1326612 DE: Dropped or ignored exception coverity#1326613 DE: Dropped or ignored exception coverity#1326614 DE: Dropped or ignored exception coverity#1326615 DE: Dropped or ignored exception coverity#1326617 DE: Dropped or ignored exception coverity#1326618 DE: Dropped or ignored exception coverity#1326619 DE: Dropped or ignored exception coverity#1326620 DE: Dropped or ignored exception coverity#1326621 DE: Dropped or ignored exception coverity#1326622 DE: Dropped or ignored exception coverity#1326623 DE: Dropped or ignored exception coverity#1326624 DE: Dropped or ignored exception coverity#1326625 DE: Dropped or ignored exception coverity#1326626 DE: Dropped or ignored exception coverity#1326627 DE: Dropped or ignored exception Change-Id: I921a5434a6a116db5033cb2c90a59008c13f1bb2 --- qadevOOo/runner/util/DBTools.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'qadevOOo/runner') diff --git a/qadevOOo/runner/util/DBTools.java b/qadevOOo/runner/util/DBTools.java index 685ce2cdd4ce..4fd764a49572 100644 --- a/qadevOOo/runner/util/DBTools.java +++ b/qadevOOo/runner/util/DBTools.java @@ -161,7 +161,9 @@ public class DBTools { dbContext = UnoRuntime.queryInterface (XNamingService.class, cont) ; - } catch (com.sun.star.uno.Exception e) {} + } catch (com.sun.star.uno.Exception e) { + System.out.println("caught exception: " + e); + } } /** -- cgit