From 026f38aca9d4f0c2755c7affe0a1e0f75fac2887 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 3 Nov 2015 13:41:26 +0000 Subject: coverity#1327152 UrF: Unread field Change-Id: I8a5418907570a53c2aaf88fc20458559b5bbf40e --- qadevOOo/tests/java/ifc/frame/_XNotifyingDispatch.java | 2 -- 1 file changed, 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.") ; } -- cgit