summaryrefslogtreecommitdiff
path: root/odk/examples/java/Inspector/UnoMethodNode.java
diff options
context:
space:
mode:
Diffstat (limited to 'odk/examples/java/Inspector/UnoMethodNode.java')
-rw-r--r--odk/examples/java/Inspector/UnoMethodNode.java10
1 files changed, 5 insertions, 5 deletions
diff --git a/odk/examples/java/Inspector/UnoMethodNode.java b/odk/examples/java/Inspector/UnoMethodNode.java
index 8b2e0749b730..896db027cefd 100644
--- a/odk/examples/java/Inspector/UnoMethodNode.java
+++ b/odk/examples/java/Inspector/UnoMethodNode.java
@@ -39,11 +39,11 @@ import com.sun.star.reflection.XIdlMethod;
import com.sun.star.uno.TypeClass;
public class UnoMethodNode extends UnoNode{
- XIdlMethod m_xIdlMethod = null;
- Object[] m_oParamObjects = null;
- Object m_oUnoReturnObject = null;
- boolean m_bisInvoked = false;
- XUnoMethodNode m_xUnoMethodNode = null;
+ private XIdlMethod m_xIdlMethod = null;
+ private Object[] m_oParamObjects = null;
+ private Object m_oUnoReturnObject = null;
+ private boolean m_bisInvoked = false;
+ private XUnoMethodNode m_xUnoMethodNode = null;
/** Creates a new instance of UnoMethodNode */