Kaydet (Commit) 5ca7fa8d authored tarafından Noel Grandin's avatar Noel Grandin

make some java fields private

found by UCDetector

Change-Id: Ib4cf18be134c3177cb123191e963bb43b7e6de93
üst 01c04247
...@@ -25,7 +25,7 @@ import net.adaptivebox.global.*; ...@@ -25,7 +25,7 @@ import net.adaptivebox.global.*;
public class EvalElement { public class EvalElement {
//The weight for each response (target) //The weight for each response (target)
public double weight = 1; private double weight = 1;
/** /**
* The expected range of the response value, forms the following objective: * The expected range of the response value, forms the following objective:
* *
......
...@@ -84,7 +84,7 @@ public class GraphicalTestArguments ...@@ -84,7 +84,7 @@ public class GraphicalTestArguments
private TestParameters m_aCurrentParams; private TestParameters m_aCurrentParams;
private int m_nMaxPages = 0; // default is 0 (print all pages) private int m_nMaxPages = 0; // default is 0 (print all pages)
String m_sOnlyPage = ""; // default is "", there is no page which we want to print only. private String m_sOnlyPage = ""; // default is "", there is no page which we want to print only.
private int m_nResolutionInDPI = 0; private int m_nResolutionInDPI = 0;
......
...@@ -74,7 +74,7 @@ public class TextDocument ...@@ -74,7 +74,7 @@ public class TextDocument
public XComponent xComponent; public XComponent xComponent;
public com.sun.star.text.XTextDocument xTextDocument; public com.sun.star.text.XTextDocument xTextDocument;
public com.sun.star.document.XDocumentProperties m_xDocProps; private com.sun.star.document.XDocumentProperties m_xDocProps;
public com.sun.star.task.XStatusIndicator xProgressBar; public com.sun.star.task.XStatusIndicator xProgressBar;
public com.sun.star.frame.XFrame xFrame; public com.sun.star.frame.XFrame xFrame;
public XText xText; public XText xText;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment