summaryrefslogtreecommitdiff
path: root/sc/qa/complex
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-08-04 16:12:55 +0200
committerNoel Grandin <noel@peralex.com>2014-08-05 11:31:49 +0200
commitf124688cfdfbe96ff2be5ab44ea5023725548146 (patch)
tree4874bf2b2504979b9733f200e05b68034c7eaefe /sc/qa/complex
parent36a74fe54a0cd99372ea646af31ce41ac5ec5b08 (diff)
java: remove various unused variables
Change-Id: Id9f30938f594cb6fe73bf40adfffa65ec1b42cd1
Diffstat (limited to 'sc/qa/complex')
-rw-r--r--sc/qa/complex/calcPreview/ViewForwarder.java1
-rw-r--r--sc/qa/complex/dataPilot/_XNamed.java1
-rw-r--r--sc/qa/complex/sc/CalcRTL.java1
3 files changed, 0 insertions, 3 deletions
diff --git a/sc/qa/complex/calcPreview/ViewForwarder.java b/sc/qa/complex/calcPreview/ViewForwarder.java
index 3d2a1d268a80..8ea5a9899cd9 100644
--- a/sc/qa/complex/calcPreview/ViewForwarder.java
+++ b/sc/qa/complex/calcPreview/ViewForwarder.java
@@ -1055,7 +1055,6 @@ public class ViewForwarder {
XWindow xWindow = AccessibilityTools.getCurrentWindow(mXMSF, aModel);
XAccessible xRoot = AccessibilityTools.getAccessibleObject(xWindow);
- XAccessible parent = null;
try {
XAccessibleContext con = AccessibilityTools.getAccessibleObjectForRole
diff --git a/sc/qa/complex/dataPilot/_XNamed.java b/sc/qa/complex/dataPilot/_XNamed.java
index 11c1df4d5409..b7d9e8c3a33d 100644
--- a/sc/qa/complex/dataPilot/_XNamed.java
+++ b/sc/qa/complex/dataPilot/_XNamed.java
@@ -83,7 +83,6 @@ public class _XNamed {
boolean result = true;
boolean loc_result = true;
String name = null;
- String NewName = null;
loc_result = ((name = oObj.getName()) != null);
System.out.println("getting the name \"" + name + "\"");
diff --git a/sc/qa/complex/sc/CalcRTL.java b/sc/qa/complex/sc/CalcRTL.java
index 68d06de65ee1..ee5f3039b5cb 100644
--- a/sc/qa/complex/sc/CalcRTL.java
+++ b/sc/qa/complex/sc/CalcRTL.java
@@ -365,7 +365,6 @@ public class CalcRTL /* extends ComplexTestCase */
newValue = getRealValue(newValue);
resValue = getRealValue(resValue);
- short attr = prop.Attributes;
boolean readOnly = (prop.Attributes & PropertyAttribute.READONLY) != 0;
boolean maybeVoid = (prop.Attributes & PropertyAttribute.MAYBEVOID) != 0;