summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/convwatch/ConvWatch.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/convwatch/ConvWatch.java')
-rw-r--r--qadevOOo/runner/convwatch/ConvWatch.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/qadevOOo/runner/convwatch/ConvWatch.java b/qadevOOo/runner/convwatch/ConvWatch.java
index 7187ec5f52a3..588814ea7d90 100644
--- a/qadevOOo/runner/convwatch/ConvWatch.java
+++ b/qadevOOo/runner/convwatch/ConvWatch.java
@@ -149,7 +149,7 @@ public class ConvWatch
throw new ConvWatchCancelException("createPostscriptStartCheck: Printed file " + sAbsolutePrintFile + " does not exist.");
}
- if (bAbsoluteReferenceFile == false)
+ if (!bAbsoluteReferenceFile)
{
// copy AbsolutePrintFile to AbsoluteReferenceFile
String sDestinationFile = sAbsolutePrintFile; // URLHelper.getSystemPathFromFileURL(...)
@@ -170,7 +170,7 @@ public class ConvWatch
a.setOutputPath( _sOutputPath );
a.setReferenceFile( sReferenceFile );
a.setPostScriptFile(sPostScriptFile );
- if (_aGTA.printAllPages() == true)
+ if (_aGTA.printAllPages())
{
a.setMaxPages(9999);
}
@@ -365,7 +365,7 @@ public class ConvWatch
createINIStatus_DiffDiff(aDiffDiffList, "DiffDiff_", _sOutputPath, _sAbsoluteInputFile, _aGTA.getBuildID());
- if (bFoundAOldDiff == false)
+ if (!bFoundAOldDiff)
{
throw new ConvWatchCancelException("No old difference file found." );
}