diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-08-20 13:34:56 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-08-20 14:06:30 +0100 |
commit | f1304feb4b343a9497c96bc256a8ade6d8e503f1 (patch) | |
tree | 56cc0ee4380d25777b8add43ee5d723d3a686492 /odk | |
parent | 92440af9766f8d10adc4669fcd45642731626956 (diff) |
[TOOD|TOODO]->TODO
Change-Id: I3444b1788e3246503e2460051e8ddbf38aa3de86
Diffstat (limited to 'odk')
-rw-r--r-- | odk/examples/java/Inspector/InspectorPane.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/odk/examples/java/Inspector/InspectorPane.java b/odk/examples/java/Inspector/InspectorPane.java index 79cddd79cd18..2f0d2c5c66ec 100644 --- a/odk/examples/java/Inspector/InspectorPane.java +++ b/odk/examples/java/Inspector/InspectorPane.java @@ -475,9 +475,9 @@ import com.sun.star.uno.XComponentContext; addPropertySetInfoSubNodes(oUnoPropertyNode); } else{ - //TOOD this code is redundant!!! + //TODO this code is redundant!!! if ( oUnoObject.getClass().isArray()){ - // TOODO probably we should provid a possibility to insert also non-primitive nodes + // TODO probably we should provid a possibility to insert also non-primitive nodes addPrimitiveValuesToTreeNode(oUnoPropertyNode, oUnoObject); } else{ @@ -526,7 +526,7 @@ import com.sun.star.uno.XComponentContext; else if (_oUnoNode.getNodeType() == XUnoNode.nOTHERS){ Object oUnoObject = _oUnoNode.getUnoObject(); if ( oUnoObject.getClass().isArray()){ - // TOODO probably we should provid a possibility to insert also non-primitive nodes + // TODO probably we should provid a possibility to insert also non-primitive nodes addPrimitiveValuesToTreeNode(_oUnoNode, oUnoObject); } else{ |