Kaydet (Commit) 9b65ce57 authored tarafından Noel Grandin's avatar Noel Grandin

cid#1327100 UrF: Unread field

Change-Id: I443e37567e9907b06cd75af7ba84f00a40584b08
üst d6457789
......@@ -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");
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment