summaryrefslogtreecommitdiff
path: root/ucb/qa/complex/tdoc/_XChild.java
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/qa/complex/tdoc/_XChild.java')
-rw-r--r--ucb/qa/complex/tdoc/_XChild.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/qa/complex/tdoc/_XChild.java b/ucb/qa/complex/tdoc/_XChild.java
index 9885d7dc5192..ab59933117e0 100644
--- a/ucb/qa/complex/tdoc/_XChild.java
+++ b/ucb/qa/complex/tdoc/_XChild.java
@@ -49,7 +49,7 @@ public class _XChild {
gotten = oObj.getParent();
if (!hasParent)
return gotten == null;
- XNamed the_name = (XNamed) UnoRuntime.queryInterface(XNamed.class,gotten);
+ XNamed the_name = UnoRuntime.queryInterface(XNamed.class,gotten);
if (the_name != null)
log.println("Parent:"+the_name.getName());
return gotten != null;