summaryrefslogtreecommitdiff
path: root/qadevOOo
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-05-03 15:06:41 +0200
committerNoel Grandin <noel@peralex.com>2013-05-06 11:45:55 +0200
commit7cba598a7ddcf02771ed31c8d8fce6f7e02ef715 (patch)
treedf44b82e914a29c971c7fa19c820563090d79aaf /qadevOOo
parent8be40d31d78723debd47f671544f480c1c606db7 (diff)
Java cleanup, delete some dead code
Change-Id: I4423cc7ec49769e256f73d9b7fba7b78f84f932f
Diffstat (limited to 'qadevOOo')
-rw-r--r--qadevOOo/runner/helper/OfficeProvider.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/qadevOOo/runner/helper/OfficeProvider.java b/qadevOOo/runner/helper/OfficeProvider.java
index ec426a8ba330..c0e573d8c212 100644
--- a/qadevOOo/runner/helper/OfficeProvider.java
+++ b/qadevOOo/runner/helper/OfficeProvider.java
@@ -444,10 +444,6 @@ public class OfficeProvider implements AppProvider
if (debug && exc != null && exc.length() != 0)
{
- if (exc == null)
- {
- exc = "";
- }
dbg("Could not connect an Office. " + exc);
}