summaryrefslogtreecommitdiff
path: root/odk/examples/java/Inspector/UnoPropertyNode.java
diff options
context:
space:
mode:
Diffstat (limited to 'odk/examples/java/Inspector/UnoPropertyNode.java')
-rw-r--r--odk/examples/java/Inspector/UnoPropertyNode.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/odk/examples/java/Inspector/UnoPropertyNode.java b/odk/examples/java/Inspector/UnoPropertyNode.java
index 3c83ed886be8..cd7882110339 100644
--- a/odk/examples/java/Inspector/UnoPropertyNode.java
+++ b/odk/examples/java/Inspector/UnoPropertyNode.java
@@ -40,10 +40,10 @@ import com.sun.star.uno.UnoRuntime;
public class UnoPropertyNode extends UnoNode{
- Property aProperty;
- PropertyValue aPropertyValue;
- String m_sPropertyName;
- Object m_oUnoReturnObject;
+ private Property aProperty;
+ private PropertyValue aPropertyValue;
+ private String m_sPropertyName;
+ private Object m_oUnoReturnObject;
private int m_nPropertyType = XUnoPropertyNode.nDEFAULT;
private String sLabel = "";