summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_sd/SdUnoSlideView.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_sd/SdUnoSlideView.java')
-rw-r--r--qadevOOo/tests/java/mod/_sd/SdUnoSlideView.java10
1 files changed, 5 insertions, 5 deletions
diff --git a/qadevOOo/tests/java/mod/_sd/SdUnoSlideView.java b/qadevOOo/tests/java/mod/_sd/SdUnoSlideView.java
index 03849535157b..74c619841d3a 100644
--- a/qadevOOo/tests/java/mod/_sd/SdUnoSlideView.java
+++ b/qadevOOo/tests/java/mod/_sd/SdUnoSlideView.java
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -190,19 +190,19 @@ public class SdUnoSlideView extends TestCase {
tEnv.addObjRelation("SecondController", secondController);
tEnv.addObjRelation("XDispatchProvider.URL",
"slot:27069");
-
+
tEnv.addObjRelation("XUserInputInterception.XModel", aModel);
-
+
//creating obj-relation for the XSelectionSupplier
try {
- Object[] selections =
+ Object[] selections =
new Object[]{xDP.getByIndex(0),xDP.getByIndex(1),xDP.getByIndex(2)};
tEnv.addObjRelation("Selections", selections);
} catch (com.sun.star.lang.IndexOutOfBoundsException e) {
e.printStackTrace(log);
} catch (com.sun.star.lang.WrappedTargetException e) {
e.printStackTrace(log);
- }
+ }
log.println("Implementation Name: " + utils.getImplName(oObj));
return tEnv;