[Libreoffice-commits] core.git: 4 commits - qadevOOo/tests
Noel Grandin
noel at peralex.com
Thu Oct 15 02:55:07 PDT 2015
qadevOOo/tests/java/ifc/form/_XFormController.java | 1 -
qadevOOo/tests/java/ifc/frame/_XDispatchRecorderSupplier.java | 4 +---
qadevOOo/tests/java/ifc/linguistic2/_XLinguServiceManager.java | 2 --
qadevOOo/tests/java/ifc/sheet/_XDataPilotDescriptor.java | 3 +--
4 files changed, 2 insertions(+), 8 deletions(-)
New commits:
commit fd7613f07fc9ec06358e266aa4cc03c5fd5c664f
Author: Noel Grandin <noel at peralex.com>
Date: Thu Oct 15 11:35:46 2015 +0200
cid#1327101 UrF: Unread field
Change-Id: I0245bfc1a4a1516fe45fdc69d2df98e09218a9cf
diff --git a/qadevOOo/tests/java/ifc/sheet/_XDataPilotDescriptor.java b/qadevOOo/tests/java/ifc/sheet/_XDataPilotDescriptor.java
index c0265af..06bac33 100644
--- a/qadevOOo/tests/java/ifc/sheet/_XDataPilotDescriptor.java
+++ b/qadevOOo/tests/java/ifc/sheet/_XDataPilotDescriptor.java
@@ -57,7 +57,6 @@ public class _XDataPilotDescriptor extends MultiMethodTest {
public XDataPilotDescriptor oObj = null;
CellRangeAddress CRA = new CellRangeAddress((short)1, 1, 1, 5, 5);
- CellRangeAddress oldCRA = null ;
String sTag = "XDataPilotDescriptor_Tag";
String fieldsNames[];
int fieldsAmount = 0;
@@ -117,7 +116,7 @@ public class _XDataPilotDescriptor extends MultiMethodTest {
executeMethod("getHiddenFields()") ;
executeMethod("getPageFields()") ;
- oldCRA = oObj.getSourceRange() ;
+ oObj.getSourceRange();
oObj.setSourceRange(CRA);
tRes.tested("setSourceRange()", true);
commit 9b65ce577165426f10db31429ff816c34d9b0539
Author: Noel Grandin <noel at peralex.com>
Date: Thu Oct 15 11:34:40 2015 +0200
cid#1327100 UrF: Unread field
Change-Id: I443e37567e9907b06cd75af7ba84f00a40584b08
diff --git a/qadevOOo/tests/java/ifc/linguistic2/_XLinguServiceManager.java b/qadevOOo/tests/java/ifc/linguistic2/_XLinguServiceManager.java
index 7b735c6..2f71ea3 100644
--- a/qadevOOo/tests/java/ifc/linguistic2/_XLinguServiceManager.java
+++ b/qadevOOo/tests/java/ifc/linguistic2/_XLinguServiceManager.java
@@ -47,7 +47,6 @@ import com.sun.star.linguistic2.XThesaurus;
public class _XLinguServiceManager extends MultiMethodTest {
public XLinguServiceManager oObj = null;
- boolean listenerCalled = false;
/**
* Class implements interface <code>XLinguServiceEventListener</code>
@@ -60,7 +59,6 @@ public class _XLinguServiceManager extends MultiMethodTest {
log.println("Listener has been disposed");
}
public void processLinguServiceEvent(LinguServiceEvent aServiceEvent) {
- listenerCalled = true;
log.println("Listener called");
}
}
commit d6457789968e8731f86454579d3c5febed1e53c9
Author: Noel Grandin <noel at peralex.com>
Date: Thu Oct 15 11:33:44 2015 +0200
cid#1327099 UrF: Unread field
Change-Id: I3dfa6d8c780db88e1b195415ae2035a6e6b0cf4c
diff --git a/qadevOOo/tests/java/ifc/frame/_XDispatchRecorderSupplier.java b/qadevOOo/tests/java/ifc/frame/_XDispatchRecorderSupplier.java
index cb799d6..00e8f6b 100644
--- a/qadevOOo/tests/java/ifc/frame/_XDispatchRecorderSupplier.java
+++ b/qadevOOo/tests/java/ifc/frame/_XDispatchRecorderSupplier.java
@@ -50,7 +50,6 @@ public class _XDispatchRecorderSupplier extends MultiMethodTest {
XComponent xTextDoc = null;
XDispatchRecorder recorder = null;
- XDesktop desktop = null;
/**
* Simple <code>XDispatchRecorder</code> implementation
@@ -81,8 +80,7 @@ public class _XDispatchRecorderSupplier extends MultiMethodTest {
Object inst = tParam.getMSF().createInstance
("com.sun.star.frame.Desktop");
- desktop = UnoRuntime.queryInterface
- (XDesktop.class, inst);
+ UnoRuntime.queryInterface(XDesktop.class, inst);
}
/**
commit 8704aa88d3291074e9435e0adb4b6c6e26c6a194
Author: Noel Grandin <noel at peralex.com>
Date: Thu Oct 15 11:32:15 2015 +0200
cid#1327098 UrF: Unread field
Change-Id: I085fc6e31a387e81f9afb80b9054a47f5ffbbee3
diff --git a/qadevOOo/tests/java/ifc/form/_XFormController.java b/qadevOOo/tests/java/ifc/form/_XFormController.java
index eb03939..339610c 100644
--- a/qadevOOo/tests/java/ifc/form/_XFormController.java
+++ b/qadevOOo/tests/java/ifc/form/_XFormController.java
@@ -48,7 +48,6 @@ import com.sun.star.uno.UnoRuntime;
public class _XFormController extends MultiMethodTest {
public static XFormController oObj = null;
- XWindow otherWind = null;
/**
* Listener which determines and stores events occurred.
More information about the Libreoffice-commits
mailing list