qadevOOo/tests/java/ifc/util/_XURLTransformer.java | 2 -- qadevOOo/tests/java/ifc/view/_XMultiSelectionSupplier.java | 1 - qadevOOo/tests/java/mod/_dbaccess/OSingleSelectQueryComposer.java | 1 - qadevOOo/tests/java/mod/_sc/XMLContentExporter.java | 1 - qadevOOo/tests/java/mod/_sw/SwXBookmark.java | 1 - qadevOOo/tests/java/mod/_sw/SwXFootnoteText.java | 1 - 6 files changed, 7 deletions(-)
New commits: commit 3a9eabc9a1959ef08a85001991a940ddf01d9afb Author: Caolán McNamara <[email protected]> Date: Wed Oct 14 11:50:17 2015 +0100 coverity#1327177 UuF: Unused field Change-Id: I6f09015a33410e700562a87c0cf51195cbd63172 diff --git a/qadevOOo/tests/java/mod/_sw/SwXFootnoteText.java b/qadevOOo/tests/java/mod/_sw/SwXFootnoteText.java index bd403ac..374e89c 100644 --- a/qadevOOo/tests/java/mod/_sw/SwXFootnoteText.java +++ b/qadevOOo/tests/java/mod/_sw/SwXFootnoteText.java @@ -70,7 +70,6 @@ import com.sun.star.uno.XInterface; */ public class SwXFootnoteText extends TestCase { XTextDocument xTextDoc; - SOfficeFactory SOF; /** * Creates text document. commit 03682b59b7a5ab4c8d77d7d35d0629d13f7d470f Author: Caolán McNamara <[email protected]> Date: Wed Oct 14 11:50:37 2015 +0100 coverity#1327176 UuF: Unused field Change-Id: I754e1cbe9f6ed5c83b79771f99728ef317cfbe0a diff --git a/qadevOOo/tests/java/mod/_sw/SwXBookmark.java b/qadevOOo/tests/java/mod/_sw/SwXBookmark.java index a322cfe..034a64b 100644 --- a/qadevOOo/tests/java/mod/_sw/SwXBookmark.java +++ b/qadevOOo/tests/java/mod/_sw/SwXBookmark.java @@ -53,7 +53,6 @@ import com.sun.star.uno.XInterface; */ public class SwXBookmark extends TestCase { XTextDocument xTextDoc; - SOfficeFactory SOF; /** * Creates text document. commit 7e6bdb96b3a9622eff06185753ccab921a13c6cc Author: Caolán McNamara <[email protected]> Date: Wed Oct 14 11:51:33 2015 +0100 coverity#1327175 UuF: Unused field Change-Id: Ied5b03efadef550e653b7ffa861ada068ea6ba34 diff --git a/qadevOOo/tests/java/mod/_sc/XMLContentExporter.java b/qadevOOo/tests/java/mod/_sc/XMLContentExporter.java index b42d1fc..0d29876 100644 --- a/qadevOOo/tests/java/mod/_sc/XMLContentExporter.java +++ b/qadevOOo/tests/java/mod/_sc/XMLContentExporter.java @@ -66,7 +66,6 @@ import com.sun.star.xml.sax.XDocumentHandler; public class XMLContentExporter extends TestCase { static XComponent xSheetDoc; - static ContentFilterChecker Filter; /** * New spreadsheet document created. commit ad42f13d02cf6500f9906b25247d1ab6ae86211e Author: Caolán McNamara <[email protected]> Date: Wed Oct 14 11:53:15 2015 +0100 coverity#1327173 UuF: Unused field Change-Id: I9d5393ec87c46bca28d13ea12ae73d5186443c38 diff --git a/qadevOOo/tests/java/ifc/util/_XURLTransformer.java b/qadevOOo/tests/java/ifc/util/_XURLTransformer.java index 2f541d3..9521d7e 100644 --- a/qadevOOo/tests/java/ifc/util/_XURLTransformer.java +++ b/qadevOOo/tests/java/ifc/util/_XURLTransformer.java @@ -38,8 +38,6 @@ public class _XURLTransformer extends MultiMethodTest { public XURLTransformer oObj = null; - URL url; - static final String user = "user"; static final String invalidUserPrefix = "1"; static final String password = "password"; commit 12460183d3e6eb5103a95c771c3bee49bca4155d Author: Caolán McNamara <[email protected]> Date: Wed Oct 14 11:56:54 2015 +0100 coverity#1327163 UrF: Unread field Change-Id: If919721a1987798f7ca612f408125d77130112ba diff --git a/qadevOOo/tests/java/ifc/view/_XMultiSelectionSupplier.java b/qadevOOo/tests/java/ifc/view/_XMultiSelectionSupplier.java index f7c334b..afc10f1 100644 --- a/qadevOOo/tests/java/ifc/view/_XMultiSelectionSupplier.java +++ b/qadevOOo/tests/java/ifc/view/_XMultiSelectionSupplier.java @@ -51,7 +51,6 @@ import lib.StatusException; public class _XMultiSelectionSupplier extends MultiMethodTest { public XMultiSelectionSupplier oObj = null; - public boolean selectionChanged = false; Object[] selections = null; Comparator<Object> ObjCompare = null; commit 3059bc800a6211e8b4b66c92727162b60b621867 Author: Caolán McNamara <[email protected]> Date: Wed Oct 14 11:55:55 2015 +0100 coverity#1327164 UrF: Unread field Change-Id: Ib0576691b01830f25e38444efdb2442ca85ba2ca diff --git a/qadevOOo/tests/java/mod/_dbaccess/OSingleSelectQueryComposer.java b/qadevOOo/tests/java/mod/_dbaccess/OSingleSelectQueryComposer.java index a9b80c2..04132af 100644 --- a/qadevOOo/tests/java/mod/_dbaccess/OSingleSelectQueryComposer.java +++ b/qadevOOo/tests/java/mod/_dbaccess/OSingleSelectQueryComposer.java @@ -139,7 +139,6 @@ public class OSingleSelectQueryComposer extends TestCase { DBTools.DataSourceInfo srcInf = null; boolean isMySQLDB = false; protected static final String dbSourceName = "OSingleSelectQueryComposerDataSource"; - public XConnection conn = null; /** * Creating a TestEnvironment for the interfaces to be tested.
_______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
