diff options
author | Noel Grandin <noel@peralex.com> | 2014-08-11 09:29:35 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-08-13 13:34:42 +0200 |
commit | 5ca7fa8db244f225d680f86d6eceefa69eb35b6d (patch) | |
tree | c84c16da0a3cc5754b543146ea2247951ad5d0c9 /qadevOOo/runner/convwatch | |
parent | 01c042471d35ecaeb7362c64436e090c7164a140 (diff) |
make some java fields private
found by UCDetector
Change-Id: Ib4cf18be134c3177cb123191e963bb43b7e6de93
Diffstat (limited to 'qadevOOo/runner/convwatch')
-rw-r--r-- | qadevOOo/runner/convwatch/GraphicalTestArguments.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/runner/convwatch/GraphicalTestArguments.java b/qadevOOo/runner/convwatch/GraphicalTestArguments.java index b9b195afd9d3..a6f506e318fb 100644 --- a/qadevOOo/runner/convwatch/GraphicalTestArguments.java +++ b/qadevOOo/runner/convwatch/GraphicalTestArguments.java @@ -84,7 +84,7 @@ public class GraphicalTestArguments private TestParameters m_aCurrentParams; 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; |