summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--qadevOOo/tests/java/mod/_sd/SdUnoOutlineView.java6
1 files changed, 4 insertions, 2 deletions
diff --git a/qadevOOo/tests/java/mod/_sd/SdUnoOutlineView.java b/qadevOOo/tests/java/mod/_sd/SdUnoOutlineView.java
index b5d07a6a2d25..972cf3794b71 100644
--- a/qadevOOo/tests/java/mod/_sd/SdUnoOutlineView.java
+++ b/qadevOOo/tests/java/mod/_sd/SdUnoOutlineView.java
@@ -4,9 +4,9 @@
*
* $RCSfile: SdUnoOutlineView.java,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 03:18:03 $
+ * last change: $Author: kz $ $Date: 2005-11-02 18:14:04 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -210,6 +210,8 @@ public class SdUnoOutlineView extends TestCase {
//Adding ObjRelations for XController
tEnv.addObjRelation("FirstModel", aModel);
+ tEnv.addObjRelation("XUserInputInterception.XModel", aModel);
+
XFrame the_frame = the_Desk.getCurrentFrame();
tEnv.addObjRelation("Frame", the_frame);