summaryrefslogtreecommitdiff
path: root/smoketest
diff options
context:
space:
mode:
Diffstat (limited to 'smoketest')
-rw-r--r--smoketest/com/sun/star/comp/smoketest/TestExtension.java5
-rw-r--r--smoketest/org/libreoffice/smoketest/SmoketestCommandEnvironment.java3
2 files changed, 0 insertions, 8 deletions
diff --git a/smoketest/com/sun/star/comp/smoketest/TestExtension.java b/smoketest/com/sun/star/comp/smoketest/TestExtension.java
index 44be2a734cf4..5e4d797fa602 100644
--- a/smoketest/com/sun/star/comp/smoketest/TestExtension.java
+++ b/smoketest/com/sun/star/comp/smoketest/TestExtension.java
@@ -40,11 +40,6 @@ public class TestExtension {
static private final String __serviceName =
"com.sun.star.comp.smoketest.TestExtension";
- /** The constructor of the inner class has a XMultiServiceFactory parameter.
- */
- public _TestExtension() {
- }
-
/** This method returns an array of all supported service names.
* @return Array of supported service names.
*/
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;