Kaydet (Commit) 026f38ac authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1327152 UrF: Unread field

Change-Id: I8a5418907570a53c2aaf88fc20458559b5bbf40e
üst 104a7281
......@@ -55,7 +55,6 @@ public class _XNotifyingDispatch extends MultiMethodTest {
*/
protected static class TestNotificationListener implements
com.sun.star.frame.XDispatchResultListener {
public boolean disposingCalled = false ;
public boolean finishedDispatch = false ;
private final java.io.PrintWriter log;
......@@ -64,7 +63,6 @@ public class _XNotifyingDispatch extends MultiMethodTest {
}
public void disposing(com.sun.star.lang.EventObject e) {
disposingCalled = true ;
log.println(" disposing was 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