summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/convwatch/LISTOutputter.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/convwatch/LISTOutputter.java')
-rw-r--r--qadevOOo/runner/convwatch/LISTOutputter.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/qadevOOo/runner/convwatch/LISTOutputter.java b/qadevOOo/runner/convwatch/LISTOutputter.java
index 23a83198b396..3053953f1f3c 100644
--- a/qadevOOo/runner/convwatch/LISTOutputter.java
+++ b/qadevOOo/runner/convwatch/LISTOutputter.java
@@ -23,13 +23,13 @@ import java.io.FileWriter;
public class LISTOutputter
{
- FileWriter m_aOut;
- String m_sFilename;
+ private FileWriter m_aOut;
+ private String m_sFilename;
/**
* ls is the current line separator (carridge return)
*/
- String ls;
+ private String ls;
public static LISTOutputter create( String _sOutputPath, String _sFilename)
{