diff options
author | Noel Grandin <noel@peralex.com> | 2014-08-11 09:40:12 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-08-13 13:34:43 +0200 |
commit | 5ce80c9728ac53ef4e1c8f68d6ef4b7be1f7bf1c (patch) | |
tree | 4771f6939c612c4844903a98252a6ccc5c97dcd8 /framework | |
parent | 4a4127d2c4d9e70b7747ae7683f94a1f046893b3 (diff) |
remove dead java constants
found by UCDetector
Change-Id: I1f8f5ba4f3ab1a1ef134dd0988f913dab7501351
Diffstat (limited to 'framework')
-rw-r--r-- | framework/qa/complex/loadAllDocuments/StatusIndicator.java | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/framework/qa/complex/loadAllDocuments/StatusIndicator.java b/framework/qa/complex/loadAllDocuments/StatusIndicator.java index 691b4c76b605..c682c4f82362 100644 --- a/framework/qa/complex/loadAllDocuments/StatusIndicator.java +++ b/framework/qa/complex/loadAllDocuments/StatusIndicator.java @@ -31,20 +31,6 @@ package complex.loadAllDocuments; public class StatusIndicator implements com.sun.star.task.XStatusIndicator { - - /** - * @const SHOWSTATUS_NO don't show the status - but save information about using of this indicator object - * @const SHOWSTATUS_LOG the possible set protocol object will be used (it covers STDOUT, STDERR automatically too) - * @const SHOWSTATUS_DIALOG the status will be shown inside a java dialog - * @const SHOWSTATUS_LINK the status will be notified to interested listener (one listener only!) - */ - public static final int SHOWSTATUS_NO = 0; - public static final int SHOWSTATUS_LOG = 1; - public static final int SHOWSTATUS_DIALOG = 4; - public static final int SHOWSTATUS_LINK = 8; - - - private boolean m_bWasUsed ; |