summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-08-04 13:18:10 +0200
committerNoel Grandin <noel@peralex.com>2014-08-04 13:38:30 +0200
commit9658b27b6915d7113f166099410d5417a08d151e (patch)
tree181010f2b6f47daa6eb4a31b51ea5a80c47f11b2 /qadevOOo/tests/java/ifc
parentf493555623fb36bb51e78a4630483271ed36afe7 (diff)
java: remove some unused variables
Change-Id: Ia9405d3e34e710059ff68bf850de91c36f4e1e1b
Diffstat (limited to 'qadevOOo/tests/java/ifc')
-rw-r--r--qadevOOo/tests/java/ifc/sheet/_XEnhancedMouseClickBroadcaster.java2
-rw-r--r--qadevOOo/tests/java/ifc/sheet/_XRangeSelection.java2
-rw-r--r--qadevOOo/tests/java/ifc/ui/_XContextMenuInterception.java4
3 files changed, 4 insertions, 4 deletions
diff --git a/qadevOOo/tests/java/ifc/sheet/_XEnhancedMouseClickBroadcaster.java b/qadevOOo/tests/java/ifc/sheet/_XEnhancedMouseClickBroadcaster.java
index 3ff61e47e96a..5ed0334e1d32 100644
--- a/qadevOOo/tests/java/ifc/sheet/_XEnhancedMouseClickBroadcaster.java
+++ b/qadevOOo/tests/java/ifc/sheet/_XEnhancedMouseClickBroadcaster.java
@@ -75,7 +75,7 @@ public class _XEnhancedMouseClickBroadcaster extends MultiMethodTest {
protected boolean clickOnSheet() {
log.println("try to open contex menu...");
- AccessibilityTools at = new AccessibilityTools();
+ new AccessibilityTools();
XWindow xWindow = AccessibilityTools.getCurrentWindow(tParam.getMSF(), docModel);
diff --git a/qadevOOo/tests/java/ifc/sheet/_XRangeSelection.java b/qadevOOo/tests/java/ifc/sheet/_XRangeSelection.java
index ce6ea4c13215..a5ae8ffee5e6 100644
--- a/qadevOOo/tests/java/ifc/sheet/_XRangeSelection.java
+++ b/qadevOOo/tests/java/ifc/sheet/_XRangeSelection.java
@@ -167,7 +167,7 @@ public class _XRangeSelection extends MultiMethodTest {
*/
protected Point getSheetCenter() {
log.println("Trying to get AccessibleSpreadsheet");
- AccessibilityTools at = new AccessibilityTools();
+ new AccessibilityTools();
XComponent xSheetDoc = (XComponent) tEnv.getObjRelation("DOCUMENT");
XModel xModel = UnoRuntime.queryInterface(XModel.class, xSheetDoc);
diff --git a/qadevOOo/tests/java/ifc/ui/_XContextMenuInterception.java b/qadevOOo/tests/java/ifc/ui/_XContextMenuInterception.java
index 631f8cee1381..fbce478c2d90 100644
--- a/qadevOOo/tests/java/ifc/ui/_XContextMenuInterception.java
+++ b/qadevOOo/tests/java/ifc/ui/_XContextMenuInterception.java
@@ -108,7 +108,7 @@ public class _XContextMenuInterception extends MultiMethodTest {
XAccessible xRoot = null;
- AccessibilityTools at = new AccessibilityTools();
+ new AccessibilityTools();
try {
xWindow = UnoRuntime.queryInterface(XWindow.class,
@@ -154,7 +154,7 @@ public class _XContextMenuInterception extends MultiMethodTest {
private void openContextMenu(XModel xModel){
log.println("try to open contex menu...");
- AccessibilityTools at = new AccessibilityTools();
+ new AccessibilityTools();
xWindow = AccessibilityTools.getCurrentWindow(xMSF, xModel);