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;
ore/commit/xmlreader?id=794a7c67e89be302cb65ea95d7b12a1da34839c0'>allow XmlReader to parse a stringCaolán McNamara 2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl 2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl 2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl 2012-09-18deprecate oustringostreaminserter.hxxNorbert Thiebaud 2012-07-02targetted improvement of UNO API includes / usageMichael Meeks 2012-06-26re-base on ALv2 code.Michael Meeks 2012-06-21re-base on ALv2 code.Michael Meeks 2012-06-08calling nextAttribute before first tag uses uninited variablesCaolán McNamara 2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen 2012-04-18Improved error reportingStephan Bergmann 2012-04-08LinkTarget.mk: remove gb_LinkTarget_add_package_headersMichael Stahl 2012-04-08gbuild: "use" vs. "add":Michael Stahl 2012-03-09minor documentation tweaksMichael Meeks 2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud 2012-01-26Better exception message.Stephan Bergmann