Remove dead java code

Change-Id: I9a86978c4b4da058ddc44a7e79635e232ff6c870
This commit is contained in:
Noel Grandin
2012-07-03 09:53:52 +02:00
committed by Caolán McNamara
parent 08181e1c3e
commit fa4966a15c
7 changed files with 0 additions and 16 deletions

View File

@@ -72,7 +72,6 @@ public class UrlResolver {
} }
else { // new style else { // new style
int index = dcp.indexOf(':'); int index = dcp.indexOf(':');
String url = dcp.substring(0, index).trim();
dcp = dcp.substring(index + 1).trim(); dcp = dcp.substring(index + 1).trim();
index = dcp.indexOf(';'); index = dcp.indexOf(';');

View File

@@ -209,7 +209,6 @@ public class java_remote_bridge
} }
private final Type type; private final Type type;
private final Object object;
private int count = 1; private int count = 1;
} }

View File

@@ -197,7 +197,6 @@ public final class JobQueue_Test {
public final ThreadId _threadId = JavaThreadPoolFactory.getThreadId(); public final ThreadId _threadId = JavaThreadPoolFactory.getThreadId();
public final Object _disposeId = new Object(); public final Object _disposeId = new Object();
public JobQueue _jobQueue = null; public JobQueue _jobQueue = null;
public String _message;
public TestThread(int waitTime) { public TestThread(int waitTime) {
this.waitTime = waitTime; this.waitTime = waitTime;
@@ -219,7 +218,6 @@ public final class JobQueue_Test {
} }
_jobQueue.enter(_disposeId); _jobQueue.enter(_disposeId);
} catch (Throwable e) { } catch (Throwable e) {
_message = e.getMessage();
} }
synchronized (lock) { synchronized (lock) {
state = STATE_DONE; state = STATE_DONE;

View File

@@ -338,8 +338,6 @@ public class ThreadPool_Test {
private static final class TestThread extends Thread { private static final class TestThread extends Thread {
ThreadId _threadId; ThreadId _threadId;
Object _disposeId = new Object();
String _message;
IThreadPool _iThreadPool; IThreadPool _iThreadPool;
TestThread() { TestThread() {
@@ -368,7 +366,6 @@ public class ThreadPool_Test {
_iThreadPool.enter(); _iThreadPool.enter();
} }
catch(Throwable throwable) { catch(Throwable throwable) {
_message = throwable.getMessage();
} }
_iThreadPool.detach(); _iThreadPool.detach();

View File

@@ -53,9 +53,6 @@ public class _XAccessibleComponent {
private Rectangle bounds = null ; private Rectangle bounds = null ;
private static final String className =
"com.sun.star.accessibility.XAccessibleComponent";
/** /**
* Constructor * Constructor
* @param object * @param object

View File

@@ -52,9 +52,6 @@ public class _XAccessibleContext {
// private LogWriter log; // private LogWriter log;
private static final String className =
"com.sun.star.accessibility.XAccessibleContext" ;
public XAccessibleContext oObj = null; public XAccessibleContext oObj = null;
private int childCount = 0; private int childCount = 0;

View File

@@ -69,9 +69,6 @@ public class _XAccessibleText {
// private LogWriter log; // private LogWriter log;
private static final String className =
"com.sun.star.accessibility.XAccessibleText" ;
public XAccessibleText oObj = null; public XAccessibleText oObj = null;
private XMultiServiceFactory xMSF; private XMultiServiceFactory xMSF;