summaryrefslogtreecommitdiff
path: root/sc/qa/complex
diff options
context:
space:
mode:
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;