summaryrefslogtreecommitdiff
path: root/reportdesign/qa
diff options
context:
space:
mode:
Diffstat (limited to 'reportdesign/qa')
-rw-r--r--reportdesign/qa/complex/reportdesign/ReportDesignerTest.java4
1 files changed, 2 insertions, 2 deletions
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);