summaryrefslogtreecommitdiff
path: root/ucb/qa/complex/tdoc/_XCommandProcessor.java
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/qa/complex/tdoc/_XCommandProcessor.java')
-rw-r--r--ucb/qa/complex/tdoc/_XCommandProcessor.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/ucb/qa/complex/tdoc/_XCommandProcessor.java b/ucb/qa/complex/tdoc/_XCommandProcessor.java
index 985d02b56a3a..1dd61cceb900 100644
--- a/ucb/qa/complex/tdoc/_XCommandProcessor.java
+++ b/ucb/qa/complex/tdoc/_XCommandProcessor.java
@@ -138,7 +138,7 @@ public class _XCommandProcessor {
boolean found = false;
- XCommandInfo xCmdInfo = (XCommandInfo)UnoRuntime.queryInterface(
+ XCommandInfo xCmdInfo = UnoRuntime.queryInterface(
XCommandInfo.class, result);
if (xCmdInfo != null) {
CommandInfo[] cmdInfo = xCmdInfo.getCommands();
@@ -151,7 +151,7 @@ public class _XCommandProcessor {
}
}
- XPropertySetInfo xPropInfo = (XPropertySetInfo)UnoRuntime.queryInterface(
+ XPropertySetInfo xPropInfo = UnoRuntime.queryInterface(
XPropertySetInfo.class, result);
if (xPropInfo != null) {
Property[] props = xPropInfo.getProperties();