summaryrefslogtreecommitdiffstats
path: root/qadevOOo/tests/java/mod/_sd/SdXPresentation.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_sd/SdXPresentation.java')
-rw-r--r--qadevOOo/tests/java/mod/_sd/SdXPresentation.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/qadevOOo/tests/java/mod/_sd/SdXPresentation.java b/qadevOOo/tests/java/mod/_sd/SdXPresentation.java
index a8f754690a59..a9eadb8260b4 100644
--- a/qadevOOo/tests/java/mod/_sd/SdXPresentation.java
+++ b/qadevOOo/tests/java/mod/_sd/SdXPresentation.java
@@ -116,8 +116,7 @@ public class SdXPresentation extends TestCase {
XInterface oInstance = null;
XInterface oInstance2 = null;
- XSingleServiceFactory oSingleMSF = (XSingleServiceFactory)
- UnoRuntime.queryInterface(XSingleServiceFactory.class, xCP);
+ XSingleServiceFactory oSingleMSF = UnoRuntime.queryInterface(XSingleServiceFactory.class, xCP);
try{
oInstance = (XInterface) oSingleMSF.createInstance();