summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/util/compare/GraphicalComparator.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/util/compare/GraphicalComparator.java')
-rw-r--r--qadevOOo/runner/util/compare/GraphicalComparator.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/runner/util/compare/GraphicalComparator.java b/qadevOOo/runner/util/compare/GraphicalComparator.java
index 47b99b8aa218..f52e8f0bbfd7 100644
--- a/qadevOOo/runner/util/compare/GraphicalComparator.java
+++ b/qadevOOo/runner/util/compare/GraphicalComparator.java
@@ -75,7 +75,7 @@ class GraphicalComparator implements DocComparator
* replacing the path equals to _sInputPath with _sReferencePath and replace it's suffix by _sNewSuffix.
* If _sInputPath is empty, replace the whole path by _sReferencePath.
*/
- protected String createSpecialFile(String _sEntry, String _sInputPath, String _sReferencePath, String _sNewSuffix)
+ private String createSpecialFile(String _sEntry, String _sInputPath, String _sReferencePath, String _sNewSuffix)
{
String fs = System.getProperty("file.separator");
String sNewSubDir = "";
@@ -100,7 +100,7 @@ class GraphicalComparator implements DocComparator
return sNewReferencePath;
}
- boolean isReferenceOrDiffExistent(String _sNewSuffix)
+ private boolean isReferenceOrDiffExistent(String _sNewSuffix)
{
boolean isExistent = false;