summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/helper
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-01-21 17:35:24 +0000
committerCaolán McNamara <caolanm@redhat.com>2017-01-21 17:35:24 +0000
commit0a09da40dd3178a38ad0234a9eae20b67a228888 (patch)
treeaa3db5b457450800e30225181d80d4581df85877 /qadevOOo/runner/helper
parent0dace9ec07447407df5146555b1c8b56c0afe1e1 (diff)
this.cmdLine assigned twice
Change-Id: Icbc2393ac623d76c3ca5ae74525705f784b99c1c
Diffstat (limited to 'qadevOOo/runner/helper')
-rw-r--r--qadevOOo/runner/helper/ProcessHandler.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/qadevOOo/runner/helper/ProcessHandler.java b/qadevOOo/runner/helper/ProcessHandler.java
index 4ba1b5d0586f..7ec20a570420 100644
--- a/qadevOOo/runner/helper/ProcessHandler.java
+++ b/qadevOOo/runner/helper/ProcessHandler.java
@@ -166,7 +166,6 @@ public class ProcessHandler
this.cmdLine = cmdLine;
this.workDir = workDir;
this.log = log;
- this.cmdLine = cmdLine;
this.envVars = envVars;
if (log == null)
{
Maxim Monastirsky 2016-02-05Fix typosAndrea Gelmini 2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin 2016-01-10Fix typosAndrea Gelmini 2015-12-29cppcheck: noExplicitConstructorCaolán McNamara 2015-12-16No need for TransactionGuard::stopStephan Bergmann 2015-11-28Make this static WeakReference local to Frame::impl_checkMenuCloser()Matúš Kukan 2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-11-02loplugin:stringconstantNoel Grandin 2015-11-02use uno::Reference::set method instead of assignmentNoel Grandin 2015-10-14com::sun::star->css in frameworkNoel Grandin 2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-10-08full fill mostly fulfillCaolán McNamara 2015-09-30Fix typosAndrea Gelmini 2015-07-19Fix typosAndrea Gelmini 2015-07-16loplugin:simplifyboolStephan Bergmann 2015-07-08Fix typosAndrea Gelmini 2015-07-03Fix typosAndrea Gelmini 2015-06-28Fix typosAndrea Gelmini