summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/view/_XPrintable.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/view/_XPrintable.java')
-rw-r--r--qadevOOo/tests/java/ifc/view/_XPrintable.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/ifc/view/_XPrintable.java b/qadevOOo/tests/java/ifc/view/_XPrintable.java
index cc5fc008f19e..eba0f695f719 100644
--- a/qadevOOo/tests/java/ifc/view/_XPrintable.java
+++ b/qadevOOo/tests/java/ifc/view/_XPrintable.java
@@ -131,7 +131,7 @@ public class _XPrintable extends MultiMethodTest {
Object oFAcc =
((XMultiServiceFactory)tParam.getMSF()).createInstance
("com.sun.star.ucb.SimpleFileAccess") ;
- fAcc = (XSimpleFileAccess) UnoRuntime.queryInterface
+ fAcc = UnoRuntime.queryInterface
(XSimpleFileAccess.class, oFAcc) ;
if (fAcc == null) throw new StatusException
(Status.failed("Can't create SimpleFileAccess service")) ;