From 454ddddd9995ad7c6f865729d160814f5a9f093a Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 12 Dec 2014 14:05:04 +0200 Subject: java: remove some unused fields and variables Change-Id: I5d6071096307adbe7df0178000346cf915afa3e7 Reviewed-on: https://gerrit.libreoffice.org/13477 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- sw/qa/complex/writer/TextPortionEnumerationTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/qa') diff --git a/sw/qa/complex/writer/TextPortionEnumerationTest.java b/sw/qa/complex/writer/TextPortionEnumerationTest.java index db99d695d35f..f534dd263819 100644 --- a/sw/qa/complex/writer/TextPortionEnumerationTest.java +++ b/sw/qa/complex/writer/TextPortionEnumerationTest.java @@ -1268,7 +1268,7 @@ public class TextPortionEnumerationTest @Test public void testTextField() throws Exception { - String name = mkName("ruby"); + mkName("ruby"); TreeNode root = new TreeNode(); TreeNode txtf = new TextFieldNode("abc"); root.appendChild(txtf); -- cgit tro/allotropia/zeta-7-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-09-17goodbye linkoo.. you have served wellMatúš Kukan
2013-02-28Revert "rm -r solenv/src"Matúš Kukan
2013-02-28rm -r solenv/srcMatúš Kukan
2013-02-28remove dmake, build.pl, deliver.pl and zipdep.plBjoern Michaelsen
2012-03-06idle code documentation improvementMichael Meeks