summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/sheet/_XDataPilotDescriptor.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/sheet/_XDataPilotDescriptor.java')
-rw-r--r--qadevOOo/tests/java/ifc/sheet/_XDataPilotDescriptor.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/qadevOOo/tests/java/ifc/sheet/_XDataPilotDescriptor.java b/qadevOOo/tests/java/ifc/sheet/_XDataPilotDescriptor.java
index 92c50495e3d9..99d4856903cf 100644
--- a/qadevOOo/tests/java/ifc/sheet/_XDataPilotDescriptor.java
+++ b/qadevOOo/tests/java/ifc/sheet/_XDataPilotDescriptor.java
@@ -204,8 +204,7 @@ public class _XDataPilotDescriptor extends MultiMethodTest {
fieldsNames[cnt] = name ;
- XPropertySet props = (XPropertySet)
- UnoRuntime.queryInterface(XPropertySet.class, field);
+ XPropertySet props = UnoRuntime.queryInterface(XPropertySet.class, field);
try {
switch (cnt % 5) {