summaryrefslogtreecommitdiff
path: root/bridges
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-12-18 11:43:40 +0200
committerNoel Grandin <noel@peralex.com>2015-01-05 09:59:03 +0200
commit10039462dfebdf6727529ca38b4105fcd7dd5727 (patch)
treedae25c3bdfa24dac171b10a2ac095f169b883fe5 /bridges
parent82257e9087dc405fdc45cba7d6867be53b5ec9b3 (diff)
java: remove more dead code
found by looking for unused parameters (in Eclipse) Change-Id: I03cf9bc8312e59747b2d0ac153ee2fc8d76be893
Diffstat (limited to 'bridges')
-rw-r--r--bridges/test/java_remote/Bug107753_Test.java4
-rw-r--r--bridges/test/testclient.java3
2 files changed, 1 insertions, 6 deletions
diff --git a/bridges/test/java_remote/Bug107753_Test.java b/bridges/test/java_remote/Bug107753_Test.java
index 06e764b0ebb3..34e51126808d 100644
--- a/bridges/test/java_remote/Bug107753_Test.java
+++ b/bridges/test/java_remote/Bug107753_Test.java
@@ -48,7 +48,7 @@ public final class Bug107753_Test extends ComplexTestCase {
public void test() throws Exception {
TestBed t = new TestBed();
- assure("test", t.execute(new Provider(t), false, Client.class, 0));
+ assure("test", t.execute(new Provider(), false, Client.class, 0));
}
public static final class Client extends TestBed.Client {
@@ -350,8 +350,6 @@ public final class Bug107753_Test extends ComplexTestCase {
}
private static final class Provider implements XInstanceProvider {
- public Provider(TestBed testBed) {
- }
public Object getInstance(String instanceName) {
return new XTransport() {
diff --git a/bridges/test/testclient.java b/bridges/test/testclient.java
index 933b2ebdd451..3194a5b0286a 100644
--- a/bridges/test/testclient.java
+++ b/bridges/test/testclient.java
@@ -57,9 +57,6 @@ class MyCallMe implements XCallMe
{
return "";
}
- public void setsAttribute( String _sattribute ) throws com.sun.star.uno.RuntimeException
- {
- }
// Methods
public void call( /*IN*/String s, /*IN*/int nToDo ) throws com.sun.star.uno.RuntimeException