summaryrefslogtreecommitdiff
path: root/smoketest/org/libreoffice/smoketest/SmoketestCommandEnvironment.java
diff options
context:
space:
mode:
Diffstat (limited to 'smoketest/org/libreoffice/smoketest/SmoketestCommandEnvironment.java')
-rw-r--r--smoketest/org/libreoffice/smoketest/SmoketestCommandEnvironment.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/smoketest/org/libreoffice/smoketest/SmoketestCommandEnvironment.java b/smoketest/org/libreoffice/smoketest/SmoketestCommandEnvironment.java
index fe4f3464e21e..7cdd64732d19 100644
--- a/smoketest/org/libreoffice/smoketest/SmoketestCommandEnvironment.java
+++ b/smoketest/org/libreoffice/smoketest/SmoketestCommandEnvironment.java
@@ -33,9 +33,6 @@ public class SmoketestCommandEnvironment extends WeakBase
static private final String __serviceName =
"com.sun.star.deployment.test.SmoketestCommandEnvironment";
- public SmoketestCommandEnvironment() {
- }
-
public static String[] getServiceNames() {
String[] sSupportedServiceNames = { __serviceName};
return sSupportedServiceNames;