summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/util
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 19:41:12 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-26 05:59:24 -0600
commitfaabee67550fb8eaebe5f58e224508de81d2c641 (patch)
tree102b91054825b5ff7af4f72905322d39de84f97d /qadevOOo/runner/util
parente90c27f5e180f58997026c69aa746498aa995823 (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/util')
-rw-r--r--qadevOOo/runner/util/compare/GraphicalComparator.java2
-rw-r--r--qadevOOo/runner/util/compare/PDFComparator.java12
2 files changed, 7 insertions, 7 deletions
diff --git a/qadevOOo/runner/util/compare/GraphicalComparator.java b/qadevOOo/runner/util/compare/GraphicalComparator.java
index a0deec1639e3..420f0249c16f 100644
--- a/qadevOOo/runner/util/compare/GraphicalComparator.java
+++ b/qadevOOo/runner/util/compare/GraphicalComparator.java
@@ -30,7 +30,7 @@ import java.io.IOException;
import util.compare.DocComparator;
import convwatch.ConvWatchException;
-// -----------------------------------------------------------------------------
+
class GraphicalComparator implements DocComparator
{
GraphicalTestArguments m_aArguments;
diff --git a/qadevOOo/runner/util/compare/PDFComparator.java b/qadevOOo/runner/util/compare/PDFComparator.java
index 88242d008d08..4efe701c7f5d 100644
--- a/qadevOOo/runner/util/compare/PDFComparator.java
+++ b/qadevOOo/runner/util/compare/PDFComparator.java
@@ -38,16 +38,16 @@ class PDFComparator extends GraphicalComparator implements DocComparator
// all in GraphicalComparator implemented.
// public boolean isReferenceExistent() throws IOException;
- //
+
// public void createReference() throws IOException;
- //
+
// public boolean compare() throws IOException;
- //
- //
+
+
// public boolean isDiffReferenceExistent() throws IOException;
- //
+
// public void createDiffReference() throws IOException;
- //
+
// public boolean compareDiff() throws IOException;
}