summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/graphical/MSOfficePostscriptCreator.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/graphical/MSOfficePostscriptCreator.java')
-rw-r--r--qadevOOo/runner/graphical/MSOfficePostscriptCreator.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/runner/graphical/MSOfficePostscriptCreator.java b/qadevOOo/runner/graphical/MSOfficePostscriptCreator.java
index 9e2a9c38ced1..19955a5c04e4 100644
--- a/qadevOOo/runner/graphical/MSOfficePostscriptCreator.java
+++ b/qadevOOo/runner/graphical/MSOfficePostscriptCreator.java
@@ -185,7 +185,7 @@ public class MSOfficePostscriptCreator implements IOffice
{
aStartCommand = createPowerPointPrintHelper();
}
- else if (sDocumentSuffix.toLowerCase().equals(".xml"))
+ else if (sDocumentSuffix.equalsIgnoreCase(".xml"))
{
// TODO: Open XML File and check if we need excel or word
String sOfficeType = getOfficeType(_sInputFile);