diff options
author | Noel Grandin <noel@peralex.com> | 2014-08-04 16:27:56 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-08-05 11:31:50 +0200 |
commit | d26540bb05b0443e7988da34372c86f88cbf1f6c (patch) | |
tree | 3f24ac9aa08992ff1e90211b8681711ad92937d4 /qadevOOo | |
parent | f124688cfdfbe96ff2be5ab44ea5023725548146 (diff) |
java: remove unused fields
Change-Id: I6c93864f501f646a8940eac221a88c87b3f75525
Diffstat (limited to 'qadevOOo')
-rw-r--r-- | qadevOOo/runner/util/UITools.java | 1 | ||||
-rw-r--r-- | qadevOOo/tests/java/ifc/awt/_XUserInputInterception.java | 4 |
2 files changed, 0 insertions, 5 deletions
diff --git a/qadevOOo/runner/util/UITools.java b/qadevOOo/runner/util/UITools.java index 84d7238046a1..db99c090b7ab 100644 --- a/qadevOOo/runner/util/UITools.java +++ b/qadevOOo/runner/util/UITools.java @@ -47,7 +47,6 @@ import com.sun.star.uno.XInterface; */ public class UITools { - private static final AccessibilityTools mAT = new AccessibilityTools(); private final XAccessible mXRoot; private final XMultiServiceFactory mMSF; diff --git a/qadevOOo/tests/java/ifc/awt/_XUserInputInterception.java b/qadevOOo/tests/java/ifc/awt/_XUserInputInterception.java index a42313880e2c..1209ac99af94 100644 --- a/qadevOOo/tests/java/ifc/awt/_XUserInputInterception.java +++ b/qadevOOo/tests/java/ifc/awt/_XUserInputInterception.java @@ -396,10 +396,6 @@ public class _XUserInputInterception extends MultiMethodTest { private class EventTrigger extends Thread{ /** - * represents a <CODE>AccessibilityTools</CODE> - */ - private final AccessibilityTools at = new AccessibilityTools(); - /** * represents an <CODE>EventType</CODE> * @see EventTest.EventTriggerType */ |