summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_fwk/PopupMenuControllerFactory.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_fwk/PopupMenuControllerFactory.java')
-rw-r--r--qadevOOo/tests/java/mod/_fwk/PopupMenuControllerFactory.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/tests/java/mod/_fwk/PopupMenuControllerFactory.java b/qadevOOo/tests/java/mod/_fwk/PopupMenuControllerFactory.java
index 322091d923d1..cdaf982f72fe 100644
--- a/qadevOOo/tests/java/mod/_fwk/PopupMenuControllerFactory.java
+++ b/qadevOOo/tests/java/mod/_fwk/PopupMenuControllerFactory.java
@@ -85,10 +85,10 @@ public class PopupMenuControllerFactory extends TestCase {
log.println("TestObject: " + util.utils.getImplName(xInst));
tEnv = new TestEnvironment(xInst);
- XPropertySet xProp = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xMSF);
+ XPropertySet xProp = UnoRuntime.queryInterface(XPropertySet.class, xMSF);
try {
Object o = xProp.getPropertyValue("DefaultContext");
- XComponentContext xContext = (XComponentContext)UnoRuntime.queryInterface(XComponentContext.class, o);
+ XComponentContext xContext = UnoRuntime.queryInterface(XComponentContext.class, o);
tEnv.addObjRelation("DC", xContext);
}
catch(com.sun.star.beans.UnknownPropertyException e) {