summaryrefslogtreecommitdiffstats
path: root/qadevOOo/tests/java/ifc/beans/_XTolerantMultiPropertySet.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/beans/_XTolerantMultiPropertySet.java')
-rw-r--r--qadevOOo/tests/java/ifc/beans/_XTolerantMultiPropertySet.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/ifc/beans/_XTolerantMultiPropertySet.java b/qadevOOo/tests/java/ifc/beans/_XTolerantMultiPropertySet.java
index 06d32c933e83..5d38019a41d6 100644
--- a/qadevOOo/tests/java/ifc/beans/_XTolerantMultiPropertySet.java
+++ b/qadevOOo/tests/java/ifc/beans/_XTolerantMultiPropertySet.java
@@ -57,7 +57,7 @@ public class _XTolerantMultiPropertySet extends MultiMethodTest {
* Throws a lib StatusException if the Component doesn't support XPropertySet or XPropertyState
*/
public void before() {
- PS = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class,
+ PS = UnoRuntime.queryInterface(XPropertySet.class,
tEnv.getTestObject());
if (PS == null) {