summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/convwatch/StatusHelper.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/convwatch/StatusHelper.java')
-rw-r--r--qadevOOo/runner/convwatch/StatusHelper.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/runner/convwatch/StatusHelper.java b/qadevOOo/runner/convwatch/StatusHelper.java
index 46a8ff38f1cf..bb494508128f 100644
--- a/qadevOOo/runner/convwatch/StatusHelper.java
+++ b/qadevOOo/runner/convwatch/StatusHelper.java
@@ -20,7 +20,7 @@ package convwatch;
public class StatusHelper
{
- final static public int DIFF_NOT_REALLY_INITIALISED = 1;
+ final static private int DIFF_NOT_REALLY_INITIALISED = 1;
final static public int DIFF_NO_DIFFERENCES = 2;
final static public int DIFF_DIFFERENCES_FOUND = 3;
final static public int DIFF_AFTER_MOVE_DONE_NO_PROBLEMS = 4;