[Libreoffice-commits] core.git: 4 commits - qadevOOo/tests

Noel Grandin noel at peralex.com
Fri Oct 16 05:41:22 PDT 2015


 qadevOOo/tests/java/ifc/sheet/_XSheetAuditing.java   |    3 +--
 qadevOOo/tests/java/ifc/text/_XFootnote.java         |    3 ---
 qadevOOo/tests/java/ifc/text/_XTextRange.java        |    2 --
 qadevOOo/tests/java/ifc/text/_XTextRangeCompare.java |    4 ----
 4 files changed, 1 insertion(+), 11 deletions(-)

New commits:
commit 3615f5a1c7b6002b50a8e5adafce804f06ebefa2
Author: Noel Grandin <noel at peralex.com>
Date:   Fri Oct 16 14:31:06 2015 +0200

    cid#1327106 UrF: Unread field
    
    Change-Id: I02b97aa788caeb5bea9498fadc29b00890564d2f

diff --git a/qadevOOo/tests/java/ifc/text/_XTextRangeCompare.java b/qadevOOo/tests/java/ifc/text/_XTextRangeCompare.java
index 8c4bceb..0cf3c37 100644
--- a/qadevOOo/tests/java/ifc/text/_XTextRangeCompare.java
+++ b/qadevOOo/tests/java/ifc/text/_XTextRangeCompare.java
@@ -60,15 +60,11 @@ public class _XTextRangeCompare extends MultiMethodTest {
      * the test object
      */
     public XTextRangeCompare oObj = null;
-
-
     String nameStr = null;
-
     XTextRange oRange = null;
     XTextCursor cursor1 = null;
     XTextCursor cursor2 = null;
     String startStr = null;
-    String endStr = null;
     XText oText = null;
 
     /**
commit 6a9513b6f45f006d5c32cb578664382c2a7b28a5
Author: Noel Grandin <noel at peralex.com>
Date:   Fri Oct 16 14:30:20 2015 +0200

    cid#1327105 UrF: Unread field
    
    Change-Id: Id047ee357db72773057acd325d2c9ec02448d06c

diff --git a/qadevOOo/tests/java/ifc/text/_XTextRange.java b/qadevOOo/tests/java/ifc/text/_XTextRange.java
index 0125e54..04a721f 100644
--- a/qadevOOo/tests/java/ifc/text/_XTextRange.java
+++ b/qadevOOo/tests/java/ifc/text/_XTextRange.java
@@ -46,8 +46,6 @@ public class _XTextRange extends MultiMethodTest {
                                             // in MultiMethodTest
     XTextRange oStartRange = null;          // startrange of textrang
     XTextRange oEndRange = null;            // endrange of textrang
-    String startStr = null;                 // string in startrange
-    String endStr = null;                   // string in endrange
 
     /**
     * Retrieves the start range and sets its context to
commit 237b4a83154859b16efe4870bab99479b72c6d03
Author: Noel Grandin <noel at peralex.com>
Date:   Fri Oct 16 14:28:54 2015 +0200

    cid#1327103 UrF: Unread field
    
    Change-Id: Ia1e77525c086059aca099828935d852c92ee208a

diff --git a/qadevOOo/tests/java/ifc/text/_XFootnote.java b/qadevOOo/tests/java/ifc/text/_XFootnote.java
index dedcaae..7984f1c 100644
--- a/qadevOOo/tests/java/ifc/text/_XFootnote.java
+++ b/qadevOOo/tests/java/ifc/text/_XFootnote.java
@@ -22,7 +22,6 @@ import lib.MultiMethodTest;
 import util.XInstCreator;
 
 import com.sun.star.text.XFootnote;
-import com.sun.star.uno.XInterface;
 
 
 /**
@@ -38,9 +37,7 @@ import com.sun.star.uno.XInterface;
 public class _XFootnote extends MultiMethodTest {
 
     public XFootnote oObj = null;        // oObj filled by MultiMethodTest
-
     XInstCreator info = null;               // instance creator
-    XInterface oInt = null;
 
     /**
      * Test calls the method. <p>
commit 810407b04346a6e853983e45b7c80a5157115623
Author: Noel Grandin <noel at peralex.com>
Date:   Fri Oct 16 14:27:48 2015 +0200

    cid#1327102 UrF: Unread field
    
    Change-Id: I28b0c6315c8526c80eeede179dd71e37be3272ef

diff --git a/qadevOOo/tests/java/ifc/sheet/_XSheetAuditing.java b/qadevOOo/tests/java/ifc/sheet/_XSheetAuditing.java
index 88aa783..4966510 100644
--- a/qadevOOo/tests/java/ifc/sheet/_XSheetAuditing.java
+++ b/qadevOOo/tests/java/ifc/sheet/_XSheetAuditing.java
@@ -42,7 +42,6 @@ public class _XSheetAuditing extends MultiMethodTest {
     CellAddress dependentAddress = null;
     XCell xAddress = null;
     XCell xPrecedentAddress = null;
-    XCell xDependentAddress = null;
     XDrawPage xDrawPage = null;
     int elementCount = 0;
 
@@ -76,7 +75,7 @@ public class _XSheetAuditing extends MultiMethodTest {
             throw new StatusException(Status.failed("'XSheetAuditing.Spreadsheet' object relation not found."));
         try {
             xAddress = xSheet.getCellByPosition(address.Column, address.Row);
-            xDependentAddress = xSheet.getCellByPosition(dependentAddress.Column, dependentAddress.Row);
+            xSheet.getCellByPosition(dependentAddress.Column, dependentAddress.Row);
             xPrecedentAddress = xSheet.getCellByPosition(precedentAddress.Column, precedentAddress.Row);
         }
         catch(com.sun.star.lang.IndexOutOfBoundsException e) {


More information about the Libreoffice-commits mailing list