summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/convwatch/MSOfficePrint.java
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-11-24 20:58:56 +0100
committerStephan Bergmann <sbergman@redhat.com>2013-11-24 20:58:56 +0100
commit718de51eb9f567fa433ac216114f5e6f16236209 (patch)
tree01793173eb9c16050f17638d5df0caaf65f7ac22 /qadevOOo/runner/convwatch/MSOfficePrint.java
parent224e9c81d87de598c00cd7025dfe43febcc08477 (diff)
Some Java String clean-up
Change-Id: I6728720a13f4b66edc6c5cd0b7a9bcb036e86ff2
Diffstat (limited to 'qadevOOo/runner/convwatch/MSOfficePrint.java')
-rw-r--r--qadevOOo/runner/convwatch/MSOfficePrint.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/runner/convwatch/MSOfficePrint.java b/qadevOOo/runner/convwatch/MSOfficePrint.java
index aa881b5087cf..3b3ed466c895 100644
--- a/qadevOOo/runner/convwatch/MSOfficePrint.java
+++ b/qadevOOo/runner/convwatch/MSOfficePrint.java
@@ -258,7 +258,7 @@ public class MSOfficePrint
{
aStr = "\"\"";
}
- aList[i] = new String(aStr);
+ aList[i] = aStr;
}
// This is really the latest point where we can check if we are running within windows environment