summaryrefslogtreecommitdiff
path: root/smoketest/com
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/com
parent2b9ad46b23fdb39cd456cdc543cce346c6f325c3 (diff)
java: remove unused parameters
Change-Id: I47c618117e079bb2ef90d92c449c8166ea957fa5
Diffstat (limited to 'smoketest/com')
-rw-r--r--smoketest/com/sun/star/comp/smoketest/TestExtension.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/smoketest/com/sun/star/comp/smoketest/TestExtension.java b/smoketest/com/sun/star/comp/smoketest/TestExtension.java
index d9041515544e..e2253b4b5322 100644
--- a/smoketest/com/sun/star/comp/smoketest/TestExtension.java
+++ b/smoketest/com/sun/star/comp/smoketest/TestExtension.java
@@ -45,7 +45,7 @@ public class TestExtension {
* @param xmultiservicefactoryInitialization A special service factory
* could be introduced while initializing.
*/
- public _TestExtension(XComponentContext xCompContext) {
+ public _TestExtension() {
}
/** This method returns an array of all supported service names.