summaryrefslogtreecommitdiff
path: root/odk/examples/java/Inspector/XTreePathProvider.java
diff options
context:
space:
mode:
Diffstat (limited to 'odk/examples/java/Inspector/XTreePathProvider.java')
-rw-r--r--odk/examples/java/Inspector/XTreePathProvider.java14
1 files changed, 7 insertions, 7 deletions
diff --git a/odk/examples/java/Inspector/XTreePathProvider.java b/odk/examples/java/Inspector/XTreePathProvider.java
index 5067bad409c1..8a2f1ba58b59 100644
--- a/odk/examples/java/Inspector/XTreePathProvider.java
+++ b/odk/examples/java/Inspector/XTreePathProvider.java
@@ -12,14 +12,14 @@
* @author bc93774
*/
public interface XTreePathProvider {
-
+
public XUnoNode getLastPathComponent();
-
+
public XUnoNode getPathComponent(int i);
-
- public int getPathCount();
-
+
+ public int getPathCount();
+
public XTreePathProvider getParentPath();
-
- public XTreePathProvider pathByAddingChild(XUnoNode _oUnoNode);
+
+ public XTreePathProvider pathByAddingChild(XUnoNode _oUnoNode);
}