summaryrefslogtreecommitdiffstats
path: root/qadevOOo/runner/helper/ClParser.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/helper/ClParser.java')
-rw-r--r--qadevOOo/runner/helper/ClParser.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/runner/helper/ClParser.java b/qadevOOo/runner/helper/ClParser.java
index 4ac7e87445fa..0d3c7e665e52 100644
--- a/qadevOOo/runner/helper/ClParser.java
+++ b/qadevOOo/runner/helper/ClParser.java
@@ -76,7 +76,7 @@ public class ClParser
pValue = pValue + " " + args[i].trim();
}
- pValue = utils.replaceAll13(pValue, "'", "");
+ pValue = pValue.replace("'", "");
i++;
}
else