summaryrefslogtreecommitdiff
path: root/linguistic
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-08-05 11:30:20 +0200
committerNoel Grandin <noel@peralex.com>2014-08-08 09:48:16 +0200
commite7a474b29ad87c03bdc3253cc62521b8af3a93e0 (patch)
tree653452cc25dbe5fb2a9cc36e59f7a95ceed8f17c /linguistic
parent27459c71ef5f6f27749de36334e8a20fe4731e62 (diff)
java: remove unused variables
Change-Id: I1b04fbf4d4562ff8e74f6ccdb2fd989d79cc869b
Diffstat (limited to 'linguistic')
-rw-r--r--linguistic/qa/complex/linguistic/HangulHanjaConversion.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/linguistic/qa/complex/linguistic/HangulHanjaConversion.java b/linguistic/qa/complex/linguistic/HangulHanjaConversion.java
index 85274a06b48d..aae75adeb04f 100644
--- a/linguistic/qa/complex/linguistic/HangulHanjaConversion.java
+++ b/linguistic/qa/complex/linguistic/HangulHanjaConversion.java
@@ -114,7 +114,6 @@ XComponent xDoc = DesktopTools.loadDoc(xMSF, FileToLoad,
XSpreadsheet xSheet = getSheet(xDoc);
boolean done = false;
int counter = 0;
- int numberOfWords = 0;
String wordToCheck = "";
String expectedConversion = "";
@@ -124,8 +123,6 @@ XComponent xDoc = DesktopTools.loadDoc(xMSF, FileToLoad,
counter++;
if (!done) {
- numberOfWords++;
-
try {
xDict.addEntry(HangulHanja[0], HangulHanja[1]);
wordToCheck += HangulHanja[0];