summaryrefslogtreecommitdiff
path: root/smoketest/org/libreoffice
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-08-08 14:53:00 +0200
committerNoel Grandin <noel@peralex.com>2014-08-11 12:33:02 +0200
commit41709cc2688738f091a4b17839fe853caa5a0bfd (patch)
tree2e12ca2d594ce6767146c25862869ab7e9d2bc14 /smoketest/org/libreoffice
parent2b9ad46b23fdb39cd456cdc543cce346c6f325c3 (diff)
java: remove unused parameters
Change-Id: I47c618117e079bb2ef90d92c449c8166ea957fa5
Diffstat (limited to 'smoketest/org/libreoffice')
-rw-r--r--smoketest/org/libreoffice/smoketest/SmoketestCommandEnvironment.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/smoketest/org/libreoffice/smoketest/SmoketestCommandEnvironment.java b/smoketest/org/libreoffice/smoketest/SmoketestCommandEnvironment.java
index 1602c114bfae..4198739311f5 100644
--- a/smoketest/org/libreoffice/smoketest/SmoketestCommandEnvironment.java
+++ b/smoketest/org/libreoffice/smoketest/SmoketestCommandEnvironment.java
@@ -34,7 +34,7 @@ public class SmoketestCommandEnvironment extends WeakBase
static private final String __serviceName =
"com.sun.star.deployment.test.SmoketestCommandEnvironment";
- public SmoketestCommandEnvironment(XComponentContext xCompContext) {
+ public SmoketestCommandEnvironment() {
}
public static String[] getServiceNames() {