summaryrefslogtreecommitdiff
path: root/odk/examples/java/Inspector/UnoNode.java
diff options
context:
space:
mode:
Diffstat (limited to 'odk/examples/java/Inspector/UnoNode.java')
-rw-r--r--odk/examples/java/Inspector/UnoNode.java14
1 files changed, 0 insertions, 14 deletions
diff --git a/odk/examples/java/Inspector/UnoNode.java b/odk/examples/java/Inspector/UnoNode.java
index 7846dbd6a649..da182dd28dfe 100644
--- a/odk/examples/java/Inspector/UnoNode.java
+++ b/odk/examples/java/Inspector/UnoNode.java
@@ -228,20 +228,6 @@ public class UnoNode{
}
-// public static String getServiceDescription(Object _oUnoObject){
-// String sClassName = "";
-// XServiceInfo xServiceInfo = (XServiceInfo) UnoRuntime.queryInterface(XServiceInfo.class, _oUnoObject);
-// if (xServiceInfo != null){
-// String[] sChildServiceNames = removeMandatoryServiceNames(xServiceInfo.getSupportedServiceNames());
-// if (sChildServiceNames.length > 0){
-// sClassName = sChildServiceNames[0];
-// }
-// }
-// return sClassName;
-// }
-
-
-
private static String[] getMandatoryServiceNames(String _sServiceName){
String[] sMandatoryServiceNames = new String[]{};
try {