summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/document/_XViewDataSupplier.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/document/_XViewDataSupplier.java')
-rw-r--r--qadevOOo/tests/java/ifc/document/_XViewDataSupplier.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/ifc/document/_XViewDataSupplier.java b/qadevOOo/tests/java/ifc/document/_XViewDataSupplier.java
index 77fa1b02498d..e5966fbd189b 100644
--- a/qadevOOo/tests/java/ifc/document/_XViewDataSupplier.java
+++ b/qadevOOo/tests/java/ifc/document/_XViewDataSupplier.java
@@ -64,7 +64,7 @@ public class _XViewDataSupplier extends MultiMethodTest {
}
private void setViewID(XIndexAccess xAccess, String value) {
- XIndexContainer xIndexContainer = (XIndexContainer)UnoRuntime.queryInterface(XIndexContainer.class, xAccess);
+ XIndexContainer xIndexContainer = UnoRuntime.queryInterface(XIndexContainer.class, xAccess);
int count = xAccess.getCount();
try {
if (count > 0) {