summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-02-06 20:51:08 +0000
committerCaolán McNamara <caolanm@redhat.com>2016-02-06 20:58:44 +0000
commit77c3b539e1fa50ebd8c6ebfd53888e6f7dd609ac (patch)
tree655a982e3e6c38c7511f2da451f28995a4539de1 /wizards
parentf5d2efb75720741f76997600662354d432faa6d1 (diff)
coverity#1326633 DE: Dropped or ignored exception
this is probably good enough Change-Id: I37304004f78d245ee0f400f07d07c731351d79eb
Diffstat (limited to 'wizards')
-rw-r--r--wizards/com/sun/star/wizards/text/TextDocument.java1
1 files changed, 1 insertions, 0 deletions
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)