summaryrefslogtreecommitdiff
path: root/qadevOOo
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-11-03 13:41:26 +0000
committerCaolán McNamara <caolanm@redhat.com>2015-11-04 13:55:54 +0000
commit026f38aca9d4f0c2755c7affe0a1e0f75fac2887 (patch)
treeb3d006beeb737b78e38ad47f1d54a63cb01fe9e7 /qadevOOo
parent104a7281f057bd9e11e88b1d61c2fc308b86fdbb (diff)
coverity#1327152 UrF: Unread field
Change-Id: I8a5418907570a53c2aaf88fc20458559b5bbf40e
Diffstat (limited to 'qadevOOo')
-rw-r--r--qadevOOo/tests/java/ifc/frame/_XNotifyingDispatch.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/qadevOOo/tests/java/ifc/frame/_XNotifyingDispatch.java b/qadevOOo/tests/java/ifc/frame/_XNotifyingDispatch.java
index f1d2f12c098a..b214364f0eeb 100644
--- a/qadevOOo/tests/java/ifc/frame/_XNotifyingDispatch.java
+++ b/qadevOOo/tests/java/ifc/frame/_XNotifyingDispatch.java
@@ -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.") ;
}