diff options
author | Alexander Wilms <f.alexander.wilms@gmail.com> | 2014-02-25 19:41:12 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-26 05:59:24 -0600 |
commit | faabee67550fb8eaebe5f58e224508de81d2c641 (patch) | |
tree | 102b91054825b5ff7af4f72905322d39de84f97d /qadevOOo/runner/convwatch/PRNCompare.java | |
parent | e90c27f5e180f58997026c69aa746498aa995823 (diff) |
Remove visual noise from qadevOOo
Change-Id: I3d65145422039d629d2375c9fef030cd6ee41124
Reviewed-on: https://gerrit.libreoffice.org/8291
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'qadevOOo/runner/convwatch/PRNCompare.java')
-rw-r--r-- | qadevOOo/runner/convwatch/PRNCompare.java | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/qadevOOo/runner/convwatch/PRNCompare.java b/qadevOOo/runner/convwatch/PRNCompare.java index 73e2bd536047..894aa4d2f0cb 100644 --- a/qadevOOo/runner/convwatch/PRNCompare.java +++ b/qadevOOo/runner/convwatch/PRNCompare.java @@ -28,14 +28,14 @@ import helper.StringHelper; import java.util.ArrayList; import util.utils; -// ----------------------------------------------------------------------------- + // --------------------------------- PRNCompare --------------------------------- // class DifferenceType // { // final static int NO_DIFFERENCE = 1; // final static int DIFFERENCE = 2; -// + // public int nValue = NO_DIFFERENCE; // public boolean equals(int _n) // { @@ -44,7 +44,7 @@ import util.utils; // } // } -// ----------------------------------------------------------------------------- + public class PRNCompare { // OSHelper m_aHelper; @@ -162,7 +162,7 @@ public class PRNCompare m_sDocumentType = _sTypeName; } - // ----------------------------------------------------------------------------- + public StatusHelper[] compare() { @@ -653,13 +653,13 @@ public class PRNCompare // { // sComposite = "composite.exe"; // } - // + // String sCommand = sComposite +" -compose difference " + // StringHelper.doubleQuoteIfNeed(sOldGfx) + " " + // StringHelper.doubleQuoteIfNeed(sNewGfx) + " " + // StringHelper.doubleQuoteIfNeed(sDiffGfx); - // - // + + // // System.out.println(sCommand); // // executeSynchronously(sCommand); // ProcessHandler aHandler = new ProcessHandler(sCommand); @@ -699,7 +699,7 @@ public class PRNCompare return aCurrentStatus; } - // ----------------------------------------------------------------------------- + /** * count how much pixel differ and between Old or New and the Difference graphics * @@ -770,7 +770,7 @@ public class PRNCompare // LLA: 20040804 sample how to build jpegs from reference files // a.createJPEGFromPostscript("/tmp/convwatch_java", // "/home/apitest/WorkFromHome/20040804/reference", "worddoc.prn" ); -// + // a.createJPEGFromPostscript("/tmp/convwatch_java", // "/home/apitest/WorkFromHome/20040804/reference", "worddoc.ps" ); |