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.java12
1 files changed, 6 insertions, 6 deletions
diff --git a/qadevOOo/runner/convwatch/StatusHelper.java b/qadevOOo/runner/convwatch/StatusHelper.java
index d37fa4a79af4..797c683c6a51 100644
--- a/qadevOOo/runner/convwatch/StatusHelper.java
+++ b/qadevOOo/runner/convwatch/StatusHelper.java
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -34,7 +34,7 @@ public class StatusHelper
final static public int DIFF_DIFFERENCES_FOUND = 3;
final static public int DIFF_AFTER_MOVE_DONE_NO_PROBLEMS = 4;
final static public int DIFF_AFTER_MOVE_DONE_DIFFERENCES_FOUND = 5;
-
+
// public String m_sOutputPath;
public String m_sMainName;
@@ -61,9 +61,9 @@ public class StatusHelper
m_sOld_BM_Gfx = _sOldGfx;
m_sNew_BM_Gfx = _sNewGfx;
m_sDiff_BM_Gfx = _sDiffGfx;
-
+
}
-
+
public void printStatus()
{
GlobalLogWriter.get().println(" Original file: " + m_sOldGfx);
@@ -96,10 +96,10 @@ public class StatusHelper
}
+
-
-// TODO: stream output
+// TODO: stream output
// public stream& statusline(stream)
// {
// stream << name << "PASS" << nDiff==0?"PASS":"FAIL" << endl;