summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/convwatch/INIOutputter.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/convwatch/INIOutputter.java')
-rw-r--r--qadevOOo/runner/convwatch/INIOutputter.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/qadevOOo/runner/convwatch/INIOutputter.java b/qadevOOo/runner/convwatch/INIOutputter.java
index 30d6a0d913f7..0851a9561302 100644
--- a/qadevOOo/runner/convwatch/INIOutputter.java
+++ b/qadevOOo/runner/convwatch/INIOutputter.java
@@ -23,14 +23,14 @@ import java.io.FileWriter;
public class INIOutputter
{
- FileWriter m_aOut;
- String m_sFilename;
- String m_sNamePrefix; // the HTML files used a suffix to build it's right name
+ private FileWriter m_aOut;
+ private String m_sFilename;
+ private String m_sNamePrefix; // the HTML files used a suffix to build it's right name
/**
* ls is the current line separator (carridge return)
*/
- String ls;
+ private String ls;
public static INIOutputter create( String _sOutputPath, String _sHTMLFilename, String _sNamePrefix )
{