summaryrefslogtreecommitdiff
path: root/framework/qa/complex/contextMenuInterceptor/CheckContextMenuInterceptor.java
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-11-18 14:13:55 +0200
committerNoel Grandin <noelgrandin@gmail.com>2014-11-25 05:05:24 +0000
commit1658c017a27ac2cccb2af89f88a4cde8ffdbe531 (patch)
treec0c660419993b5492ab012f1414455599fd0494a /framework/qa/complex/contextMenuInterceptor/CheckContextMenuInterceptor.java
parentee42495de1279f9966dd2305966ab96711403463 (diff)
java,framework: remove unused vars and parameters
Change-Id: I7df5ff730436b95cb93af9f813d7bc572da2b951 Reviewed-on: https://gerrit.libreoffice.org/13098 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'framework/qa/complex/contextMenuInterceptor/CheckContextMenuInterceptor.java')
-rw-r--r--framework/qa/complex/contextMenuInterceptor/CheckContextMenuInterceptor.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/framework/qa/complex/contextMenuInterceptor/CheckContextMenuInterceptor.java b/framework/qa/complex/contextMenuInterceptor/CheckContextMenuInterceptor.java
index 2f96fe716191..2b361cdf33fc 100644
--- a/framework/qa/complex/contextMenuInterceptor/CheckContextMenuInterceptor.java
+++ b/framework/qa/complex/contextMenuInterceptor/CheckContextMenuInterceptor.java
@@ -275,8 +275,7 @@ public class CheckContextMenuInterceptor
try
{
System.out.println("try to get first children of Help context...");
- XAccessible xHelpChild = xHelpCont.getAccessibleChild(0);
-
+ xHelpCont.getAccessibleChild(0);
}
catch (IndexOutOfBoundsException e)
{