diff options
author | Noel Grandin <noel@peralex.com> | 2015-10-15 11:34:40 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-10-15 11:34:40 +0200 |
commit | 9b65ce577165426f10db31429ff816c34d9b0539 (patch) | |
tree | d2c24d448c2db078e52b897ab7a174dd7924a049 /qadevOOo/tests | |
parent | d6457789968e8731f86454579d3c5febed1e53c9 (diff) |
cid#1327100 UrF: Unread field
Change-Id: I443e37567e9907b06cd75af7ba84f00a40584b08
Diffstat (limited to 'qadevOOo/tests')
-rw-r--r-- | qadevOOo/tests/java/ifc/linguistic2/_XLinguServiceManager.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/qadevOOo/tests/java/ifc/linguistic2/_XLinguServiceManager.java b/qadevOOo/tests/java/ifc/linguistic2/_XLinguServiceManager.java index 7b735c64ff52..2f71ea37216b 100644 --- a/qadevOOo/tests/java/ifc/linguistic2/_XLinguServiceManager.java +++ b/qadevOOo/tests/java/ifc/linguistic2/_XLinguServiceManager.java @@ -47,7 +47,6 @@ import com.sun.star.linguistic2.XThesaurus; public class _XLinguServiceManager extends MultiMethodTest { public XLinguServiceManager oObj = null; - boolean listenerCalled = false; /** * Class implements interface <code>XLinguServiceEventListener</code> @@ -60,7 +59,6 @@ public class _XLinguServiceManager extends MultiMethodTest { log.println("Listener has been disposed"); } public void processLinguServiceEvent(LinguServiceEvent aServiceEvent) { - listenerCalled = true; log.println("Listener called"); } } |