summaryrefslogtreecommitdiff
path: root/smoketest/org
diff options
context:
space:
mode:
Diffstat (limited to 'smoketest/org')
-rw-r--r--smoketest/org/libreoffice/smoketest/SmoketestCommandEnvironment.java11
1 files changed, 0 insertions, 11 deletions
diff --git a/smoketest/org/libreoffice/smoketest/SmoketestCommandEnvironment.java b/smoketest/org/libreoffice/smoketest/SmoketestCommandEnvironment.java
index 14a5c4a6b69e..5b41e25058c0 100644
--- a/smoketest/org/libreoffice/smoketest/SmoketestCommandEnvironment.java
+++ b/smoketest/org/libreoffice/smoketest/SmoketestCommandEnvironment.java
@@ -35,18 +35,7 @@ public class SmoketestCommandEnvironment extends WeakBase
static private final String __serviceName =
"com.sun.star.deployment.test.SmoketestCommandEnvironment";
- private XComponentContext m_cmpCtx;
- private XMultiComponentFactory m_xMCF;
-
-
public SmoketestCommandEnvironment(XComponentContext xCompContext) {
- try {
- m_cmpCtx = xCompContext;
- m_xMCF = m_cmpCtx.getServiceManager();
- }
- catch( Exception e ) {
- e.printStackTrace();
- }
}
public static String[] getServiceNames() {