summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/convwatch/TriState.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/convwatch/TriState.java')
-rw-r--r--qadevOOo/runner/convwatch/TriState.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/runner/convwatch/TriState.java b/qadevOOo/runner/convwatch/TriState.java
index 5c27afa4153f..c72e06c2b913 100644
--- a/qadevOOo/runner/convwatch/TriState.java
+++ b/qadevOOo/runner/convwatch/TriState.java
@@ -41,7 +41,7 @@ public class TriState
Returns the value of this TriState object as an int
* @return the primitive <code>int</code> value of this object.
*/
- public int intValue()
+ private int intValue()
{
return m_nValue;
}