From 77c3b539e1fa50ebd8c6ebfd53888e6f7dd609ac Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sat, 6 Feb 2016 20:51:08 +0000 Subject: coverity#1326633 DE: Dropped or ignored exception this is probably good enough Change-Id: I37304004f78d245ee0f400f07d07c731351d79eb --- wizards/com/sun/star/wizards/text/TextDocument.java | 1 + 1 file changed, 1 insertion(+) (limited to 'wizards/com') diff --git a/wizards/com/sun/star/wizards/text/TextDocument.java b/wizards/com/sun/star/wizards/text/TextDocument.java index c6dace7b3cfb..74a24eb7f3cd 100644 --- a/wizards/com/sun/star/wizards/text/TextDocument.java +++ b/wizards/com/sun/star/wizards/text/TextDocument.java @@ -124,6 +124,7 @@ public class TextDocument { // TODO: it seems the whole project does not really have an error handling. Other methods // seem to generally silence errors, so we can't do anything else here... + e.printStackTrace(); } if (bShowStatusIndicator) -- cgit