summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_sd/SdXCustomPresentationAccess.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_sd/SdXCustomPresentationAccess.java')
-rw-r--r--qadevOOo/tests/java/mod/_sd/SdXCustomPresentationAccess.java5
1 files changed, 2 insertions, 3 deletions
diff --git a/qadevOOo/tests/java/mod/_sd/SdXCustomPresentationAccess.java b/qadevOOo/tests/java/mod/_sd/SdXCustomPresentationAccess.java
index b5bd2ec6ed9e..b0e10ade3ad5 100644
--- a/qadevOOo/tests/java/mod/_sd/SdXCustomPresentationAccess.java
+++ b/qadevOOo/tests/java/mod/_sd/SdXCustomPresentationAccess.java
@@ -120,9 +120,8 @@ public class SdXCustomPresentationAccess extends TestCase {
log.println( "creating a test environment" );
log.println( "get presentation" );
- XCustomPresentationSupplier oPS = (XCustomPresentationSupplier)
- UnoRuntime.queryInterface(
- XCustomPresentationSupplier.class, xImpressDoc);
+ XCustomPresentationSupplier oPS = UnoRuntime.queryInterface(
+ XCustomPresentationSupplier.class, xImpressDoc);
XInterface oObj = oPS.getCustomPresentations();