summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/org/openoffice/RunnerService.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/org/openoffice/RunnerService.java')
-rw-r--r--qadevOOo/runner/org/openoffice/RunnerService.java7
1 files changed, 0 insertions, 7 deletions
diff --git a/qadevOOo/runner/org/openoffice/RunnerService.java b/qadevOOo/runner/org/openoffice/RunnerService.java
index 3f50ccffb19c..fcd425617fcf 100644
--- a/qadevOOo/runner/org/openoffice/RunnerService.java
+++ b/qadevOOo/runner/org/openoffice/RunnerService.java
@@ -56,13 +56,6 @@ public class RunnerService implements XJob, XServiceInfo,
static public final String __implName = "org.openoffice.RunnerService";
static private XMultiServiceFactory xMSF = null;
- /**
- * ct'tor
- * Construct an own office provider for tests
- */
- public RunnerService() {
- }
-
public Object execute(NamedValue[] args) {
// construct valid arguments from the given stuff
int arg_length=args.length;