summaryrefslogtreecommitdiff
path: root/jurt
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-08-04 16:27:56 +0200
committerNoel Grandin <noel@peralex.com>2014-08-05 11:31:50 +0200
commitd26540bb05b0443e7988da34372c86f88cbf1f6c (patch)
tree3f24ac9aa08992ff1e90211b8681711ad92937d4 /jurt
parentf124688cfdfbe96ff2be5ab44ea5023725548146 (diff)
java: remove unused fields
Change-Id: I6c93864f501f646a8940eac221a88c87b3f75525
Diffstat (limited to 'jurt')
-rw-r--r--jurt/com/sun/star/comp/urlresolver/UrlResolver.java3
-rw-r--r--jurt/com/sun/star/lib/connections/pipe/pipeAcceptor.java2
-rw-r--r--jurt/com/sun/star/uno/WeakReference.java2
3 files changed, 0 insertions, 7 deletions
diff --git a/jurt/com/sun/star/comp/urlresolver/UrlResolver.java b/jurt/com/sun/star/comp/urlresolver/UrlResolver.java
index cb90e355202c..60cf351162b9 100644
--- a/jurt/com/sun/star/comp/urlresolver/UrlResolver.java
+++ b/jurt/com/sun/star/comp/urlresolver/UrlResolver.java
@@ -47,9 +47,6 @@ import com.sun.star.uno.UnoRuntime;
* @since UDK1.0
*/
public class UrlResolver {
- static private final boolean DEBUG = false;
-
-
static public class _UrlResolver implements XUnoUrlResolver {
static private final String __serviceName = "com.sun.star.bridge.UnoUrlResolver";
diff --git a/jurt/com/sun/star/lib/connections/pipe/pipeAcceptor.java b/jurt/com/sun/star/lib/connections/pipe/pipeAcceptor.java
index 5d2a7d5d0df0..cde06ab1f56c 100644
--- a/jurt/com/sun/star/lib/connections/pipe/pipeAcceptor.java
+++ b/jurt/com/sun/star/lib/connections/pipe/pipeAcceptor.java
@@ -120,6 +120,4 @@ public final class pipeAcceptor implements XAcceptor {
*/
public void stopAccepting() {
}
-
- private static final boolean DEBUG = false;
}
diff --git a/jurt/com/sun/star/uno/WeakReference.java b/jurt/com/sun/star/uno/WeakReference.java
index 5057f2a65d0c..3691c0fa0119 100644
--- a/jurt/com/sun/star/uno/WeakReference.java
+++ b/jurt/com/sun/star/uno/WeakReference.java
@@ -31,7 +31,6 @@ import com.sun.star.uno.XReference;
*/
public class WeakReference
{
- private final boolean DEBUG= false;
private OWeakRefListener m_listener;
// There is no default constructor. Every instance must register itself with the
// XAdapter interface, which is done in the constructors. Assume we have this code
@@ -103,7 +102,6 @@ public class WeakReference
*/
class OWeakRefListener implements XReference
{
- private final boolean DEBUG= false;
private XAdapter m_adapter;
/**