summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/convwatch/DocumentConverter.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/convwatch/DocumentConverter.java')
-rw-r--r--qadevOOo/runner/convwatch/DocumentConverter.java5
1 files changed, 1 insertions, 4 deletions
diff --git a/qadevOOo/runner/convwatch/DocumentConverter.java b/qadevOOo/runner/convwatch/DocumentConverter.java
index fce3456b57a8..32cbbca8f8ee 100644
--- a/qadevOOo/runner/convwatch/DocumentConverter.java
+++ b/qadevOOo/runner/convwatch/DocumentConverter.java
@@ -81,15 +81,12 @@ public class DocumentConverter extends EnhancedComplexTestCase
// The test method itself.
private String m_sInputPath = "";
private String m_sReferencePath = "";
- private boolean m_bIncludeSubdirectories = true;
-
void initMember()
{
// MUST PARAMETER
// INPUT_PATH ----------
String sINPATH = (String)param.get( PropertyName.DOC_COMPARATOR_INPUT_PATH );
boolean bQuit = false;
- String sError = "";
if (sINPATH == null || sINPATH.length() == 0)
{
log.println("Please set input path (path to documents) " + PropertyName.DOC_COMPARATOR_INPUT_PATH + "=path.");
@@ -161,7 +158,7 @@ public class DocumentConverter extends EnhancedComplexTestCase
{
String fs = System.getProperty("file.separator");
- String sRemovePath = aInputPath.getAbsolutePath();
+ aInputPath.getAbsolutePath();
// a whole directory
FileFilter aFileFilter = FileHelper.getFileFilter();