summaryrefslogtreecommitdiffstats
path: root/forms/qa
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 /forms/qa
parentfdo#75757: remove inheritance to std::map (diff)
downloadcore-1658c017a27ac2cccb2af89f88a4cde8ffdbe531.tar.gz
core-1658c017a27ac2cccb2af89f88a4cde8ffdbe531.zip
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 'forms/qa')
-rw-r--r--forms/qa/integration/forms/CellBinding.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/forms/qa/integration/forms/CellBinding.java b/forms/qa/integration/forms/CellBinding.java
index 3a981f18c0c8..e71975ae96e7 100644
--- a/forms/qa/integration/forms/CellBinding.java
+++ b/forms/qa/integration/forms/CellBinding.java
@@ -539,8 +539,7 @@ public class CellBinding extends complexlib.ComplexTestCase
XAccessible accessible = UnoRuntime.queryInterface(
XAccessible.class, m_document.getCurrentView().getControl( controlModel ) );
- XAccessibleContext context = accessible.getAccessibleContext();
- XServiceInfo si = UnoRuntime.queryInterface( XServiceInfo.class,
+ UnoRuntime.queryInterface( XServiceInfo.class,
accessible.getAccessibleContext() );
XAccessibleEditableText textAccess = UnoRuntime.queryInterface(