From 06913bd76dc150fa3097f808bde832bd4088d753 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 20 Oct 2015 15:00:34 +0100 Subject: coverity#1327149 UrF: Unread field Change-Id: I444e27236b715b1eb612dee3559a28967e069744 --- qadevOOo/tests/java/ifc/form/_XLoadable.java | 6 ------ 1 file changed, 6 deletions(-) (limited to 'qadevOOo') diff --git a/qadevOOo/tests/java/ifc/form/_XLoadable.java b/qadevOOo/tests/java/ifc/form/_XLoadable.java index 7f89388f7cf4..a4bf0e78dd74 100644 --- a/qadevOOo/tests/java/ifc/form/_XLoadable.java +++ b/qadevOOo/tests/java/ifc/form/_XLoadable.java @@ -45,12 +45,9 @@ public class _XLoadable extends MultiMethodTest { * Listener implementation which sets flags on appropriate method calls */ protected static class TestLoadListener implements com.sun.star.form.XLoadListener { - public boolean disposingCalled = false ; public boolean loadedCalled = false ; public boolean reloadedCalled = false ; - public boolean reloadingCalled = false ; public boolean unloadedCalled = false ; - public boolean unloadingCalled = false ; private final java.io.PrintWriter log; public TestLoadListener(java.io.PrintWriter log) { @@ -58,7 +55,6 @@ public class _XLoadable extends MultiMethodTest { } public void disposing(com.sun.star.lang.EventObject e) { - disposingCalled = true ; log.println(" disposing was called.") ; } @@ -73,7 +69,6 @@ public class _XLoadable extends MultiMethodTest { } public void reloading(com.sun.star.lang.EventObject e) { - reloadingCalled = true ; log.println(" reloading was called.") ; } @@ -83,7 +78,6 @@ public class _XLoadable extends MultiMethodTest { } public void unloading(com.sun.star.lang.EventObject e) { - unloadingCalled = true ; log.println(" unloading was called.") ; } } -- cgit ion value='distro/cib/libreoffice-6-3'>distro/cib/libreoffice-6-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/connectivity/Configuration_tdeab.mk
AgeCommit message (Expand)Author
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2012-08-18fix TDE FTBFSTimothy Pearson
2012-05-29connectivity: convert tdeab to gbuildDavid Tardon