summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_sw/SwXCell.java
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-11-18 13:32:37 +0200
committerCaolán McNamara <caolanm@redhat.com>2014-11-24 20:45:17 +0000
commitfe095dada4e83129d49c8cc50501aa224d61e0f9 (patch)
treed351b1938c77c2640438dfc3427fabb8092baca3 /qadevOOo/tests/java/mod/_sw/SwXCell.java
parentdf633ac5487fd566fbf526808bb015112bd38e77 (diff)
java,qadev: remove unused parameters and local vars
Change-Id: Ifb9f9374051fe88dc4cd5a7a28b2c8c992ced873 Reviewed-on: https://gerrit.libreoffice.org/13097 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'qadevOOo/tests/java/mod/_sw/SwXCell.java')
-rw-r--r--qadevOOo/tests/java/mod/_sw/SwXCell.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/mod/_sw/SwXCell.java b/qadevOOo/tests/java/mod/_sw/SwXCell.java
index b1e909996ecb..0769840fb610 100644
--- a/qadevOOo/tests/java/mod/_sw/SwXCell.java
+++ b/qadevOOo/tests/java/mod/_sw/SwXCell.java
@@ -92,7 +92,7 @@ public class SwXCell extends TestCase {
XInterface oObj = null;
XTextContent oTable = null;
- SOfficeFactory SOF = SOfficeFactory.getFactory( tParam.getMSF() );
+ SOfficeFactory.getFactory( tParam.getMSF() );
log.println( "creating a test environment" );
oTable = SOfficeFactory.createTextTable(xTextDoc, 3, 4);
try {