From d5a31b221510a506a9c43d2c9f44c55405ce13fd Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 6 Aug 2014 08:38:10 +0200 Subject: java: remove unused parameters Change-Id: Ifc44c51ddbd21fabaad686bc3d38e2dab54d97aa --- reportdesign/qa/complex/reportdesign/ReportDesignerTest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'reportdesign/qa') diff --git a/reportdesign/qa/complex/reportdesign/ReportDesignerTest.java b/reportdesign/qa/complex/reportdesign/ReportDesignerTest.java index b9d6d3953f4d..c0216b1fc30d 100644 --- a/reportdesign/qa/complex/reportdesign/ReportDesignerTest.java +++ b/reportdesign/qa/complex/reportdesign/ReportDesignerTest.java @@ -351,7 +351,7 @@ public class ReportDesignerTest return sFileType; } - private String getOutputPath(int _nType) + private String getOutputPath() { String sOutputPath = util.utils.getOfficeTemp/*Dir*/(getMSF());// (String)param.get( convwatch.PropertyName.DOC_COMPARATOR_OUTPUT_PATH ); @@ -374,7 +374,7 @@ public class ReportDesignerTest */ private void storeComponent(String _sName, Object _xComponent, int _nType) { - String sOutputPath = getOutputPath(_nType); + String sOutputPath = getOutputPath(); // add DocumentPoolName sOutputPath += getDocumentPoolName(_nType); -- cgit v1.2.3