summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/graphical/OpenOfficePostscriptCreator.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/graphical/OpenOfficePostscriptCreator.java')
-rw-r--r--qadevOOo/runner/graphical/OpenOfficePostscriptCreator.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/runner/graphical/OpenOfficePostscriptCreator.java b/qadevOOo/runner/graphical/OpenOfficePostscriptCreator.java
index 361f105ff6ed..4c04e2249eaa 100644
--- a/qadevOOo/runner/graphical/OpenOfficePostscriptCreator.java
+++ b/qadevOOo/runner/graphical/OpenOfficePostscriptCreator.java
@@ -652,7 +652,7 @@ public class OpenOfficePostscriptCreator implements IOffice
// System.out.println(aPrinterProps[nPropIndex].Name);
nPropIndex++;
}
- isBusy = (aPrinterProps[nPropIndex].Value == Boolean.TRUE) ? true : false;
+ isBusy = (aPrinterProps[nPropIndex].Value == Boolean.TRUE);
TimeHelper.waitInSeconds(1, "is print ready?");
nPrintCount++;
if (nPrintCount > 3600)