summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/org/openoffice/Runner.java
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-12-22 14:45:07 +0200
committerNoel Grandin <noel@peralex.com>2015-01-13 08:42:55 +0200
commit04e26ca21cf05989030e457e1f938b7066f677d7 (patch)
tree28a3f1d17c9c61e500b3f19376201bd1be8f4299 /qadevOOo/runner/org/openoffice/Runner.java
parentc55f945e4b092a7c972e6f64260ba98784c85a77 (diff)
java: nothing is passing a "-ini" parameter into the RunnerService
Change-Id: Ic8dffc4ed757c74ce383b3dcf204d1c899a0c4f5
Diffstat (limited to 'qadevOOo/runner/org/openoffice/Runner.java')
-rw-r--r--qadevOOo/runner/org/openoffice/Runner.java20
1 files changed, 0 insertions, 20 deletions
diff --git a/qadevOOo/runner/org/openoffice/Runner.java b/qadevOOo/runner/org/openoffice/Runner.java
index 42b77674fb37..c7ee6dc3b154 100644
--- a/qadevOOo/runner/org/openoffice/Runner.java
+++ b/qadevOOo/runner/org/openoffice/Runner.java
@@ -17,7 +17,6 @@
*/
package org.openoffice;
-import helper.CfgParser;
import helper.ClParser;
import java.util.Enumeration;
@@ -150,25 +149,6 @@ public class Runner
ClParser cli = new ClParser();
- //parse the commandline arguments if an ini-parameter is given
- String iniFile = cli.getIniPath(args);
-
- //initialize cfgParser with ini-path
- CfgParser ini = new CfgParser(iniFile);
-
- //parse ConfigFile
- ini.getIniParameters(param);
-
-
- //parse the commandline arguments if an runnerprops-parameter is given
- String runnerIniFile = cli.getRunnerIniPath(args);
-
- //initialize cfgParser with ini-path
- CfgParser runnerIni = new CfgParser(runnerIniFile);
-
- //parse ConfigFile
- runnerIni.getIniParameters(param);
-
//parse the commandline arguments
// TODO: no right error message, if no parameter given!
cli.getCommandLineParameter(param, args);